/*
Theme Name: Solgaz Ultimate
Theme URI: http://underscores.me/
Author: Zamoyski
Author URI: http://zmsk.pl
Description: Description
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slgz
Tags:

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

Solgaz Ultimate is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

body.woocommerce-checkout {
    padding: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    cursor: help;
    border-bottom: none;
    text-decoration: none;
}

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

input:focus,
textarea:focus,
div:focus {
    outline: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
    float: right;
}

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

.main-navigation li {
	display: inline-block;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

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

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

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

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

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


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 1110px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


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


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

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


/* Search widget. */

.widget_search .search-submit {
    display: none;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

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

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


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
    border: none;
}


/*--------------------------------------------------------------
## 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-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.wrap,
.wrap-prod {
	max-width: 1440px;
    margin: auto;
}

.section {
    float: left;
    width: 100%;
}

.side {
    position: fixed;
    left: 0;
    width: 50px;
    top: 50%;
    z-index: 4;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side a {
    font-size: 13px;
    background: #e1e1e1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 5px;
    line-height: 25px;
    color: #fff;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.side a.active,
.side a:hover,
.side a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}


/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

.site-header {
    float: left;
    width: 100%;
    height: 79px;
    line-height: 79px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.home .site-header {
    top: 0;
}

.gotop {
	top: 0 !important;
}

.site-header .wrap {
	border-bottom: 1px solid #dbdbdb;
	height: 80px;
	background: #fff;
}

.site-header .wrap {
    position: relative;
}

.site-branding {
    float: left;
	margin-left: 15px;
    line-height: 1;
    margin-top: 16px;
}

.site-branding-rwd {
    display: none;
    float: left;
    line-height: 1;
    margin-top: 26px;
    width: 110px;
    margin-left: 10px;
}

.nav-menu {
    color: #212121;
    margin-left: 48px !important;
    margin-right: 38px !important;
}

.nav-menu li {
    margin: 0 16px;
    position: relative;
}

.nav-menu li:last-of-type {
    margin-right: 0;
}

.nav-menu li:first-of-type {
    margin-left: 0;
}

.nav-menu li:nth-of-type(10)::after {
    content: "";
}

.nav-menu li a {
    position: relative;
    color: #424446;
    font-size: 15px;
    display: block;
    padding: 30px;
    text-decoration: none;
}

@media screen and (min-width: 1110px) {
    .nav-menu li a:after {
        content: '';
        height: 3px;
        width: 0%;
        background: #ec1d48;
        position: absolute;
        left: 0;
        bottom: 26px;
        opacity: 0;
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -o-transition: 0.35s ease;
        transition: 0.35s ease;
    }
    .nav-menu li a:hover:after {
        width: 100%;
        opacity: 1;
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -o-transition: 0.35s ease;
        transition: 0.35s ease;
    }
}

.langru .nav-menu li {
    margin: 0 12px;
}

.home .navhome a:after,
.page-template-page-faq .navfaq a:after,
.page-template-page-kontakt .navkontakt a:after,
.page-template-page-produkty .navprod a:after,
.page-template-page-o-nas .navabout a:after,
.nav-menu li a.active:after {
    content: '';
    height: 3px;
    width: 100%;
    background: #ec1d48;
    position: absolute;
    left: 0;
    bottom: 26px;
    opacity: 1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.lang-header {
    float: left;
    width: 100%;
}

.basket {
    color: #818181;
	padding-left: 70px;
	padding-right: 30px;
    float: right;
    height: 79px;
    line-height: 80px;
    font-weight: 400;
    position: relative;
    text-align: center;
	background: #fff url(img/mini_cart_grey.png) scroll no-repeat 30px center;
	cursor: pointer;
}


.not_empty {
    height: 80px;
    color: #fff !important; 
	background: #eb1d47 url(img/mini_cart.png) scroll no-repeat 30px center;
}




.basket i {
    font-size: 22.3px;
    margin-right: 6px;
}

.basket .cart-number {
    background: #fff;
    border-radius: 50%;
    color: #1c1c1c;
    font-size: 11px;
    font-weight: 700;
    height: 18px;
    left: 42px;
	font-weight: bold;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 22px;
    width: 18px;
}

.currentlang {
    top: 78px;
    background: #232323;
    color: #fff;
    height: 29px;
    line-height: 29px;
    position: absolute;
    right: 0;
    width: 164px;
}

.currentlang a {
    cursor: pointer;
    padding: 0 14px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.currentlang a img {
    margin-left: 15px;
    position: relative;
    top: 1px;
}

.currentlang i {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 7px;
}

.langen .currentlang,
.langru .currentlang,
.langsk .currentlang,
.languk .currentlang,
.langde .currentlang,
.langhu .currentlang {
    background: #ec1d48 none repeat scroll 0 0;
    float: right;
    height: 79px;
    line-height: 78px;
    position: relative;
    top: -1px;
    width: 164px;
}

.langen .currentlang i,
.langru .currentlang i,
.langsk .currentlang i,
.languk .currentlang i,
.langde .currentlang i,
.langhu .currentlang i {
    top: 32px;
}

#langselector {
    display: none;
    opacity: 0;
    background: #1c1c1c;
    color: #fff;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 998;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.lang-header {
    height: 79px;
    line-height: 79px;
    background: none;
    position: fixed;
    top: 0;
    z-index: 999;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.lang-header .wrap {
    position: relative;
}

.lang-header .site-branding {
    float: left;
    line-height: 1;
    margin-top: 18px;
}

.lang-header .nav-menu {
    color: #fff;
    margin-left: 48px;
}

.lang-header .currentlang {
    top: 0;
    background: none;
    color: #fff;
    height: 79px;
    line-height: 79px;
    padding: 0 14px;
    position: relative;
    right: 0;
    float: right;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.langpl .currentlang {
    display: none;
}

.home .langpl .currentlang {
    display: block;
}

#langselector.togglang {
    display: block;
    opacity: 1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

#langselector .langbg {
    background: url(img/langbg.png)center center no-repeat;
    float: left;
    height: 500px;
    width: 1110px;
    position: absolute;
    top: 200px;
}

#langselector h2 {
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    margin-top: 121px;
}

#langselector .langs {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    z-index: 10;
}

#langselector .langs li {
    display: block;
    font-weight: 300;
    font-size: 23px;
    margin: 0 180px;
}

#langselector .langs li a img {
    width: 20px;
}


/*--------------------------------------------------------------
## INDEX
--------------------------------------------------------------*/

.slider {
    height: 505px;
    color: #fff;
    position: relative;
    z-index: 60;
    overflow: hidden;
}

.slide,
.slider .owl-item,
.slider .owl-stage {
    height: 505px;
}

.slide .caption {
    padding: 30px 20px;
    float: right;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    top: 177px;
    text-align: right;
    text-transform: uppercase;
}

.slide .caption small {
    font-size: 18px;
    float: left;
    margin-top: 15px;
}

.slide .caption h3 {
    float: left;
    width: 100%;
    margin-top: 0;
    font-size: 43px;
    font-weight: 400;
    margin-bottom: 27px;
    line-height: 1;
}

.slide .caption h3 strong {
    font-weight: 900;
}

.slide .caption a {
    float: right;
    clear: both;
    padding: 18px 22px;
    font-size: 14px;
    font-weight: 700;
    background: #ec1d48;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.slide .caption a:hover,
.slide .caption a:focus {
    border-radius: 0;
    color: #212121;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.caption h3 div {
    float: left;
    clear: both;
    padding: 0;
}

.sliderflag {
    bottom: 50px;
    font-size: 18px;
    margin-left: 3px;
    margin-top: 30px;
    position: absolute;
    text-align: left;
    width: 269px;
}

.sliderflag span {
    background: rgba(0, 0, 0, 0) url("img/pl.png") no-repeat scroll center center;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    width: 30px;
    float: left;
}

.slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 29px;
}

.slider .owl-prev {
    position: absolute;
    left: 40px;
    border: 3px solid #fff;
    height: 44px;
    line-height: 36px;
    padding: 0 12px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.slider .owl-prev:hover,
.slider .owl-next:hover,
.slider .owl-prev:focus,
.slider .owl-next:focus {
    color: #fff;
    background: #ec1d48;
    border-color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.slider .owl-next {
    position: absolute;
    right: 40px;
    border: 3px solid #fff;
    height: 44px;
    line-height: 36px;
    padding: 0 12px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.owl-dots {
    position: absolute;
    text-align: center;
    bottom: 22px;
    width: 100%;
}

.owl-dot {
    display: inline-block;
    margin: 0 7px;
    height: 15px;
    width: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.owl-dot:hover,
.owl-dot:focus {
    background: #fff;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.owl-dot.active {
    background: #fff;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.section-header {
    position: relative;
    z-index: 5;
    font-size: 22px;
    color: #101010;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.iprodukty {
    background: #eee;
    margin-top: -77px;
    padding-bottom: 20px;
    padding-top: 77px;
}

.iprodukty .wrap {
    width: 960px;
}

.iprodukt {
    padding: 0 5px 29px;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 25%;
}

.iprodukt img {
    position: relative;
    z-index: 100;
    display: block;
    margin: 15px auto;
}

.iprodukt .ititle {
    display: block;
    margin-bottom: 10px;
    padding: 5px 3px;
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    width: 100%;
    text-align: center;
	border-radius: 30px;
}

.langsk .iprodukt .ititle {
    padding: 5px 23px;
    font-size: 24px;
}

.plshow {
    display: none;
}

.langpl .plshow {
    display: block;
}

.media-slider-header h5 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 0 0;
    line-height: 1;
    text-align: center;
}

.media-slider {
    height: 120px;
    position: relative;
}

.media-slider-inner {
    float: left;
    width: 100%;
    height: 140px;
    position: relative;
}

.media-slide {
    height: 140px;
    position: relative;
    text-align: center;
}

.media-slide img {
    float: left;
    width: 14%;
    margin: 0 3%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.media-slider .wrap {
    position: relative;
}

.media-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    font-size: 24px;
}

.fancybox-button--zoom {
	display: none !important;
}

.fancybox-navigation .fancybox-button {
	width: 70px !important;
	height: 70px !important;
}

.media-slider .owl-prev {
    position: absolute;
    left: -15px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.media-slider .owl-prev:hover,
.media-slider .owl-next:hover,
.media-slider .owl-prev:focus,
.media-slider .owl-next:focus {
    color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.media-slider .owl-next {
    position: absolute;
    right: -15px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.iprodukt .ititle span {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.iprodukt:hover .ititle,
.iprodukt:focus .ititle {
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.pseudo {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    background: #ec1d48;
    padding: 9px 17px;
	margin-top: 10px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.ratyp {
	padding-bottom: 30px;
	display: block;
}

.pseudo:hover,
.pseudo:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.iflame {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    left: 30px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 13px;
}

.langsk .iflame {
    left: 22px;
}

.langsk .pflame {
    right: 20px;
}

.langen .pflame {
    right: -5px;
}

.pflame {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    right: 21px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 13px;
}

.tech-gaz {
    position: relative;
    color: #fff;
    margin-top: -80px;
    padding-top: 80px;
}

.tech-gaz .section-header {
    color: #fff;
    font-size: 28px;
}

.tech-gaz .section-header span {
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    position: absolute;
}

.tech-left .section-header span {
    right: 10px;
}

.tech-right .section-header span {
    left: 10px;
}

.redbg {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    background: #ec1d48;
    opacity: 1
}

.bluebg {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    background: #40a4dd;
    opacity: 1
}

.tech-right .techlink {
    background: #40a4dd
}

.tech-left {
    float: left;
    width: 50%;
    text-align: center;
}

.tech-right {
    float: right;
    width: 50%;
    text-align: center;
}

.techbox {
    text-align: left;
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    padding: 0 5px;
}

.techthumb {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-left: 5px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.techbox .caption {
    display: inline-block;
}

.techbox h4 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 16px;
    text-transform: uppercase;
}

.techbox p {
    line-height: 25px;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 14px;
}

.techlink {
    border: 2px solid #fff;
    position: relative;
    z-index: 5;
    background: #ec1d48;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 5px;
    padding: 12px 19px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.techlink:hover,
.techlink:focus {
    background: #fff;
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.tech-ind .techlink {
    background: #40a4dd;
}

.pagelinks {
    background: #eaeaea;
    padding-top: 57px;
    padding-bottom: 90px;
}

.pagelinks h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
}

.linkbox {
    float: left;
    width: 16.66%;
    text-align: center;
}

.linkbox .linklink {
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    border-radius: 5px;
    padding: 17px 20px;
    font-size: 14px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.linkbox .linklink:hover,
.linkbox .linklink:focus {
    background: #ec1d48;
    color: #fff;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.movie {
    height: 510px;
    position: relative;
    z-index: 9;
}

.movie iframe {
    width: 100%;
    border: none
}

.kontakt {
    color: #fff;
    background: #2a2a2a;
}

.kontakt h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
}

.form {
    float: left;
}

.info {
    float: right;
    font-size: 14px;
    line-height: 25px;
    min-width: 350px;
}

.form p {
    margin-bottom: 28px;
}

.form input {
    color: #fff;
    background: #1a1a1a;
    border: 2px solid #1a1a1a;
    font-weight: 700;
    height: 58px;
    padding-left: 25px;
    width: 414px;
    font-size: 14px;
}

.form textarea {
    color: #fff;
    padding-top: 12px;
    background: #1a1a1a;
    border: 2px solid #1a1a1a;
    font-weight: 700;
    padding-left: 25px;
    width: 414px;
    height: 167px;
    resize: none;
    font-size: 14px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.form input:focus,
.form textarea:focus {
    border: 2px solid #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.form input.wpcf7-submit {
    width: 104px;
    float: right;
    background: #ec1d48;
    color: #fff;
    padding: 0;
    margin-bottom: 38px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.form input.wpcf7-submit:hover,
.form input.wpcf7-submit:focus {
    color: #1a1a1a;
    background: #fff;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}

.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
## SINGLE 
--------------------------------------------------------------*/

.single,
body.page {
    padding-top: 29px;
}

.single-header {
    position: relative;
    height: 390px;
    float: left;
    width: 100%;
}

.hbgleft {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #ec1d48;
    z-index: 5;
}

.hbgright {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    z-index: 5;
}

.shleft {
    float: left;
    width: 50%;
    position: relative;
    z-index: 10;
    color: #fff;
    padding-right: 75px;
    padding-bottom: 18px;
}

.shright {
    float: right;
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    z-index: 10;
    text-align: center;
}

.shright ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
}

.shright ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 390px;
    position: relative;
}

.shright ul li a {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.shright .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    font-size: 29px;
    color: #fff;
}

.shright .owl-prev {
    position: absolute;
    left: 40px;
    border: 3px solid #fff;
    height: 44px;
    line-height: 36px;
    padding: 0 12px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.shright .owl-prev:hover,
.shright .owl-next:hover,
.shright .owl-prev:focus,
.shright .owl-next:focus {
    color: #fff;
    background: #ec1d48;
    border-color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.shright .owl-next {
    position: absolute;
    right: 40px;
    border: 3px solid #fff;
    height: 44px;
    line-height: 36px;
    padding: 0 12px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.shright .aligncenter {
    max-height: 374px;
    width: auto;
}

.shleft .entry-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 18px;
}

.shcontent {
    font-size: 16px;
    line-height: 32px;
}

.shfright {
    text-align: right;
}

.shleft a {
    margin-bottom: 30px;
    display: inline-block;
    padding: 3px 4px;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 12px 19px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-left: 25px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    line-height:1.5;
    float:left;
}

.shcontent a {position:relative;top:23px;}

.shleft a:hover,
.shleft a:focus {
    background: #fff;
    color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.shleft a.singlemore {
    background: #fff;
    color: #ec1d48
}

.shleft a.singlemore:hover {
    color: #1c1c1c;
}

.shleft .amount {
    display: none;
}

.add_to_cart_inline {
    display: block;
    margin: 0;
    border: 0 !important;
    padding: 0 !important;
}


.add_to_cart_inline .add_to_cart_button {
	color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 20px 12px 20px;;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    background: #eb1d47;
}

.add_to_cart_inline .added_to_cart {
	color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 20px 12px 20px;;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    background: #eb1d47;
}



.single-buy {
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    margin: 15px 0;
}

.add_to_cart_inline .amount {
    font-weight: 700;
	display: block;
	text-align: center;
	color: #000;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 16px;
}

.single-buy a {
    position: relative;
    margin-left: 17px;
    background: #ec1d48;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    padding: 16px 21px;
    display: inline-block;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.single-buy a:hover,
.single-buy a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.add_to_cart_button.loading:before {
    content: '';
    font-family: 'FontAwesome';
    margin-right: 10px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.add_to_cart_button.added:before {
    content: '';
    font-family: 'FontAwesome';
    margin-right: 10px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.add_to_cart_button.added {
    display: none;
}


.langen .prodsec h2 {
    font-size: 38px;
}

.prod-last-really h2 {
    width: 725px;
    margin-right: 0;
}

.prodsec {
    padding-top: 30px;
}

.prod-one {
    margin-top: -100px;
    padding-top: 125px;
}

.prod-one,
.prod-tech,
.prod-op {
    background: #eeeeee;
}

.prod-one ul {
    margin-left: 0;
    padding-left: 17px;
    line-height: 22px;
}

.prod-one-sec {
    float: right;
    width: 755px;
    color: #010101;
    line-height: 32px;
    font-size: 16px;
}

.prod-one-sec table {
    line-height: 25px;
}

.prod-one-sec table td {
    padding: 5px 0;
}

.prod-one-sec table img,
.prod-one-sec table p {
    vertical-align: middle;
}

.prod-one-sec table td {
    min-width: 80px;
}

.prod-one-sec table img {
    margin-right: 5px;
    width: 75px !important;
    height: 75px !important;
}

.prod-one-sec-one {
    float: left;
    width: 360px;
}

.prod-one-sec-one p,
.prod-one-sec-two p {
    margin: 10px 0;
    line-height: 22px;
}

.prod-one-sec-two {
    float: right;
    width: 360px;
}

.prod-op-sec,
.prod-med-sec {
    float: right;
    width: 755px;
}

.prod-photos-sec {
    float: left;
    margin-left: -350px;
    margin-top: 145px;
    width: 100%;
}

.prod-photos .wrap {
    position: relative;
}

.prod-photos-sec {
    min-height: 300px;
}

.prod-photos-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prod-photos-sec ul li {
    width: 320px;
    height: 165px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #ec1d48;
}

.prod-photos-sec ul li:hover a,
.prod-photos-sec ul li:focus a {
    opacity: 0.7;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.prod-photos-sec ul li:nth-of-type(1n+4) {
    float: left;
}

.prod-photos-sec ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.image-full {
    height: 500px;
    position: relative;
    text-align: center;
}

.image-full h2 {
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    margin-top: 146px;
}

.image-full img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image-full iframe {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-piekarnik-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.prod-tech-sec {
    float: right;
    width: 755px;
}

.prod-tech-sec table {
    width: 100%;
}

.prod-tech-sec tr {
    text-align: center;
}

.prod-tech-sec th {
    height: 55px;
    color: #fff;
    background: #ec1d48;
    font-weight: 700;
}

.prod-tech-sec td {
    width: 50%;
    height: 55px;
    color: #161616;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.prod-tech-sec td:last-of-type {
    border-right: none;
}

.print {
    float: left;
    width: 320px;
    text-align: right;
    position: absolute;
    padding-top: 100px;
}

.print a {
    cursor: pointer;
    color: #1c1c1c;
    font-weight: 700;
    background: #ccc;
    padding: 7px 15px;
    border-radius: 5px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.print a:hover,
.print a:focus {
    background: #eee;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.print a i {
    margin-right: 5px;
}

.opinia {
    float: left;
    width: 345px;
    color: #010101;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    height: 175px;
    padding-top: 25px;
}

.opinia:nth-of-type(odd) {
    padding-right: 15px;
}

.opinia:nth-of-type(even) {
    padding-left: 15px;
}

.opinia:nth-of-type(odd) {
    border-right: 1px solid #ccc;
}

.opinia:nth-of-type(1) {
    border-bottom: 1px solid #ccc;
}

.opinia:nth-of-type(2) {
    border-bottom: 1px solid #ccc;
}

.opinia:nth-of-type(3) {
    margin-bottom: 25px;
}

.opinia:nth-of-type(4) {
    margin-bottom: 25px;
}

.opinia p {
    margin: 0;
}

.opcontent {
    float: left;
    width: 100%;
}

.opleft {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #ec1d48;
}

.opinia:nth-of-type(even) .opleft {
    left: 15px;
}

.opright {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-style: italic;
}

.prod-med {
    border-top: 1px solid #eee;
}

.med-art {
    float: left;
    width: 345px;
    position: relative;
    height: 210px;
    padding: 20px 0;
}

.med-art:nth-of-type(odd) {
    padding-right: 15px;
}

.med-art:nth-of-type(even) {
    padding-left: 15px;
}

.med-art:nth-of-type(odd) {
    border-right: 1px solid #eee;
}

.med-art:nth-of-type(1) {
    border-bottom: 1px solid #eee;
}

.med-art:nth-of-type(2) {
    border-bottom: 1px solid #eee;
}

.med-art p {
    color: #010101;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.med-art img {
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 35px;
}

.med-art:nth-of-type(even) img {
    left: 15px;
}

.med-art a {
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: #ec1d48;
    text-transform: uppercase;
    font-weight: 700;
}

.media-container {
    padding-bottom: 30px;
}

.prod-last {
    color: #1c1c1c;
    padding-bottom: 45px;
    background: #eee;
}

.lasth {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 0;
}

.lasth .add_to_cart_inline {
    float: right;
    margin-bottom: 20px;
}

.lasth h3 {
    float: left;
    font-size: 43px;
    margin-top: 0;
    padding-left: 100px;
    text-transform: uppercase;
    width: 50%;
}

.langsk .lasth h3 {
    padding-left: 0;
}

.langsk .lasth a {
    margin-right: 0;
}

.langsk .underbutton {
    width: 50%;
}

.lasth h3.fullwidth {
    padding-left: 0;
    width: 100%;
    text-align: center;
}

.lasth .amount {
    display: none;
}

.lasth a {
    color: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 24px;
    margin-right: 100px;
    font-weight: 700;
    border-radius: 5px;
    background: #ec1d48;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.langen .lasth a {
    margin-left: 54px;
    margin-right: 0;
}

.lasth a:hover,
.lasth a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.underbutton {
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 45%;
}

.r-posts {
    float: left;
    width: 100%;
}

.recommend {
    border-radius: 5px;
    color: #fff;
    width: 48%;
    height: 190px;
    float: left;
    background: #000;
    position: relative;
    margin-right: 4%;
    margin-bottom: 25px;
}

.recommend:nth-of-type(even) {
    margin-right: 0;
}

.recommend h4 {
    right: 20px;
    top: 15px;
    font-size: 26px;
    font-weight: 700;
    left: 20px;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
}

.recommend a {
    right: 20px;
    bottom: 17px;
    border: 3px solid #fff;
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 14px;
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.recommend a:hover,
.recommend a:focus {
    background: #fff;
    color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.recommend .amount {
    left: 20px;
    position: absolute;
    top: 81px;
    z-index: 5;
}

.recommend .add_to_cart_button {
    left: 20px;
    right: auto;
}

.recommend .added_to_cart {
    display: none;
}

.rbg {
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1c1c1c;
    opacity: 0.3;
    z-index: 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.recommend:hover .rbg,
.recommend:focus .rbg {
    opacity: 0.7;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    width: 0%;
    z-index: 9999;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.widget-wrap {
    background: #fff;
    height: 100%;
    position: fixed;
    right: -305px;
    top: 0;
    width: 300px;
    z-index: 9999;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.widget-wrap h2, .widget-wrap .widget-title {
    border-bottom: 1px solid #eee;
    font-size: 20px !important;
    height: 80px;
    line-height: 80px;
    margin: 0;
    width: 100%;
    color: #fff;
    background: #eb1d47;
    text-align: center;
    border-top: none;
}

.widget_shopping_cart_content {
    width: 100%;
}

.widget-wrap .close {
    cursor: pointer;
	background: url(img/close_white.png) scroll no-repeat 0 0;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
    position: absolute;
    right: 5px;
    top: 15px;
}

.widget-wrap ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.widget-wrap .mini_cart_item {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.widget-wrap .mini_cart_item img {
    width: 80px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.widget-wrap .mini_cart_item .amount {
	font-size: 13px;
	margin-top: 5px;
}

.widget-wrap .remove {
    line-height: 1;
	float: left;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    background: url(img/remove.png) scroll no-repeat 0 0;
    display: block;
    width: 15px;
    height: 20px;
    text-indent: -99999px;
    margin-right: 13px;
    margin-left: 13px;
    margin-top: 29px;
}

.remove_column {
	float: right;
	width: 50px;
	text-align: center;
}

.cart-product  .remove {
    line-height: 1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    background: url(img/remove.png) scroll no-repeat 0 0;
    display: block;
    width: 15px;
    height: 20px;
    margin: 0 auto;
    text-indent: -99999px;
    margin-top: 60px;
}

.widget-wrap img {
	margin-right: 15px;
}

.widget-wrap p {
	font-size: 14px;
	width: 90%;
	margin-bottom: 10px;
	margin-top: 12px;
}

.widget-wrap .mini_cart_item:hover .remove,
.widget-wrap .mini_cart_item:focus .remove {
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.widget-wrap .buttons {
    background: #fff;
    text-align: center;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 20px;
    left: 0;
}

.widget-wrap .buttons a {
	display: block;
	width: 80%;
	margin: 10px auto;
}


.widget-wrap .total {
    text-transform: uppercase;
   position: absolute;
    bottom: 130px;
    width: 100%;
	border-bottom: 1px solid #f0f0f0;
    left: 0;
    padding: 20px 0;
    font-size: 22px;
    margin: 0;
    text-align: center;
    background: #fff;
	font-weight: 700;
}


.widget-wrap .buttons a:hover,
.widget-wrap .buttons a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.widget-wrap .buttons .wc-forward {
    border-right: 1px solid #eee;
}

.page-template-page-gaz .prod-tech,
.page-template-page-gaz .prod-op,
.page-template-page-gaz .prod-last {}

.page-template-page-gaz .gaz-list,
.page-template-page-gaz .prod-mon,
.page-template-page-gaz .prod-med,
.page-template-page-gaz .prod-last-really {}

.gaz-list {
    padding-bottom: 30px;
    position: relative;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.gaz-list h1 {
    border-bottom: none;
    width: 100%;
    text-align: center;
    font-size: 28px;
}

.gaz-item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 20px;
}

.gaz-item .gaz-title {
    font-weight: 300;
    color: #1c1c1c;
    font-style: italic;
    font-size: 20px;
    margin: 6px 0;
}

.gaz-item .gimg {
    display: inline-block;
    width: 100%;
    height: 172px;
}

.gaz-item .gimg img {
    height: 100%;
}

.gazbuttons a {
    border: 3px solid #1a1a1a;
    margin-bottom: 10px;
    background: #1a1a1a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    padding: 16px 21px;
    display: inline-block;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.gazbuttons a:hover,
.gazbuttons a:focus {
    background: #ec1d48;
    border-color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.gaz-results {
    padding-top: 40px;
    margin-top: -40px;
}

.gaz-sec {
    background: #fff;
}

.prod-gaz {
    padding-top: 90px;
    margin-top: -70px;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pbgr {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #eee;
}

.prod-gaz-sec-one {
    float: left;
    width: 50% !important;
}

.prod-gaz-sec-one .single-buy {
    margin-top: 0;
}

.prod-gaz-sec .prod-gaz-sec-one p {
    float: left;
    width: 100%;
}

.prod-gaz-sec-one .owl-nav {
    float: left;
    width: 100%;
}

.prod-gaz-sec-one .owl-prev {
    float: left;
    font-size: 20px;
    padding: 0 6px;
}

.prod-gaz-sec-one .owl-next {
    float: right;
    font-size: 20px;
    padding: 0 6px;
}

.prod-gaz-sec-one .owl-prev:hover,
.prod-gaz-sec-one .owl-next:hover {
    color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.prod-gaz-sec-two {
    float: right;
    width: 50%;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

.gazleft {
    float: left;
}

.single-buy a.gazlink {
    padding: 8px 13px;
    background: #ccc;
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.single-buy a.gazlink:hover,
.single-buy a.gazlink:focus {
    background: #eee;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}


/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.copy {
    height: 140px;
    background: #fff;
}

.copy p {
    margin: 0;
    float: right;
    text-transform: uppercase;
    line-height: 140px;
}

.copy p a {
    font-weight: 700;
}

.copy p span {
    margin-right: 30px;
}


/*--------------------------------------------------------------
## O NAS
--------------------------------------------------------------*/

.abouthead {}

.abouthead-inner {
    width: 50%;
    float: right;
    color: #fff;
    padding-right: 20px;
    padding-bottom: 100px;
}

.abouthead-inner h1 {
    font-size: 43px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 112px;
}

.abouthead-inner p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 14px;
    margin-bottom: 21px;
}

.abouthead-inner a {
    background: #ec1d48;
    border: 4px solid #fff;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    padding: 13px 19px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.abouthead-inner a:hover,
.abouthead-inner a:focus {
    color: #ec1d48;
    background: #fff;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

#historia {
    background: #eee;
}

.historia-wrap {
    width: 1110px;
    margin: auto;
    position: relative;
    margin-top: 40px;
    padding-bottom: 30px;
}

.post-history span {
    position: absolute;
    top: 39%;
    left: 50%;
    width: 85px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    font-size: 16px;
    color: #ec1d48;
    font-weight: 700;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.post-history h5 {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    border-top: 3px solid #ec1d48;
    padding-top: 3px;
}

.post-history div {
    font-size: 16px;
    line-height: 28px;
}

.post-history {
    width: 100%;
    position: relative;
    clear: both;
    display: block;
    margin: 0 !important;
    opacity: 0;
    z-index: 2;
}

.post-history:nth-of-type(even) {
    left: 15%;
    padding-left: 55%;
    right: -15%;
}

.post-history:nth-of-type(odd) {
    left: -15%;
    padding-right: 55%;
    right: 15%;
}

.line {
    background: #e4e4e4;
    display: block;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.aboutsec h2 {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 700;
    border-top: 5px solid #ec1d48;
    width: 320px;
    line-height: 58px;
    padding-top: 8px;
    margin-top: 0;
    float: left;
    margin-right: 30px;
}

.about-content {
    background: #fff;
    margin-top: 50px;
    padding-bottom: 40px;
}

.about-content .wrap {
    position: relative;
}

.about-content .entry-content {
    float: right;
    width: 625px;
    color: #010101;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0;
}

.about-content .entry-content p {
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 28px;
}

.about-content .entry-content ul {
    margin-left: 0;
    line-height: 28px;
}

.about-images {
    position: absolute;
    left: 0;
    top: 140px;
    width: 390px;
}

.about-images img {}

.about-press {
    background: #e9e9e9;
    padding-top: 30px;
}

.about-wiki {
    background: #eeeeee;
    padding-top: 65px;
    padding-bottom: 40px;
}


/*--------------------------------------------------------------
## KONTAKT
--------------------------------------------------------------*/

.page-template-page-kontakt {
    padding-top: 125px;
}

.page-template-page-kontakt h1 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
}

.page-form {
    float: left;
}

.page-info {
    background: #fff none repeat scroll 0 0;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 30px 20px;
    width: 50%;
}

.page-form p {
    margin-bottom: 28px;
}

.page-form input {
    background: #fff;
    border: 2px solid #fff;
    font-weight: 700;
    height: 58px;
    padding-left: 25px;
    width: 414px;
    font-size: 14px;
    color: #101010;
}

.page-form textarea {
    color: #101010;
    padding-top: 12px;
    background: #fff;
    border: 2px solid #fff;
    font-weight: 700;
    padding-left: 25px;
    width: 414px;
    height: 167px;
    resize: none;
    font-size: 14px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.page-form input:focus,
.page-form textarea:focus {
    border: 2px solid #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.page-form input.wpcf7-submit {
    border: none;
    width: 104px;
    float: right;
    background: #ec1d48;
    color: #fff;
    padding: 0;
    margin-bottom: 38px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.page-form input.wpcf7-submit:hover,
.page-form input.wpcf7-submit:focus {
    color: #1a1a1a;
    background: #fff;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.page-form input::-webkit-input-placeholder,
.page-form textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #101010;
    opacity: 1;
}

.page-form input:-moz-placeholder,
.page-form textarea:-moz-placeholder {
    text-transform: uppercase;
    color: #101010;
    opacity: 1;
}

.page-form input::-moz-placeholder,
.page-form textarea::-moz-placeholder {
    text-transform: uppercase;
    color: #101010;
    opacity: 1;
}

.page-form input:-ms-input-placeholder,
.page-form textarea:-ms-input-placeholder {
    text-transform: uppercase;
    color: #101010;
    opacity: 1;
}

.vleft,
.vright {
    float: left;
    width: 50%;
}

.page-info iframe {
    width: 100%;
}

.page-template-page-kontakt .pagelinks {
    margin-top: 85px;
}

.page-template-page-kontakt .kontakt {
    display: none;
}

.scl {
    width: 35px;
    height: 35px;
    border: 3px solid #1c1c1c;
    border-radius: 35px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.info .scl {
    border: 3px solid #fff;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.scl:hover,
.scl:focus {
    background: #ec1d48;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #ec1d48;
    margin: 0 auto;
    margin-top: -12px;
    width: 455px;
    max-width: 90%;
    text-align: center;
}


/*--------------------------------------------------------------
## MEDIA
--------------------------------------------------------------*/

.prod-med #media {
    padding-top: 0;
}

.post-main {
    float: left;
    margin: 20px 0;
    width: 100%;
    height: 160px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
}

.post-main.mactive {}

.post-main h1 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 51px;
}

.post-main strong {
    font-weight: 700;
    color: #ec1d48;
}

.flame {
    position: absolute;
    top: 5px;
    right: 10px;
}

.media-gaz {
    background: url(img/media-gaz.png) center center no-repeat;
    background-size: cover;
}

.media-okap {
    background: url(img/media-gaz.png) center center no-repeat;
    background-size: cover;
}

.media-piekarnik {
    background: url(img/media-piekarnik.png) center center no-repeat;
    background-size: cover;
}

.media-indukcja {
    background: url(img/media-piekarnik.png) center center no-repeat;
    background-size: cover;
}

.media-show,
.media-hide {
    opacity: 0;
    bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.media-show.visible,
.media-hide.visible {
    opacity: 1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.media-show i,
.media-hide i {
    margin: 0 5px;
}

.media-content .med-art {
    width: 50%;
    height: 220px;
}

.media-content .med-art p {
    line-height: 26px;
}

.media-content .med-art {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-left: 20px;
}

.media-content .med-art:nth-of-type(odd) {
    padding-right: 25px;
    border-right: 1px solid #eee;
    margin-right: 0;
}

.media-content .med-art img {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-height: 35px;
}

.media-content .med-art a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ec1d48;
    text-transform: uppercase;
    font-weight: 700;
}


/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/



.faq-search {
    float: left;
    width: 100%;
    height: 45px;
    background: #ec1d48;
    font-weight: 700;
}

#faq {
    border-bottom: 1px solid #dbdbdb;
	max-width: 1440px;
	margin: 0 auto;
}

.faq-content {
    float: left;
    width: 100%;
}

.faq-content h1 {
    font-size: 20px;
    color: #010101;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 65px;
}

.search-form {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.search-field {
    float: left;
    border: none;
    background: none;
    color: #fff;
}

.search-field::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-field:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-field::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-field:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-submit {
    font-family: 'FontAwesome';
    border: none;
    background: none;
    color: #fff;
}


.faq-cats ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.faq-results {
    /*float: left;*/
	background: #f5f5f5;
    width: 100%;
}

.faq-results section {	
	padding: 30px;
	position: relative;
}

.question_form.products_front .box {
	min-height: 280px !important;
	width: 25%;
}


.faq-article {
	width: 50%;
	padding: 30px;
	float: left;
	text-align: center;
}

.faq-article p {
	color: #3f3f3f;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

.close {
	position: absolute;
	right: 25px;
	top: 20px;
}

.show_form {
	position: absolute;
	right: 25px;
	top: 20px;
}

.faq-article h5 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.faq-article:nth-of-type(odd) {
    clear:left;
}


.faq-article p a {
    color: #ec1d48;
}

.faq-content h4,
.faq-under h4 {
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.faq-content h4 span,
.faq-under h4 span {
    font-weight: 700;
    color: #0f0f0f;
}

.faq-content h4 strong,
.faq-under h4 strong {
    font-weight: 700;
    color: #ec1d48;
}

.faq-under {
    float: left;
    width: 100%;
}


/*--------------------------------------------------------------
## Produkty
--------------------------------------------------------------*/

.page-template-page-produkty {
    padding-top: 140px;
}

.products-header {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.sprodukt {
    width: 50%;
    height: 305px;
    padding: 30px 0;
    border-bottom: 1px solid #c4c4c4;
}

.sprodukt:nth-of-type(even) {
    float: right
}

.sprodukt:nth-of-type(even) .spimg {
    margin-left: 45px;
}

.sprodukt:nth-of-type(odd) {
    float: left;
    border-right: 1px solid #c4c4c4;
    padding-right: 45px;
}

.sprodukt:nth-of-type(15),
.sprodukt:nth-of-type(16) {
    height: 320px;
}

.spimg {
    float: left;
    width: 125px;
    height: 125px;
    border-radius: 5px;
}

.spright {
    float: right;
    width: 335px;
}

.list-title {
    color: #0b0b0b;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: 1px solid #c4c4c4;
    line-height: 1;
    padding-bottom: 18px;
    margin-bottom: 13px;
}

.topstuff {
    font-size: 18px;
    font-weight: 300;
    color: #0b0b0b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.topstuff .add_to_cart_button {
    display: none;
}

.shpcontent {
    margin-top: 0;
    font-size: 14px;
    line-height: 30px;
    color: #9a9a9a;
    margin-bottom: 4px;
}

.shbuttons {}

.shbuttons a {
    background: #ec1d48;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    padding: 12px 15px;
    display: inline-block;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.shbuttons a.prodmorelink {
    background: #1c1c1c;
}

.shbuttons a.prodmorelink:hover {
    color: #fff;
    background: #ec1d48;
}

.shbuttons a:hover,
.shbuttons a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.shbuttons .amount {
    display: none;
}

.shbuttons .add_to_cart_inline {
    float: right;
    margin: 0;
}

.shbuttons .added_to_cart {
    float: right;
    margin: 0;
}


/*--------------------------------------------------------------
## WOOCOMMERCE MAIN
--------------------------------------------------------------*/

.woocommerce-page .woocommerce {
    position: relative;
    width: 100%;
}

.woocommerce form {
    width: 100%;
}

.woocommerce-page .pagelinks {
    display: none;
}

.woohide {
    display: none;
}

.woocommerce-page .woohide {
    display: inline-block;
}

.cart-empty {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.return-to-shop {
    text-align: center;
}

.return-to-shop a {
    background: #ec1d48;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 12px 19px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.return-to-shop a:hover,
.return-to-shop a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.woocommerce-page .woocommerce .thanks{
	max-width: 860px;
	padding: 0 30px;
	margin: 0 auto;
}
.woocommerce-page .woocommerce .thanks h1{
	font-size: 36px;
    font-weight: 400;
    color: #757575;
    padding-bottom: 30px;
}
.woocommerce-page .woocommerce .thanks p{
	color: #757575;
	padding-bottom: 10px;
}
.woocommerce-page .woocommerce .thanks p.bigger{
	font-size:19px;
}


/*--------------------------------------------------------------
## Koszyk
--------------------------------------------------------------*/

.woocommerce-cart .woocommerce-message {
    color: #1c1c1c;
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
}

.woocommerce-cart .woocommerce-message a {
    font-weight: 700;
}

.cart-header {
    border-bottom: 1px solid #eee;
    color: #1c1c1c;
    float: left;
    font-size: 24px;
    padding-bottom: 5px;
}

.woocommerce-checkout .woocommerce-message {
    display: none;
}

.cart-wrap {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.cart-product {
    width: 100%;
    position: relative;
}

.cart-product .product-thumbnail {
	width: 280px;
	text-align: center;
}

.remove:hover,
.remove:focus {
    color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease
}

.product-count {
    position: absolute;
    left: 0;
    top: 62px;
}

.product-count span {
    display: block;
    height: 35px;
    width: 35px;
    border: 1px solid #cfcfcf;
    color: #c8c8c8;
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
}

.product-border {
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
    position: relative;
}

#product_id_3645 .product-thumbnail img {
	max-width: 170px;
	margin-bottom: 30px;
}

#product_id_27 .product-thumbnail img {
	max-width: 170px;
	margin-bottom: 30px;
}

#product_id_2883 .product-thumbnail img {
	max-width: 170px;
	margin-bottom: 30px;
}


.woocommerce-cart .cart-product:last-of-type .product-border {
    border-bottom: 0;
}

.product-thumbnail {
    float: left;
    height: 100%;
    margin-right: 30px;
}

.product-thumbnail a {
    display: block;
}

.product-right {
    float: left;
    margin-top: 60px;
}

.product-name {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1;
}

.product-insides {
    color: #adadad;
    line-height: 1;
    margin: 10px 0;
}

.kurier_item .product-right {
	margin-top: 30px;
}

.quantity {
    display: block;
    font-weight: 700;
}

.woocommerce-checkout .cart-product .quantity {
    display: inline-block;
}

.quantity .qty {
    width: 50px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #000;
	text-align: center;
	font-size: 18px;
    font-weight: 700;
    background: none;
}

.product-subtotal span {
	display: block;
	margin-top: 30px;
}

.remove_column span {
	display: block;
	margin-top: 30px;
}

.product-quantity {
    color: #0d0d0d;
    font-size: 16px;
    float: right;
    text-align: center;
    margin-right: 30px;
}

.product-quantity .quantity {
	margin-top: 60px;
}

.product-quantity span {
	display: block;
	margin-top: 30px;
}

.product-delivery {
    display: inline-block;
}

.product-subtotal {
	float: right;
	width: 120px;
	text-align: center;
	margin-right: 30px;
}

.product-subtotal .amount {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #1c1c1c;
    margin-top: 60px;
}

.cart-collaterals {
    display: none;
}

.cart-collaterals input {
    margin: 25px 200px 15px 0;
    position: relative;
    float: left;
    border: none;
    background: #e3e3e3;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    padding: 13px 18px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease
}

.cart-collaterals input:hover,
.cart-collaterals input:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease
}

.cart-collaterals {
    float: left;
    width: 100%;
    position: absolute;
    top: 70px;
}

.cart_totals {
    float: right;
    font-size: 24px;
    color: #1c1c1c
}

.order-total {
    margin-bottom: 0;
}

.wc-proceed-to-checkout {
    float: right;
    clear: both
}

.wc-proceed-to-checkout a {
    position: relative;
    float: right;
    border: none;
    background: #ec1d48;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 16px 21px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease
}

.wc-proceed-to-checkout a:hover,
.wc-proceed-to-checkout a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/

.page.woocommerce-checkout {
    padding-top: 0;
}

.woocommerce-error {
    color: #ec1d48;
    font-weight: 700;
    list-style: outside none none;
    margin-top: 66px;
    padding: 0;
    text-align: center;
    line-height: 20px;
}

.woocommerce-billing-fields,
.col-1 {
    float: left;
}

.billing-field-right {
	float: right !important;
	margin-right: 0 !important;
}

.woocommerce-billing-fields input {
	width: 360px !important;
}

.woocommerce-billing-fields input[name='billing_first_name'],
.woocommerce-billing-fields input[name='billing_last_name'],
.woocommerce-billing-fields input[name='billing_address_street']{
	width: 177px !important;
}
.woocommerce-billing-fields input[name='billing_address_building'],
.woocommerce-billing-fields input[name='billing_address_flat']
{
    width: 80px !important;
}

.woocommerce-billing-fields input[name='billing_zipcode']{
    width: 100px !important;
}
.woocommerce-billing-fields input[name='billing_city']{
    width: 255px !important;
}

.billing-field-right input {
	width: 250px !important;
}

.woocommerce-billing-fields h3 {
    margin-top: 9px;
    padding-top: 11px;
}

.woocommerce-billing-fields p {
    margin-bottom: 16px;
    margin-top: 0;
}

.woocommerce-billing-fields label,
#order_comments_field label {
    display: block;
    font-size: 12px;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 12px;
}

.woocommerce-billing-fields input,
#order_comments_field textarea {
    font-weight: 700;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 50px;
    padding-left: 5px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.woocommerce-billing-fields input:focus,
#order_comments_field textarea:focus {
    border: 1px solid #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.woocommerce-shipping-fields {
	float: right;
	margin-top: -20px;
	margin-top: -97px;
	margin-right: 130px;
}

#order_comments_field textarea {
    resize: none;
    width: 250px;
    height: 100px;
    padding: 8px;
    font-size: 13px;
	
}

#order_comments_field label {
    font-size: 15px;
    color: #676767;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.second_stage {
	display: none;
}

.billing-field-right {
    width: 48%;
    display: inline-block;
    margin-right: 15px;
}

#billing_country_field {
    display: none;
}

.col-2,
.woocommerce-checkout-review-order {
    float: right;
    width: 320px;
    padding-top: 20px;
}

.woocommerce-checkout-review-order {
    clear: both;
}

#order_review h3 {
	font-size: 15px;
	color: #676767;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#customer_details h3 {
	font-size: 15px;
	color: #676767;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.page-template-page-cart .order-total {
	float: right;
	margin-right: 30px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin-top: 7px;
}

.woocommerce-billing-fields h3 {
	display: none;	
}

.woocommerce-shipping-fields h3 {
	display: none;
}

.woocommerce-billing-fields label {
	font-size: 15px;
	color: #676767;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 400;
}

.woocommerce-billing-fields p {
	float: left;
}

#customer_details {
	width: 100%;
	margin: 20px auto;
}

#order_review {
	width: 790px !important;
    max-width: 100%;
	margin: 0 auto;
	float: none;
    padding-top: 0;
}

.cart_bottom {
	width: 60% !important;
	margin: 0 auto;
	float: none;
}

.form_content {
	width: 790px;
	margin: 0 auto;
}

.place-order {
	padding-top: 20px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin-top: 25px;
}

.order-details,
.shop_table {
    list-style: none;
    margin-left: 0;
}

.order-details li {}

.payment_methods, .shipment_methods {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.payment_methods li, .shipment_methods li {
    height: 53px;
    display: inline-block;
    float: left;
    padding: 13px 22px;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
}

.shipment_methods li, .custom_checkboxes li, .service_order li {
    height: auto;
}

.payment_methods li label, .shipment_methods li label, .custom_checkboxes li label {
    padding-left: 14px;
    cursor: pointer;
    font-weight: 400;
}


.under-order {
	clear: both;
    width: 100%;
    padding-top: 20px;
}

.under-order #order_review {
	width: 100%;
}

.under-order h3 {
    margin-top: 0;
}

.under-order .woocommerce-checkout-review-order {
    float: left;
    clear: none;
}

.payment_method_bacs.psl,
.payment_method_cod.psl,
.payment_method_raty.psl {
    color: #000;
    font-weight: 700 !important;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.payment-info, .shipment-info {
    display: inline-block;
    border-top: 1px solid #efefef;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
}

.shipment-info {
    border-top: none;
}

li.payment_method_bacs {
    margin-right: 12px;
}

li.payment_method_cod {
    margin-right: 12px;
}

.payment_methods li div {
    font-size: 14px;
}

.raty {
	margin: 20px auto;
    width: 70%;
    display: none;
    font-size: 14px;
    color: #000;
}

.rright {
	padding-top: 20px;
    float: right;
	width: 40%;
}

.rright input {
}


.rleft {
    float: left;
	padding-top: 20px;
    width: 50%;
}

.rleft a img {
	margin-top: 15px;
    max-width: 210px;
}

.checkbox abbr {
    display: none;
}

.thanks #container {
    font-size: 14px;
}

.thanks #container select {
    width: 100%;
}

.thanks #container td {}

#marginleft {
    width: 0 !important;
}

.thanks #container table #mainContent table tbody tr {
    border-bottom: 1px solid #ccc;
}

.thanks #container table #mainContent table tbody tr th,
.thanks #container table #mainContent table tbody tr td {
    padding: 10px 8px;
}

.thanks #container table #mainContent table tbody tr th {
    text-transform: uppercase;
}

.thanks #container table #mainContent table tbody tr input {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 700;
    padding-left: 5px;
    transition: all 0.35s ease 0s;
    width: 100%;
}

.chleft {
    float: left;
}

.chright {
    float: right;
}

.checkout-total {
    font-size: 24px;
    margin: 0;
}

.checkout-back {
    clear: both;
    padding: 13px 18px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #1c1c1c;
    background: #f0f0f0;
    border-radius: 5px;
    line-height: 1.5;
}

.terms {
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0;
    margin-bottom: 15px;
}

.chright .more_button {
	border: none;
	font-size: 16px;
	padding: 12px 20px 12px 20px !important;
	margin-bottom: 20px;
}

.terms input {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    padding: 5px;
}

.terms a {
    border-bottom: 1px solid #1d1d1d;
}

.checkout-footer {
    bottom: -56px;
    clear: both;
    float: right;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.checkout-secure {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.kurier_item .product_img {
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 20px;
}

.thanks img {
    margin: 30px auto;
    display: block;
}

.thank h1 {
    text-align: center;
}

.woocommerce-order-received .site-main .wrap {
    width: 660px;
}

#technologie table tr td {
    vertical-align: middle;
}

.product-delivery strong {
    font-weight: 400;
    margin-top: 5px;
}

#film {
    position: relative;
}

.filmbg {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}

.filmbg i {
    font-size: 100px;
    position: relative;
    top: 40%;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.filmbg:hover i,
.filmbg:focus i {
    color: #ec1d48;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.error-404 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding-top: 150px;
    padding-bottom: 100px;
    background: url(img/404.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

.error-404 h1 {
    font-weight: 300;
    font-size: 36px;
}

.error-404 .ebg {
    position: absolute;
    z-index: 1;
    background: #1c1c1c;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.error-404 h1,
.error-404 p {
    position: relative;
    z-index: 2;
}

.error-404 p {
    font-size: 18px;
    line-height: 23px;
}

.error-404 a {
    background: #ec1d48;
    padding: 9px 17px;
    border-radius: 5px;
    font-weight: 700;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
}

.error-404 a:hover,
.error-404 a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.website {
    color: #ec1d48;
}

.site-header .wrap {
    position: relative;
}

#breadcrumbs {
    font-size: 10px;
    line-height: 1;
    color: #a0a0a0;
    font-weight: 400;
    position: absolute;
    padding-left: 20px;
    display: none;
}

#breadcrumbs li{
    display: inline-block;
    position: relative;
    padding-right: 30px;
    text-transform: uppercase;
}
#breadcrumbs li:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #a0a0a0;
}
#breadcrumbs li:last-child:after{
    content:none;
}

.postid-52 .prod-tech {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.postid-52 .prod-tech .wrap {
    position: relative;
}

.postid-52 .prod-tech img {
    left: 0;
    max-width: 350px;
    position: absolute;
    top: 120px;
}

.prod-mon .wrap {
    position: relative;
}

.postid-84 .prod-mon .wp-image-1574 {
    left: 0;
    max-width: 350px;
    position: absolute;
    top: 130px;
}

.postid-2836 .prod-mon .wp-image-2872 {
    left: 0;
    max-width: 350px;
    position: absolute;
    top: 140px;
}

.postid-2836 #opinie {
    display: none;
}

.postid-2836 .prod-mon p {
    margin: 0;
}

.postid-2836 #opis {
    background: #fff;
}

.postid-2606 .prod-mon .wp-image-2609 {
    margin-top: -46px;
}

iframe[name="google_conversion_frame"] {
    position: absolute;
}

.accept {
    width: 100%;
	border-top: 1px solid #efefef;
}

.accept-inner {
    margin: 20px auto;
    max-width: 60%;;
	padding-left: 40px;
	background: url(img/info_icon.png) scroll no-repeat left center;
	line-height: normal;
	font-size: 13px;
}

.accept a {
    text-decoration: underline;
    font-weight: 600;
}

.bottom-thanks {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.vat {
    float: left;
    width: 100%;
}

.website {
    background: #ec1d48;
    color: #fff;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: 600;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    font-size: 14px;
    margin-top: -51px;
    width: 292px;
    display: none!important;
}

.langru .topstuff,
.langen .topstuff,
.langde .topstuff,
.langhu .topstuff,
.languk .topstuff,
.langsk .topstuff {
    display: none;
}

.langru .about-images img:nth-of-type(1n+2),
.langen .about-images img:nth-of-type(1n+2),
.langde .about-images img:nth-of-type(1n+2),
.langhu .about-images img:nth-of-type(1n+2),
.languk .about-images img:nth-of-type(1n+2),
.langsk .about-images img:nth-of-type(1n+2) {
    display: none;
}

.langru .add_to_cart_button,
.langen .add_to_cart_button,
.langde .add_to_cart_button,
.langhu .add_to_cart_button,
.languk .add_to_cart_button,
.langsk .add_to_cart_button {
    display: none;
}

.langru .recommend .amount,
.langen .recommend .amount,
.langde .recommend .amount,
.langhu .recommend .amount,
.languk .recommend .amount,
.langsk .recommend .amount {
    display: none;
}

.langru #cookie-law-info-bar,
.langen #cookie-law-info-bar,
.langde #cookie-law-info-bar,
.langhu #cookie-law-info-bar,
.languk #cookie-law-info-bar,
.langsk #cookie-law-info-bar {
    display: none;
}

.langru .navorder,
.langen .navorder,
.langde .navorder,
.langhu .navorder,
.languk .navorder,
.langsk .navorder {
    display: none;
}

.langru .underbutton,
.langen .underbutton,
.langde .underbutton,
.langhu .underbutton,
.languk .underbutton,
.langsk .underbutton {
    display: none;
}

.langsk .shbuttons a {
    font-size: 13px;
}

.langru .vlink,
.langen .vlink,
.langde .vlink,
.langhu .vlink,
.languk .vlink,
.langsk .vlink,
.langbe .vlink {
    display: none;
}

.langbe .prod-last-really,
.langbe .prod-med {
    display: none;
}

.postid-204 .prod-one,
.postid-204 .prod-mon,
.postid-204 .prod-tech,
.postid-204 .singlemore,
.postid-204 .prod-op,
.postid-204 .prod-med,
.postid-204 .prod-last-really {
    display: none;
}

.postid-8933 .prod-mon,
.postid-8933 .prod-tech,
.postid-8933 .singlemore,
.postid-8933 .prod-op,
.postid-8933 .prod-med,
.postid-8933 #opis .single-buy,
.postid-8933 .prod-last-really {
    display: none;
}

.postid-8933 .prod-last {background:#fff !important;}


.postid-509 .prod-one,
.postid-509 .prod-mon,
.postid-509 .prod-tech,
.postid-509 .shfright,
.postid-509 .prod-op,
.postid-509 .prod-med,
.postid-509 .prod-last-really {
    display: none;
}

.postid-203 .prod-one,
.postid-203 .prod-mon,
.postid-203 .prod-tech,
.postid-203 .singlemore,
.postid-203 .prod-op,
.postid-203 .prod-med,
.postid-203 .prod-last-really {
    display: none;
}

.postid-203 .shright p {
    margin: 0;
}

.postid-203 .shright .aligncenter {
    max-height: 390px;
}

.custom-close {
    padding-left: 40px;
    position: relative;
    top: 3px;
    font-size: 18px;
    font-weight: 700;
}

.caraty {
    display: inline-block;
    margin-right: 50px;
    position: relative;
    top: 15px;
}

.caraty a {
    background: none;
    padding: 0;
    line-height: 1;
}

.caraty a img {
    height: 41.5px;
}

.vlink img {
    height: 38px;
    margin-bottom: 10px;
}

#post-1656,
#post-1641,
#post-1731 {
    padding-top: 40px;
}

#post-1641 .entry-content,
#post-1731 .entry-content {
    width: 800px;
    margin: auto;
}



.page-id-1641 article,
.page-id-1731 article {
    background: #fff;
}

.popup img {
    margin-top: 45px;
}

.embedly-card-hug,
.embedly-card {
    width: 100% !important;
    max-width: 1024px !important;
    margin: 0 auto;
}


.card .hdr {
    display: none !important;
}

.bd {
    border-left: none !important;
}

.select-header {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
}

.selectprodukt {
    float: left;
    width: 25%;
    border-right: 1px solid #ccc;
    padding: 0 25px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.selectprodukt:nth-of-type(last) {}

.selectprodukt img {
    display: block;
    margin: auto;
    max-height: 140px;
}

.selectprodukt h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

.selectprodukt h3 {
    margin-top: 8px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
}

.selectprodukt h3 strong {
    font-weight: 300;
}

.selectprodukt p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 28px;
    margin-bottom: 15px;
}

.selectprodukt .selectgo {
    margin-top: 10px;
    display: block;
    text-align: center;
    background: #ec1d48;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 9px 17px;
    text-transform: uppercase;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.selectprodukt .selectgo:hover,
.selectprodukt .selectgo:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.selectproduktp {
    float: left;
    width: 33%;
    border-right: 1px solid #ccc;
    padding: 0 25px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.selectproduktp:nth-of-type(last) {
    border-right: none;
}

.selectproduktp img {
    display: block;
    margin: auto;
    max-height: 140px;
}

.selectproduktp h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

.page-template-page-piekarniki .selectproduktp h2 {
    height: 65px;
}

.selectproduktp h3 {
    margin-top: 8px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
}

.selectproduktp h3 strong {
    font-weight: 300;
}

.selectproduktp p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 28px;
    margin-bottom: 15px;
    padding: 0 70px;
}

.page-template-page-piekarniki .selectproduktp p {
    padding: 0 40px;
}

.selectproduktp .selectgo {
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 10px;
    display: block;
    text-align: center;
    background: #ec1d48;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 9px 17px;
    text-transform: uppercase;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.selectproduktp .selectgo:hover,
.selectproduktp .selectgo:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.postid-3387 .prod-tech {
    background: #fff;
}

.postid-3387 .prod-tech .wrap {
    position: relative;
}

.postid-3387 .prod-tech img {
    left: 0;
    max-width: 350px;
    position: absolute;
    top: 128px;
}

.postid-3387 .prod-tech {
    border-bottom: 1px solid #eee;
}


/*--------------------------------------------------------------
## NL 
--------------------------------------------------------------*/

.langbe #slider {
    display: none;
}

.langbe .iprodukty {
    padding-top: 200px;
}

.langbe .bluebg,
.langbe .tech-right {
    display: none;
}

.langbe .tech-left,
.langbe .redbg {
    width: 100%;
}

.langbe .navprod,
.langbe .navfaq {
    display: none;
}

.g3 {
    background: #eee;
}

.g1,
.g2,
.g3 {
    width: 22%
}

.g4 {
    width: 31%;
}

.postid-2836 .prod-one-sec table img {
    width: auto !important;
}


/*--------------------------------------------------------------
## Rwd
--------------------------------------------------------------*/

.prod-one-sec h3 {
    margin-top: 0;
}

.gazmore {
    display: none;
}

.page-template-page-gaz .prod-one {
    position: relative;
}

.langpl .gazmore {
    display: block;
    position: absolute;
    bottom: 30px;
    background: #ec1d48;
    color: #fff;
    padding: 7px 15px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.langpl .gazmore:hover {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.gazmore i {
    margin-right: 10px;
}

.page-id-135 .site-main .wrap {
    width: 800px;
    font-size: 14px;
}

.post-135 strong {
	margin-bottom: 10px;
	font-weight: 700;
}

.page-id-135 article {
    padding-top: 0;
    max-width: 800px;
    margin: 0 auto;
    line-height: 18px;
}

.post-1641 {
    padding-top: 0;
    max-width: 800px;
    margin: 0 auto;
    line-height: 18px;
}

.page-id-135 article p {
	line-height: 22px;
}

article.praca {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.entry-content {
	line-height: 22px;
}

.poziomdiv {
	margin-bottom: 50px;
}

article.praca .entry-title {
    font-size: 35px;
    margin-bottom: 60px;
    color: #434343;
    font-weight: 300;
}

.page-id-135 .pagelinks {
    display: none;
}

.postid-3387 #media,
.postid-3387 #opinie {
    display: none;
}

.homesow {
    display: none
}

.home .homesow {
    display: block;
}

.rbut {
    background: #ec1d48;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 12px;
    text-transform: uppercase;
}

.rwd-button {
    display: none;
    font-size: 14px;
    padding-bottom: 15px;
}

.rwd-button p {
    margin-bottom: 10px;
}

.rwd-button .wpcf7-email {
    width: 180px;
    border: 2px solid #fff;
    border-radius: 5px;
    ;
    background: none;
    font-weight: 600;
    color: #fff;
    padding: 4px 8px;
}

.rwd-button .wpcf7-submit {
    border: none;
    background: #ec1d48;
    color: #fff;
    font-weight: 600;
    padding: 7px 16px;
    margin-left: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.rwd-button div.wpcf7-mail-sent-ok {
    border: 2px solid #ec1d48;
    float: none;
    margin-top: -0px;
    width: auto;
}

.desktop-hide {
    display: none;
}

.filmbg span {
    font-size: 24px;
    font-weight: 700;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 170px;
}

.remind,
.remindb,
.remindc {
    margin-top: 5px;
    margin-bottom: 8px;
}

.remind .success,
.remindb .success,
.remindc .success {
    margin-bottom: 10px;
}

.remind .validate,
.remindb .validate,
.remindc .validate {
    background: #1a1a1a none repeat scroll 0 0;
    border: 2px solid #1a1a1a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    padding-left: 15px;
    width: 300px;
    margin-right: 10px;
}

.remind .send,
.remindb .send,
.remindc .send {
    background: #ec1d48 none repeat scroll 0 0;
    color: #fff;
    float: right;
    padding: 0;
    transition: all 0.35s ease 0s;
    width: 100px;
    border: none;
    height: 40px;
    font-weight: 700;
}

.remindd {
    margin-top: 5px;
    margin-bottom: 8px;
}

.remindd .success {
    margin-bottom: 10px;
}

.remindd .validate {
    background: #1a1a1a none repeat scroll 0 0;
    border: 2px solid #1a1a1a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    padding-left: 15px;
    width: 300px;
    margin-right: 10px;
}

.remindd .send {
    background: #ec1d48 none repeat scroll 0 0;
    color: #fff;
    padding: 0;
    transition: all 0.35s ease 0s;
    width: 100px;
    border: none;
    height: 40px;
    font-weight: 700;
}

.prod-goto {
    padding: 50px 0;
    background: #fafafa;
}

.gotolink {
    text-align: center;
    float: left;
    width: 33.33%;
}

.gotolink:nth-of-type(2) {
    border-right: 1px solid #eee;
    border-left:1px solid #eee;
}



.gotolink h5 {
    color: #0b0b0b;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 13px;
    margin-top: 0;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.gotolink a {
    background: #ec1d48;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    padding: 12px 15px;
    display: inline-block;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.gotolink:nth-of-type(2) a {
    background:none;padding:0;
}

.gotolink:nth-of-type(2) h5 {padding-bottom:0;margin-bottom:0;}

.gotolink a:hover,
.gotolink a:focus {
    color: #1c1c1c;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.postid-2602 .prod-tech-sec p a {
    left: 15px;
    position: absolute;
    top: 141px;
}

.postid-2586 .prod-tech-sec p a {
    left: 15px;
    position: absolute;
    top: 141px;
}

.postid-2606 .prod-tech-sec p a {
    left: 15px;
    position: absolute;
    top: 141px;
}

.postid-2586 .prod-one,
.postid-2602 .prod-one,
.postid-2606 .prod-one {
    background: #fff;
}

.postid-2606 .print {
    display: none;
}

.page-id-4761 .site-main .wrap {
    font-size: 14px;
    width: 800px;
}

.page-id-4948 .site-main .wrap {
    font-size: 14px;
    width: 800px;
}

.postid-58 .prod-one {background:#fff;}

.page-template-page-tweetup .tweetform .wpcf7-form {float:left;width:100%;}
.page-template-page-tweetup .tweetform .wpcf7 p {text-align:center;font-size:18px;line-height:35px;}
.page-template-page-tweetup .tweetform .wpcf7 p input {float:none;margin-left:auto;width:35%;margin-right:auto;font-size: 14px;padding-left: 25px;border: 1px solid #1a1a1a; font-weight: 700; height: 58px;margin-bottom:20px}
.page-template-page-tweetup .tweetform .wpcf7 p input.wpcf7-submit {
    width: 35%;
    background: #ec1d48;
    color: #fff;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-page-tweetup .tweetform .wpcf7  .wpcf7-form-control-wrap {float:left;width:100%;clear:both;}
.page-template-page-tweetup #nawigacja, .page-template-page-tweetup .kontakt {display:none;}
.tweetform {padding:30px 0;background:#f1f1f1;float:left;width:100%;margin-bottom:30px;text-align:center;}
.page-template-page-tweetup div.wpcf7 .ajax-loader {display:block;}
.tweep {padding:0 100px;font-size:18px;line-height:35px;}
.twehone {font-size:70px;line-height:1.1;text-align:center;margin-bottom:0;}
.twehtwo {font-size:30px;line-height:35px;text-align:center;}


.compare h1 {margin-top:60px;margin-bottom:0;font-size:48px;font-weight:900;text-transform:uppercase;text-align:center;color:#181818;line-height:58px;}
.compareleft {float:left;width:50%;border-right:1px solid #dadada;margin-top:30px;}
.compareright {float:right;width:50%;margin-top:30px;}
.compareimg {width:90%;height:260px;margin:auto;display:block;}
.compareleft h2, .compareright h2 {margin-top:00px;font-size:43px;line-height:58px;color:#181818;text-transform:uppercase;font-weight:900;text-align:center;}
.compareleft h3, .compareright h3 {margin-top:10px;margin-bottom:15px;font-size:32px;line-height:58px;color:#181818;text-transform:uppercase;font-weight:900;text-align:center;}
.comparecontent {float:left;width:100%;margin-bottom:8px;font-size:16px;line-height:32px;color:#202020;}
.comparecontent ul {margin-left:0;padding-left:0;list-style:none;}
.comparecontent ul li {padding-left:35px;position:relative;margin-bottom:12px;margin-left:25px;}
.comparecontent ul li:before {position:absolute;content:'';left:0;border:2px solid #1a1a1a;border-radius:50%;height:15px;width:15px;left:0;top:0;bottom:0;margin:auto;}
.comparecenter {text-align:center;}
.comparebutton {height:50px;line-height:49px;background:#ec1d48;color:#fff;border-radius:6px;display:inline-block;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;padding:0 20px;}
.comparemovie {display:inline-block;width:90%;margin-left:auto;margin-right:auto;height:260px;background:#ec1d48;margin-top:40px;margin-bottom:37px;}
.comparefull {padding:0 200px;float:left;width:100%;}
.comparefull h2 {padding-bottom:18px;font-size:43px;margin-top:84px;line-height:58px;color:#181818;text-transform:uppercase;font-weight:700;text-align:center;position:relative;}
.comparefull h2:after {position:absolute;bottom:0;left:0;right:0;margin:auto;content:'';height:5px;width:320px;background:#ec1d48;}
.comparefull p {font-size:16px;line-height:32px;color:#202020;}
.minifaq {float: left; width: 100%; margin-top: 45px;}
.minifaq h2 {float:left;width:325px;position:relative;font-size:43px;line-height:61px;color:#181818;text-transform:uppercase;font-weight:700;text-align:right;margin-top:10px;padding-top:54px;}
.minifaq h2:before {content:'';position:absolute;top:0;width:100%;left:0;height:5px;background:#ec1d48;}
.minifaq-sec {float:right;width:735px;}
.minifaq-sec div {margin-bottom:24px;float:left;width:50%;}
.minifaq-sec div h5 {margin-bottom:0;font-size:20px;line-height:32px;margin-top:0;color:#010101}
.minifaq-sec div p {font-size:16px;line-height:32px;color:#010101;}

.choose {position:relative;}
.choose h3 {margin-top:0;top:70px;position:absolute;z-index:10;left:0;right:0;font-size:43px;line-height:58px;color:#fff;text-transform:uppercase;font-weight:900;text-align:center;}
.chooseleft, .chooseright {padding-top:224px;width:50%;float:left;height:620px;position:relative;z-index:8;text-align:center;}
.chooseleft .bg, .chooseright .bg {position:absolute;z-index:1;width:100%;height:100%;background:#000;opacity:0.5;left:0;top:0;}
.chooseleft h4, .chooseright h4 {margin-bottom:30px;position:relative;z-index:5;font-size:43px;line-height:58px;color:#fff;text-transform:uppercase;font-weight:900;text-align:center;}
.chooseleft a, .chooseright a {position:relative;z-index:5;}

.postid-8377 .prod-op{display:none;}
.page-template-page-gdziekupic #nawigacja {display:none;}

.popup-wrap {position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;background:rgba(0,0,0,0.5);text-align:center;z-index:9999;}
.popup-wrap img {position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;max-width:80%;max-height:80%;}
.popup-wrap i {color:#fff;position:absolute;top:30px;right:30px;font-size:50px;cursor:pointer;}

#popup-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: rgba(0,0,0,0.5);
}
#popup{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999999999999;
    width: 600px;
    height: 600px;
    background: url(./img/Solgaz_popup_d.png) no-repeat 50% 50%;
    background-size: contain;
}
#popup a{
    position: absolute;
    display: block;
    text-decoration: none;
    width: 222px;
    height: 280px;
    bottom: 28px;
}

#popup .popup-close{
    position: absolute;
    z-index: 999999999999;
    cursor: pointer;
    top: -10px;
    right: -20px;
    font-size: 30px;
    color: #fff;
}


#popup a.gpc{
    left: 47px;
}
#popup a.gnc{
    right: 47px;
}

@media all and (max-width: 650px){

    #popup{
        width: 300px;
        height: 300px;
    }

    #popup a{
        bottom: 13px;
        width:112px;
        height: 140px;
    }
    #popup a.gpc{
        left: 23px;
    }
    #popup a.gnc{
        right: 23px;
    }
}

/* DEEV */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.wrapper.wrapper {
	max-width: 1440px;
	margin: 0 auto !important;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

#masthead .current-menu-item {
	border-bottom: 1px solid #eb1d47;
}

.mgr_top {
	margin-top: 15px;
}

div.menu {
	margin-left: 9%;
}

header {
	z-index: 9999999999;
}

.menu ul li a {
	color: #424446;
	font-size: 15px;
	display: block;
	padding: 0 16px;
	text-decoration: none;
}

.sub-menu a {
	line-height: normal;
}

.menu ul li {
	float: left;
}

.menu ul li:hover {
    border-bottom: 1px solid #eb1d47;
}


.lang_switch {
	background: #d6d6d6;
	padding-top: 7px;
	min-height: 30px;
	text-align: right;
	max-width: 1440px;
	padding-bottom: 5px;
	margin: 0 auto;
	display: none;
	padding-right: 10px;
}

.footer_menu .lang_switch {
	min-height: 10px;
	padding-bottom: 0;
	padding-top: 0;
}

.footer_menu .lang_switch a.active {
	color: #fff;
}
.footer_menu .lang_switch a {
	color: #c6c6c6;
}


.lang_switch a {
	font-size: 14px;
	font-weight: 700;
	color: #909090;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.lang_switch a:hover {
	color: #000;
}

.other_langs {
	display: none;
	float: right;
}

.menu {
	float: left;
}

.logo {
	float: left;
	margin-top: 15px;
	margin-bottom: 14px;
	margin-left: 15px;
}

.more_questions {
	padding-top: 20px;
	border-top: 1px solid #dbdbdb;
	min-height: 100px;
}

a:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.box {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.box:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product_box {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product_box:hover {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}



.more_questions .more_quote .title {
	font-size: 36px;
	font-weight: 300;
	color: #757575;
}

.more_questions .more_quote .title span {
	color: #3f3f3f;
	font-weight: 700;
}

.more_questions .more_quote p {
	text-transform: uppercase;
	color: #757575 !important;
	margin-top: 10px;
	font-size: 16px;
}

.more_questions .more_quote {
	width: 27%;
	padding-left: 25px;
	float: left;
}

.more_questions .more_box {
	width: 24%;
	padding-left: 90px;
	float: left;
	min-height: 90px;
}

.more_questions .more_box p {
	text-transform: uppercase;
	color: #757575;
	margin-top: 10px;
	font-size: 16px;
}

.more_questions .more_box span {
	color: #000;
	font-size: 25px;
	margin-top: 10px;
	display: block;	
	font-weight: 700;
}

.more_questions .more_box a {
	font-weight: 700;
	color: #3f3f3f;
	font-size: 25px;
	margin-top: 10px;
	text-decoration: none;
	display: block;	
}

.products_front .box {
	width: 20%;
	float: left;
	text-align: center;
	padding-top: 180px;
    padding-left: 15px;
    padding-right: 15px;
	min-height: 335px;	
	cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% -350px;
}

.products_front .box:hover {
	box-shadow: 0 0 80px #515151;
	position: relative;
    background-color: #3f3f3f;
    background-position: 50% 90px;
}

.products_front .box p, .products_front .box h3 {
	color: #434343;	
	font-size: 26px;
	font-weight: 900;
}

.products_front .box:hover p, .products_front .box:hover h3 {
	color: #fff;
}

.products_front .box p.adnotation {
	color: #b0b0b0;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	margin-top: 10px;
	font-size: 15px;
}

.plyty_gaz, .box.plyty-gazowe, .box.plyty-grzewcze, .box.hob-plates, .box.gas-hobs, .box.kochfelder, .box.gaskochfelder {
	background: url(img/kuchenki_icon.png) scroll no-repeat center -395px;
}

.inspiracje, .box.szukam-inspiracji, .box.im-looking-for-inspiration, .box.ich-suche-nach-inspirationen {
	background: url(img/inspiracje_icon.png) scroll no-repeat center -395px;
}

.plyty_indukcja, .box.plyta-indukcyjna, .box.induction-hob, .box.induktionskochfeld  {
	background: url(img/plyty_icon.png) scroll no-repeat center -395px;
}

.piekarniki, .box.piekarniki, .box.ovens, .box.backofen {
	background: url(img/piekarniki_icon.png) scroll no-repeat center -395px;
}

.okapy, .box.inteligentne-okapy, .box.smart-extractor-hoods, .box.intelligente-dunstabzugshauben {
	background: url(img/okapy_icon.png) scroll no-repeat center -395px;
}

.akcesoria {
	background: url(img/akcesoria_icon.png) scroll no-repeat center -395px;
}

.sama_gotuje {
	background: url(img/sama_gotuje.png) scroll no-repeat center 40px;
}


.plyty_gaz:hover {
	background: #3f3f3f url(img/kuchenki_icon.png) scroll no-repeat center 60px;
}

.plyty_indukcja:hover {
	background: #3f3f3f url(img/plyty_icon.png) scroll no-repeat center 60px;
}

.piekarniki:hover {
	background: #3f3f3f url(img/piekarniki_icon.png) scroll no-repeat center 60px;
}

.okapy:hover {
	background: #3f3f3f url(img/okapy_icon.png) scroll no-repeat center 60px;
}

.akcesoria:hover {
	background: #3f3f3f url(img/akcesoria_icon.png) scroll no-repeat center 60px;
}

.sama_gotuje:hover {
	background: #3f3f3f url(img/sama_gotuje_white.png) scroll no-repeat center 60px;
}

.inspiracje:hover {
	background: #3f3f3f url(img/inspiracje_icon.png) scroll no-repeat center 60px;
}


.products_front .box a {
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	margin: 30px auto;
	border-radius: 30px;
	font-size: 23px;
	border: 2px solid #cccccc;
	font-weight: 400;
	text-decoration: none;
	color: #3f3f3f;
	background: url(img/arrow_right_grey.png) scroll no-repeat center center;
}

.products_front .box a span {
	font-size: 20px;
}

.products_front .box a strong {
	display: none;
}

.email_write {
	background: url(img/contact_icons.jpg) scroll no-repeat 0 17px;
}

.infoline {
	background: url(img/contact_icons.jpg) scroll no-repeat 0 -125px;
	padding-bottom: 10px;
}

.service {
    background: url(img/service_icon.jpg) scroll no-repeat 0 5px;
    padding-bottom: 10px;
}

.working_time {
	background: url(img/contact_icons.jpg) scroll no-repeat  0 -260px;
	padding-bottom: 10px;
}

.owl-carousel .owl-nav {
	position: absolute;
	right: 120px;
	top: 20px;
	min-width: 100px;
}

.top_scroller {
	margin-top: 80px;
}

.top_scroller .trigger {
	position: absolute;
    left: 38%;
    top: 50%;
	background: url(img/radial.png) scroll no-repeat 0 0;
	width: 97px;
	height: 99px;
	text-align: center;
	padding-top: 42px;
	cursor: pointer;
	z-index: 99999;
}

.top_scroller .tirgger_data {
	bottom: 10%;
	position: absolute;
	left: 44%;
	text-align: center;
	padding-left: 20px;
}

.tirgger_data {
	z-index: 99999;
	display: none;
}

.tirgger_data p {
	font-size: 16px;
	color: #9f9f9f;
	margin-bottom: 15px;
	font-weight: 300;
}

.tirgger_data h3 {
	font-size: 30px;
	font-weight: 300;
	border-bottom: 3px solid #c5c5c5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.middle_scroller .trigger {
	position: absolute;
    left: 28%;
    top: 40%;
	background: url(img/radial.png) scroll no-repeat 0 0;
	width: 97px;
	height: 99px;
	text-align: center;
	padding-top: 42px;
	cursor: pointer;
	z-index: 99999;
}


.middle_scroller .tirgger_data {
	bottom: 14%;
	position: absolute;
	z-index: 99999;
	left: 7%;
	text-align: center;
	padding-right: 20px;
}

.bottom_scroller .trigger {
	position: absolute;
    left: 36%;
    top: 21%;
    background: url(img/radial.png) scroll no-repeat 0 0;
	width: 97px;
	height: 99px;
	text-align: center;
	padding-top: 42px;
	cursor: pointer;
	z-index: 99999;

}

.bottom_scroller .tirgger_data {
	bottom: 20%;
	position: absolute;
	left:44%;
	padding-left: 20px;
	text-align: center;
}

.container {
	border-bottom: 1px solid #dbdbdb;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.clear {
	clear: both;
}

.mgr_right {
	margin-right: 10%;
}

.boss_items {
	max-width: 660px;
	margin-left: 10%;
}

.quote span{
	font-size: 80px;
	left: -35px;
	top: -5px;
	position: absolute;
}

.quote {
	margin-top: 220px;
	position: relative;
	font-size: 23px;
	font-style: italic;
	line-height: 28px;
}

.boss_name {
	font-size: 22px;
	color: #3f3f3f;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

.boss {
	font-size: 18px;
	color: #7d7d7d;
}

.text_center {
	text-align: center;
}

.intro_text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	max-width: 80%;
	margin: 0 auto;
}

.intro_text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	max-width: 80%;
	margin: 0 auto;
}

.history_container {
	padding-top: 70px;
	padding-bottom: 30px;
}

.history_list {
	background: url(img/dott.jpg) scroll repeat-y center top;
	min-height: 200px;
	margin-top: 130px;
}

.history_list ul li {
	position: relative;
	min-height: 130px;
}

.history_list ul li p {
	background: #fff;
	padding: 15px;
	max-width: 55%;
	position: relative;
	z-index: 9;
}

.history_list ul li p strong {
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;	
}

.history_list li span {
	font-size: 30px;
	font-weight: 900;
}

.history_list ul li:nth-child(odd) {
	float: left;
	width: 50%;	
	clear: both;
}

.history_list ul li:nth-child(even) {
	clear: both;
	width: 50%;	
	float: right;
}

.history_list ul li:nth-child(odd) img {
	position: absolute;
	left: 0;
	top: -30%;
}

.history_list ul li:nth-child(even) img {
	position: absolute;
	right: 0;
	top: -30%;
}

.history_list ul li:nth-child(odd) span {
	float: right;
	background: url(img/year_left.jpg) scroll no-repeat right top;
	padding-right: 80px;
	display: block;
	color: #434343;
	height: 31px;
	margin-right: -15px;
	margin-top: 20px;
}

.history_list ul li:nth-child(even) span {
	margin-top: 20px;
	float: left;
	color: #434343;
	margin-left: -15px;
	background: url(img/year_right.jpg) scroll no-repeat left top;
	padding-left: 80px;
	display: block;
	height: 31px;
}

.history_list ul li:first-child {
	margin-bottom: -20px;
}

.history_list ul li:first-child span {
	margin-top: 0;	
}	

.history_list ul li:nth-child(odd) p {
	float: right;
	margin-right: 15px;
} 

.history_list ul li:nth-child(even) p {
	float: left ;
	margin-left: 15px;
} 

.history_list ul li:last-child span {
	background-color: #fff;
	padding-bottom: 110px;
}

.page_title {
	font-size: 35px;
	margin-bottom: 60px;
	color: #434343;
	font-weight: 300;
}
.page_title.page_subtitle {
    font-size: 26px;
    color: #757575;
}

.product_title {
	font-size: 35px;
	padding-top: 60px;
	margin-bottom: 60px;
	color: #fff;
	font-weight: 400;
}

.product_title strong {
	font-weight: 700;
}

.wpsl-contact-details {
	display: none;
}

.normal_title {
	font-size: 25px;
	margin-bottom: 10px;
	color: #434343;
}

.prices_container ul li {
	width: 33%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	min-height: 180px;
}

.hidden_content ul li  {
	min-height: 190px;
}

.prices_container ul li p {
	padding: 15px;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 5px;
}

.video_container video {
	width: 100%;
	height: auto;
}

.video_container {
	position: relative;
	overflow: hidden;
}

.cover_movie {
	background: url(img/dott.png) scroll 0 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 99%;
	overflow: hidden;
	z-index: 9;
}

.on_video {
	position: absolute;
	font-size: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 99;
	bottom: 21%;
	margin: 0 auto;
    width: 100%;
}

.on_video h3 {
	font-size: 36px;
}

.on_video p {
	color: #fff;
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
}

.offers_container {
	text-align: center;
}

.offers_container .box {
	max-width: 360px;
	margin: 0 30px;
	text-align: left;
	display: inline-block;
	margin-bottom: 70px;
}


.offers_container .box h4 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 400;
}

.offers_container .box p {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 18px;
}

.read_more, .like_read_more {
	background: url(img/read_more.png) scroll no-repeat left center;
	padding-left: 30px;
	font-size: 18px;
	color: #4e74b9;
	font-weight: 300;
	text-decoration: none;
}

.read_more:hover span {
	text-decoration: underline;
}

.learn_more_container {
    clear: both;
	padding-top: 30px;
	padding-bottom: 40px;
}

.learn_more_container .more_title {
	text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #757575;
    margin-bottom: 40px;
}

.learn_more_container .more_title strong {
    font-weight: 700;
    color: #3f3f3f;
}

.learn_more_container ul {
	text-align: center;
}

.learn_more_container ul li {
	display: inline-block;
	margin: 0 20px;
	border: 1px solid #000000;
	border-radius: 30px;
	padding: 12px 30px;
	text-align: center;
}

.learn_more_container ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #515151;
	position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.learn_more_container ul li a span {
	width: 35px;
	height: 35px;
	position: absolute;
	border-radius: 30px;
	right: -25px;
	top: -8px;
	display: none;
	background: #eb1d47 url(img/arrow_right_white.png) scroll no-repeat center center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.learn_more_container ul li:hover a {
	padding-right: 30px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;}

.learn_more_container ul li:hover a span {
	display: block;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.pad_bottom {
	padding-bottom: 70px;
}

.pad_top {
	padding-top: 70px;
}

.left_side {
	width: 50%;
	float: left;
	padding-bottom: 50px;
}

.right_side {
	width: 50%;
	float: right;
	padding-bottom: 50px;
}

.black_side {
	background: #000;
}

.black_side * {
	color: #fff;
}

.compare .h3, .compare h3 {
	font-size: 40px;
	margin-left: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 20px;
}

.compare h2 span:first-child{
    display: inline-block;
}

.compare .h4, .compare h4 {
	font-size: 24px;
	margin-left: 20px;
	font-weight: 300;
}

.compare ul {
	width: 70%;
	margin-top: -130px;
	float: left;
	margin-left: 100px;
	font-size: 14px;
	margin-bottom: 30px !important;
}

.compare ul li {
	margin-bottom: 10px;
	list-style-image: url(img/arrow_right_black.png);
	line-height: 18px;
	font-size: 16px;
	font-weight: 300;
}

.compare .black_side ul li {
	margin-bottom: 10px;
	list-style-image: url(img/arrow_right_white.png) !important;
	line-height: 18px;
}

.compare ul li strong {
	font-weight: 700;
}

.scroll_more {
	background: url(img/arrow_down.png) scroll no-repeat right center;
	padding-right: 30px;
	font-size: 24px;
	color: #4e74b9;
	font-weight: 300;
	text-decoration: none;
}

.scroll_more:hover {
	text-decoration: underline; 
}

.scroll_more_right {
	background: url(img/read_more.png) scroll no-repeat right center;
	padding-right: 30px;
	font-size: 24px;
	color: #4e74b9 !important;
	font-weight: 300;
	text-decoration: none;
}

.vc_btn3-style-solgaz.vc_btn3-style-solgaz {
    background: #eb1d47!important;
    color: #fff !important;
	font-weight: 400!important;
	font-size: 15px!important;
	padding: 12px 20px 12px 20px!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	display: inline-block!important;
	border-radius: 30px!important;
	position: relative!important;
}
.vc_btn3-style-solgaz:hover {
    padding-right: 40px !important;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;

}

.vc_btn3-style-solgaz:hover:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    display: block;
    transition-delay: 2s;
    transition-property: margin-right, color;
}
.vc_btn3-style-solgaz:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: #fff url(img/arrow_right_black.png) no-repeat center center;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 20px;
    display: none;
}

.more_button {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 30px;
	position: relative;
}

.more_button:hover {
	padding-right: 40px;
	  -webkit-transition: all 100ms ease-in;
	  -moz-transition: all 100ms ease-in;
	  -o-transition: all 100ms ease-in;
	  transition: all 100ms ease-in;
}

.more_button:hover span {
	  -webkit-transition: all 200ms ease-in;
	  -moz-transition: all 200ms ease-in;
	  -o-transition: all 200ms ease-in;
	  transition: all 200ms ease-in;
	display: block;
	transition-delay: 2s;
	transition-property: margin-right, color;
}

.more_button span {
	display: block;
	width: 28px;
	height: 28px;
	background: #fff url(img/arrow_right_black.png) no-repeat center center;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 20px;
	display: none;
}

.no_circle {
	padding: 12px 20px 12px 20px;
}

.no_circle span {
	display: none;
}

.red {
	background: #eb1d47;
}

.white {
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #000000;
}

.white span {
	background: #eb1d47 url(img/arrow_right_white.png) no-repeat center center;
}

.info_box {
	margin: 70px auto;
	text-align: center;
	width: 80%;
	min-height: 103px;
}

ol.ol{
	list-style: decimal;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 5px;
}
ol.ol li{
	list-style: decimal;
	margin-bottom: 5px;
}

body #callpage .cp-button-section{
	z-index: 1000!important;
}
body.woocommerce-checkout #callpage{
	display: none !important;
}

.info_box h6, .info_box .h6 {
	font-size: 27px;
	margin-bottom: 20px;
	font-weight: 700;	
}

.info_box p {
	font-weight: 300;
}

.special_size p {
	font-size: 20px;
}

.special_size p em {
	font-weight: 900;
	font-style: normal;
	font-size: 85px;
}

.hidden_compare {
	display: none;
}

.no_border {
	border-bottom: none;
}

.hidden_compare .left_side .h5, .hidden_compare .left_side h5 {
	text-align: right;
	float: right;
	font-size: 40px;
	margin-top: 130px;
	margin-right: 20px;
	font-weight: 300;
}

.hidden_compare .right_side .h5, .hidden_compare .right_side h5 {
	text-align: left;
	font-weight: 300;
	float: left;
	font-size: 40px;
	margin-top: 130px;
	margin-left: 20px;
}

.hidden_compare .h5 strong, .hidden_compare h5 strong {
	font-weight: 400;
}

.mini_video {
	max-width: 80%;
	margin: 0 auto;
}

.cleaning {
	text-align: center
}

.cleaning .step {
	font-size: 35px;
	font-weight: 700;
	margin-top: 70px;
	margin-bottom: 15px;
}

.cleaning .step_subtitle {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}

.cleaning .page_title {
	font-weight: 300;
}

.cleaning .page_title strong {
	font-weight: 400;
}

.mini_video {
	margin-top: 30px;
}

.on_pic_data {
	position: absolute;
	top: 120px;
	max-width: 500px;
	margin-left: 60px;
	font-weight: 300;
}

.on_pic_data h1 {
	font-size: 36px;
	color: #434343;
	font-weight: 300;
	margin-bottom: 20px;
}

.bg_image {
	margin-top: 1px;
}

.piekarniki_holder .product_box {
	max-width: 25%
}

.product_box {
	display: inline-block;
	margin: 0 30px;
	max-width: 20%
}

.product_price {
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 15px;
}

.product_description {
	font-weight: 300;
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
}

.product_name {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 20px;
	display: block;
	margin-bottom: 20px;	
}

.add_to_cart {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #4e74b9 !important; 
}

.page_title strong {
	font-weight: 700;
}

.container img {
	max-width: 100%;
}

.white_text p {
	color: #fff;
}

.white_text h1,.white_text h2,.white_text h3,.white_text h4 {
	color: #fff;
}


.product_holder {
	text-align: center;
}

.contact_box {
	width: 20%;
	text-align: center;
	display: inline-block;
	margin: 20px;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
}

.contact_box h3 {
	font-size: 23px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 15px;
}

.contact_box a {
	color: #000;
	text-decoration: none;
}

.contact_box .scroll_more_right {
	font-size: 19px;
}

.contact_form_holder {
	background: #f5f5f5;
}

.contact_form {
	max-width: 65%;
	margin: 10px auto;
}

.contact_form label {
	color: #3f3f3f;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
	font-weight: 700;	
	text-transform: uppercase;
}

.contact_form_holder .page_title {
	margin-top: 0;
	padding-top: 70px;
}

.contact_form input {
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	box-sizing: padding-box;
}

.contact_form textarea {
	font-size: 14px;
	box-sizing: padding-box;
	width: 100%;
	resize: none;
	padding: 15px;
	border: 1px solid #e9e9e9;
	height: 167px !important;
}

.wpcf7-submit {
	width: auto !important;
	display: block !important;
	float: right !important;
    margin-top: 10px !important;
    font-size: 14px !important;
    border: 1px solid #e9e9e9 !important;
    border-radius: 30px !important;
    padding: 10px 25px !important;
    text-align: center !important;
	font-weight: 700 !important;
	color: #3f3f3f !important;
	cursor: pointer !important;
}

.button_white {
	display: block;
	float: right;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    padding: 10px 25px;
    text-align: center;
	font-weight: 700;
	color: #3f3f3f;
	cursor: pointer;
}
	
.form_left {
	float: left;
	width: 48%
}

.form_right {
	float: right;
	width: 48%
}

.questions .box {
	width: 17%;
	display: inline-block;
	text-align: center;
	padding-top: 140px;
	min-height: 230px;
}

.faq-cats li.active {
	background-color: #3f3f3f;
	box-shadow: 0 0 80px #515151;
	background-position:  center 50px;	
}

.faq-cats li.active p {
	color: #fff !important;
}

.products_right .product_box {
	padding-bottom: 25px;
	position: relative;
	max-width: 100%;
	width: 33% !important;
	margin: 0 !important;
}

.products_right .product_box:hover {
	background: #3f3f3f	
}

.products_right .product_box p {
	color: #757575;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.products_right .product_box .product_description {
	line-height: 18px;
}

.products_right .product_box:hover * {
	color: #fff;
}

.products_menu {
	float: left;
	width: 10%;
	margin-top: 20px;
	position: fixed;
}

.products_menu li a {
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
	padding-left: 8px;
}

.products_menu li.active a {
	border-left: 3px solid #eb1d47;
	font-weight: 400;
}

.gaz_icon {
	position: absolute;
	top: 15px;
	right: 15px;
}

.products_list {
	border-bottom: 1px solid #dbdbdb;
}


.products_right {
	float: right;
	width: 90%
}

.products_right .product_box {
	width: 28%;
}

.products_right .product_box:hover .gaz_icon {
	display: block;
}

.promo_box:hover {
	background: none !important;
}

.promo_box:hover p {
	color: #000 !important;
}

.promo_box p {
	color: #757575;
	font-size: 18px;
	margin-top: 20px;
	font-weight: 300;
	margin-bottom: 40px;
}

.promo_box:hover h2 {
	color: #000 !important;
}

.promo_box h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 150px;
}

.sepator {
	width: 20%;
	margin: 0 auto;
	height: 5px;
	background: #000;
}

.footer_menu {
	background: #3f3f3f;
	padding-top: 10px;
	padding-bottom: 8px;
	min-height: 20px;
	text-align: right;
}

.home {
	padding-top: 0 !important;
}

.home .lang_switch {
	display: block;
}

.lang_switch .active {
	color: #000;
}

.language_bottom {
	margin-top: 3px;
	margin-right: 20px;
}

.language_bottom a {
    font-size: 14px;
    font-weight: 700;
    color: #909090;
    text-align: right;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer_menu ul li {
	float: left;
}

.footer_menu ul li a {
	font-size: 13px;
	margin-left: 25px;
	margin-bottom: 10px;
	color: #c6c6c6;
}

.home .sub-menu {
	top: 80px;
}

.sub-menu {
	position: absolute;
	top: 80px;
	left: 0;
	text-align: center;
	z-index: 9999;
	background: #fff;
	width: 100%;
	min-width: 100%;
	display: none;
	margin-left: 0;
}

.sub-menu li {
	display: inline-block !important;
	text-decoration: none;
	margin: 0 8px;
	float: none !important;
	min-width: 80px;
	border: none !important;
}


.sub-menu li:hover {
    border-bottom: none !important;
	opacity: 0.5;
}

.sub-menu a {
	display: block !important;
	font-size: 14px !important;
	color: #424446 !important;
	padding: 92px 35px 0 !important;
	margin-top: 20px !important;
	text-align: center !important;
	text-decoration: none !important;
}

.sub-menu li:nth-child(1) a {
	background: url(img/kuchenki_black.png) scroll no-repeat center top;
}

.sub-menu li:nth-child(2) a {
	background: url(img/plyty_black.png) scroll no-repeat center top;
}

.sub-menu li:nth-child(3) a {
	background: url(img/piekarniki_black.png) scroll no-repeat center top;
}

.sub-menu li:nth-child(4) a {
	background: url(img/okapy_black.png) scroll no-repeat center top;
}

.sub-menu li:nth-child(5) a {
	background: url(img/akcesoria_black.png) scroll no-repeat center top;
}

.wpml-ls-item .sub-menu li.wpml-ls-item a{
    background:none !important;
    padding-top: 0!important;
}


.cover {
	background: #000;
	opacity: 0.5;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}


.trigger:hover {
	  -webkit-transition: all 300ms ease-in;
	  -moz-transition: all 300ms ease-in;
	  -o-transition: all 300ms ease-in;
	  transition: all 300ms ease-in;
	opacity: 0.5
}

.trigger {
	  -webkit-transition: all 700ms ease-in-out;
	  -moz-transition: all 700ms ease-in-out;
	  -o-transition: all 700ms ease-in-out;
	  transition: all 700ms ease-in-out;
	  display: none;
}

.owl-prev {
	display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 30px auto;
    border-radius: 30px;
    font-size: 23px;
    border: 2px solid #a4a4a4;
    font-weight: 400;
    text-decoration: none;
    color: #3f3f3f;
    text-indent: -99999999px;
    background: url(img/arrow_left_grey.png) scroll no-repeat center center;
    margin: 5px;
}

.owl-next {
	display: inline-block;
    margin: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 30px;
    font-size: 23px;
    border: 2px solid #a4a4a4;
    font-weight: 400;
    text-decoration: none;
    color: #3f3f3f;
    text-indent: -99999999px;
    background: url(img/arrow_right_grey.png) scroll no-repeat center center;
}

.owl-prev:hover {
    border: 2px solid #fff;
    background: #fff url(img/arrow_left_black.png) scroll no-repeat center center;
}

.owl-next:hover {
    border: 2px solid #fff;
    background: #fff url(img/arrow_right_black.png) scroll no-repeat center center;
}

.page-template-blog header {
	display: none;
}

.page-template-post_template header {
	display: none;
}


.main_blog_image {
	float: left;
	width: 50%;
}

.blog_menu {
	margin-left: 30px;
    border-bottom: 1px solid #f6f6f6;
}

.blog_menu li {
	width: 16%;
	text-align: center;
	display: inline-block;
	padding: 15px 0 15px 0;
}

.blog_menu li a {
	color: #000000;
	text-decoration: none;
}

.post_item {
	float: right;
	width: 50%;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 25px;
    padding-top: 25px;
}

.post_item h3 {
	padding-left: 30px;
	color: #000000;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 700;
}

.post_item p {
	padding-left: 30px;
	font-size: 15px;
	font-weight: 400;
	line-height: 16px;
}

.post_item .more_button {
	margin-left: 30px;
}

.no_brd {
	border: none;
}

.small_container {
	width: 53%;
	margin: 0 auto;
}


.small_container p {
	line-height: 19px;
}

.post_container {
	position: relative;
	margin-bottom: 30px;
}

.on_image {
    position: absolute;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 999999;
    bottom: 100px;
    margin: 0 auto;
	width: 100%;
}

.on_image p {
	text-align: center;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 30px;
	line-height: 39px;
}

.back_to_list {
	position: absolute;
	top: 50px;
	right: 50px;
}

.quote_txt {
	font-size: 24px;
	padding-left: 50px;
	max-width: 80%;
	line-height: 26px !important;
}

.txt_with_picture p {
	padding: 30px;
	background: #f5f5f5;
	font-size: 16px;
	float: right;
	width: 50%;
	margin-top: 70px;
	line-height: 18px;
}

.txt_with_picture {
	min-height: 400px;
	max-width: 1240px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.txt_with_picture img {
	position: absolute;
	left: 0;
}

.subtitle_question {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	position: relative;
}

.question_area {
	background: #f5f5f5;
	padding: 50px;
}

.question_area .left {
	margin-top: -15px;
}

.question_area .right {
	margin-top: -15px;
}

.answer_holder {
	padding-bottom: 30px;
}

.answer_holder .product_holder .product_box {
	display: none;
}

.qurstion_page {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #3c3c3c;
}

.qurstion_page span {
	margin-left: 20px;
}

.back_button {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #5e5e5e;
	text-decoration: none;
	position: relative;
	padding-left: 30px;
	
}

.back_button span {
	display: block;
    width: 28px;
    height: 28px;
    background:  url(img/arrow_left_black.png) no-repeat center center;
    position: absolute;
    left: -10px;
    top: -8px;
    border-radius: 30px;
    border: 2px solid #dfdfdf;
    border-radius: 20px;
}

.black_bg {
	background: #000;
	color: #fff;
}

.black_bg h1, .black_bg h2, .black_bg h3, .black_bg h4{
    color: #fff;
}

.question_form .half_size {
	width: 50%;
	padding-top: 120px;
}

.question_form .half_size:hover p {
	color: #fff;
}

.question_form .half_size:hover {
	color: #fff;
	background: #3f3f3f;
}

.question_form .less_size:hover {
	color: #fff;
	background: #3f3f3f;
}

.question_form .less_size {
	width: 33.3% !important;
	padding-top: 120px;
}

.question_form .less_size:hover p {
	color: #fff !important; 
}

.page-template-page-kontakt .more_questions {
	display: none;
}

.top_title {
	margin-top: 60px;
}

.page-title {
	font-weight: 300 !important;
}

.page-id-1731 p {
	max-width: 70%;
	margin: 10px auto;
	line-height: 18px;
}

.page-id-1731 h2.page_title {
	font-weight: 300;
}

.page-id-1731 h2.page_title strong {
	display: block;
	margin-bottom: 5px;
}

.down_arrow span {
    background: #fff url(img/arrow_down_black.png) no-repeat center center;
}

.media_cont li img {
	max-width: 250px;
	height: auto;
	max-height: 90px;
}

.sub_title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 800;
}

.product-count {
	display: none;
}

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

.sub_menu {
    max-width: 1440px;
    margin: 0 auto;
    border-bottom: 1px solid #484848;
	color: #fff;
	height: 60px;
	background: #000;
	padding-top: 15px;
	
}

.sub_menu p {
    font-size: 28px;
    margin-left: 20px;
    font-weight: 300;
}

.sub_menu .anchors {
	float: right;
	margin-right: 20px;
	margin-top: -3px;
}

.sub_menu .anchors .active {
	color: #969696;
}

.sub_menu a {
	color: #fff;
	font-weight: 300;
	margin-right: 25px;
}

.anchors .button {
	color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 17px 10px 17px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    background: #eb1d47;
}

.white_text {
	color: #fff !important;
}

.half_size {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
}

.boxes {
	padding-top: 30px;
}

.boxes .box {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
}

.boxes .box h2, .boxes .box h3 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.icon_holder {
	height: 150px;
	line-height: 130px;
}

.text_on_right_holder {
	position: relative;
	min-height: 1100px;
}
	

.text_on_right_holder img {
	position: absolute;
	left: 15px;
	top: 0;
}

.icon_holder img {
	vertical-align: bottom;
}

.text_on_right {
	width: 65%;
	float: right;
	z-index: 99;
	position: relative;
	margin-top: 500px;
}

.hidden_content {
	color: #fff;
	padding: 20px 15%;
	margin-top: 20px;
}

.hidden_content p {
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 10px;
}

.no_pad {
	padding: 0 !important;
}

.media_item_1, .media_item_2, .media_item_3 {
	display: none;
}

.product_page .add_to_cart_inline .amount {
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}

.product_page .page_title {
	margin-bottom: 15px;
}

.reccomended .rec_prod {
	width: 50%;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.reccomended .rec_prod .prod_right .add_to_cart_inline .add_to_cart_button span {
	display: none !important;
}

.reccomended .rec_prod img {
	max-width: 50%;
    max-height: 205px;
}

.reccomended .rec_prod h2 {
	clear: none;
	font-size: 20px;
	margin-bottom: 15px;
	padding-top: 30px;
	width: 100%;
}

.reccomended .rec_prod .prod_right {
	float: right;
	max-width: 50%;
	text-align: left;
}

.reccomended {
	max-width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}

.reccomended h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.reccomended .rec_prod .prod_right .more_button {
	margin-top: 15px;
	margin-bottom: 30px;
}

.reccomended .rec_prod .prod_right .add_to_cart_inline .add_to_cart_button {
    background: url(img/add_product.png) scroll no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    color: #4e74b9;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
}

.reccomended .rec_prod .prod_right .add_to_cart_inline .amount {
	display: none;
}

.bigger_text {
	font-size: 140%;
}

.hidden_content .prices_container {
	padding-top: 30px;
}

#post-346 {
	padding-top: 30px;
}

.white_bg {
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
}

.white_content .hidden_content {
	color: #000;
	padding: 20px 15%;
}

.white_bg a {
	color: #000;
}

.white_bg * {
	color: #000;
}

.plyty_carusel .owl-nav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: -60px;
    right: auto;
}

.plyty_carusel strong, .plyty_carusel h4 {
	font-weight: 700;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	margin-top: 15px;
}

.kurier_item {
	min-height: 100px;
}

.kurier_item .product-subtotal {
	margin-right: 70px;
}

.kurier_item .amount {
	margin-top: 35px;	
}

.back_to_shop_button {
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	float: left;
	margin-top: 7px;
}

.back_to_shop_button span {
	display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 30px;
    font-size: 23px;
    border: 2px solid #a4a4a4;
    font-weight: 400;
    text-decoration: none;
    color: #3f3f3f;
    text-indent: -99999999px;
    background: url(img/arrow_left_grey.png) scroll no-repeat center center;
	margin-right: 10px;
    float: left;
    margin-top: -6px;
}

.checkout_with_line {
	padding-top: 25px;
	min-height: 100px;
	border-bottom: 5px solid #000;
	padding-bottom: 20px;
}

.order_bottom_finish {
	text-align: right;
	padding-bottom: 20px;
}

.order_bottom_finish h3 {
    font-size: 15px;
    color: #676767;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.order_bottom_finish p {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 400;
}

.order_bottom_finish p strong {
	font-weight: 700;
}

#place_order {
	clear: both;
	background: #eb1d47;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    padding: 12px 20px 12px 20px !important;
    margin-bottom: 20px;
    display: block;
    float: right;
 }
 
.black_text .amount {
	 color: #000 !important;
}
 
.mobile_scroller {
	 display: none !important;
}
.mobile_scroller .item span{
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#wpsl-gmap img[src*="red@2x"] {
    display: none !important;
}


#wpsl-stores .wpsl-store-thumb {
	clear: both;
	margin-bottom: 5px;
	float: left;
}

.wpsl-street {
	display: inline-block !important;
}

.wpsl-store-location span {
	display: block !important;
	clear: left;
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin-top: 4px;
}

.wpsl-store-location strong {
	display: none;
}


.wpsl-input label, #wpsl-radius label, #wpsl-category label {
	width: 180px !important;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	padding-top: 5px;
	text-align: right;
	margin-right: 15px;
}

.wpsl-direction-wrap {
	float: right;
	margin-right: 15px;
	margin-top: -20px;
	font-size: 14px;
	font-weight: 700;
}

.wpsl-direction-wrap a {
	color: #4e74b9;
	font-weight: 400;
	margin-top: 4px;
}

#wpsl-search-btn2, #wpsl-search-wrap input {
	border-color: #000;
}

.wpsl-dropdown {
	border-color: #000;
}

.wpsl-search-btn-wrap {
	color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    padding: 7px 20px 7px 20px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    border-radius: 30px !important;
    position: relative !important;
    border: none !important;
    background: #eb1d47;
}

#wpsl-search-wrap {
	width: 820px;
	margin: 0 auto !important;
	float: none
}

.wpsl-search-btn-wrap input {
	border: none !important;
	background:  none;
    color: #fff;
	font-weight: 700;
}

#wpsl-search-btn::before {
    display: block;
    width: 28px;
    height: 28px;
    background: #fff url(img/arrow_right_black.png) no-repeat center center;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 20px;
}

.fancybox-button--close {
	width: 60px !important;
	height: 60px !important;
}

.reload {
	font-size: 16px;
}


.reccomended .more_info {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #4e74b9 !important;
    display: block;
    font-size: 17px;
    font-weight: 300;
}

/*body.page.page-template-page-cart{*/
    /*padding-top: 0;*/
/*}*/
/* 
.fixed_cta{
	padding-bottom: 100px;
	position: relative;
}
.fixed_cta .more_button{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
}
 */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom:0!important;}
 
@media screen and (max-width: 1420px) {
	.back_to_shop_button {
		margin-left: 3%;
	}

	.go_to_next_stage {
		margin-right: 3%;
	}

}


 
@media screen and (max-width: 1250px) {
	.menu ul li a {
        padding: 0 12px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1170px) {
	div.menu {
		margin-left: 4%;
	}
	
	.more_questions .more_box a, .more_questions .more_box span, .more_questions .more_box span {
		font-size: 18px;
	}
	
	.more_questions .more_quote .title {
	    font-size: 29px;
	}
	
	.owl-carousel .owl-nav {
		right: 25px;
	}
	
	.back_to_shop_button {
		margin-left: 3%;
	}

	.go_to_next_stage {
		margin-right: 3%;
	}

}

@media screen and (max-width: 1040px) {
	div.menu {
		margin-left: 2%;
	}
    
	.tirgger_data h3 {
	    margin-bottom: 8px;
	    padding-bottom: 8px;
		font-size: 22px;
	}

	.tirgger_data p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.middle_scroller .tirgger_data {
		left: 1%;
	}

	.text_on_right {
		width: 54% !important;
	}
	.on_video {
		bottom: 2%;
	}
    
    .menu ul li a {
        font-size: 13px;
        padding: 0 6px;
    }
}

@media screen and (max-width: 945px) {
	div.menu {
		margin-right: 0%;
		float: right;
	}
    
	.more_questions .more_quote .title {
		font-size: 20px;
	}
	
	.products_front .box p,.products_front .box h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 936px) {
	div.menu {
		margin-right: 0%;
		float: right;
        /*max-height: 80vh;*/
	}
}


 
@media screen and (max-width: 870px) {

    .hidden_products_to_show .product_box{
        max-width: 100%;
    }

	 .more_questions .more_box {
	 	width: 100%;
		 float: none;
		 clear: both;
		 text-align: center;
		 padding: 0;
		 padding-top: 60px;
	}

	.form_content {
	    width: 360px;
	    margin: 0 auto;
	}
	
	
	.woocommerce-billing-fields input{
		width: 360px !important;
	}

	.billing-field-right input {
		width: 360px !important;
	}
	
	.woocommerce-shipping-fields {
	    float: right;
	    margin-top: 0;
	    margin-right: 0;
	}
	
	#order_comments_field textarea {
		width: 360px;
	}


	.more_questions .more_quote {
		padding-left: 0;
	}

	.email_write {
		background: url(img/contact_icons.jpg) scroll no-repeat center 0;
		margin-bottom: 20px;
	}
	
	.infoline {
		background: url(img/contact_icons.jpg) scroll no-repeat center -135px;
		margin-bottom: 30px;
	}

    .service {
        background: url(img/service_icon.jpg) scroll no-repeat center 5px;
        margin-bottom: 30px;
    }
	
	.working_time {
		background: url(img/contact_icons.jpg) scroll no-repeat  center -265px;
		margin-bottom: 20px;
	}

	.more_questions .more_quote .title {
		font-size: 38px !important;
	}

	 
	 .mobile_scroller {
		 display: block !important;
		 margin-top: 80px;
	 }
	 

	.top_scroller .trigger {
		display: none !important;		
	}

	.middle_scroller .trigger {
		display: none !important;		
	}

	.bottom_scroller .trigger {
		display: none !important;		
	}


	.top_scroller {
		display: none !important;
	}

	.bottom_scroller {
		display: none !important;
	}

	.middle_scroller {
		display: none !important;
	}
	 
	 .more_questions .more_quote {
		 width: 100%;
		 text-align: center;
		 margin-bottom: 30px !important;
	 }

	 .footer_menu li {
		 display: block;
		 clear: both;
		 margin-bottom: 5px;
		 width: 100%;
		 text-align: left;
	 }
	 
	 .footer_menu ul {
		 float: left;
	 }
	 
	 .language_bottom {
		 float: right;
	 }
	 
	 .language_bottom a {
		 float: right;
		 clear: right;
		 margin-bottom: 10px;
	 }

	 .menu ul li a {
		 text-align: center;
		 display: block;
		 width: 100%;
		 font-size: 16px;
		 line-height: 35px;
	}
	 
	 .products_front .box {
		 width: 100%;
	 }

	 div.menu {
	 	margin-left: 0 !important;
	 	display: none;
        float: none;
        width: 100%;
	 }

    ul.menu{
        float:none;
    }

    .menu .wpml-ls-menu-item{
         position: relative;
     }
    .menu .wpml-ls-menu-item .sub-menu{
        top: -10px;
        display: block !important;
        text-align: center;
    }
    .menu .wpml-ls-menu-item .sub-menu li{
        display: inline-block;
        width: auto;
    }
    .page_item .sub-menu, .menu-item-object-page .sub-menu {
		 display: none !important;
	 }
	 
	 .menu li {
	 	display: block;
	 	width: 100%;
	 	background: #fff;
	 	margin-left: 0;
	 }
	 
	 .owl-carousel .owl-nav {
	 	right: -10px;
	 }
	 
	 .basket {
		 padding-right: 10px;
	    padding-left: 60px;
	    background: #eb1d47 url(img/mini_cart.png) scroll no-repeat 23px center;
	}
	 
	 .basket .rwd-hide{
		 display: none;
	 }
	 .mobile_menu_trigger {
		 display: block; 
		 width: 50px;
		 height: 50px;
		 position: absolute;
		 top: 20px;
		 right: 5px;
		 z-index: 9999999;
		 background: url(img/menu_trigger.png) scroll no-repeat 0 0;
	 }
    .basket + .mobile_menu_trigger{
        right: 85px;
    }
	 
	 .questions .box {
		 width: 100% !important;
	 }
	 
	 .boxes .box {
		 width: 100%;
	 }
	 
	 .reccomended .rec_prod {
		 width: 100%;
	 }
	 
	 .reccomended .rec_prod img {
		 height: auto !important;
		 max-width: 100%;
		 max-height: 999999px !important;
	 }
	 
	 .prod_right {
		 width: 100%;
		 max-width: 100% !important;
		 text-align: center !important;
	 }
	 
	 .learn_more_container li {
		 margin-bottom: 15px !important;
	 }
	 
	 .sub_menu a {
		 margin-right: 0;
		 margin-left: 10px;
		 font-size: 14px;
	 }
	 
	 .sub_menu p {
		 display: none;
	 }

	 .compare ul {
		margin-top: 0;
	    margin-left: 39px;		 
	 }
	 
	 .products_menu {
		 display: none;
	 }
	 
	 .products_right {
		 float: none;
		 margin: 0 auto;
	 }
	 
	 .products_right .product_box {
		 width: 100% !important;
	 }
	 
	 .contact_box {
		 width: 100% !important;
		 margin: 20px auto;
	 }
	 
	 .form_left {
		 width: 100%;
		 margin-bottom: 20px;
	 }

	 .form_right {
		 width: 100%;
	 }
	 
	 .contact_form label {
		 margin-bottom: 5px;
	 }

	 .product-right {
		 width: 100% !important;
		 float: none;
		 text-align: center !important;
	 }

	 .product-thumbnail {
		 width: 100% !important;
		 margin: 0 auto !important;
	 }
	 
	 .cart-product .remove_column {
		 margin-right: 13%;
	 }
	 
	 .back_to_shop_button {
	    font-size: 13px;
	    width: 125px;
	    margin-top: 0;
	    margin-left: 10px;
	}

	.back_to_shop_button span {
		margin-top: -2px;
	}
	
	.woocommerce-billing-fields, .col-1 {
		width: 100%;
	}
	
	.billing-field-right {
		width: 100%;
	}
	
	.col-2, .woocommerce-checkout-review-order {
		width: 100%;
	}
	
	.chright {
		float: none;
		clear: both;
		padding-right: 10% !important;
	}
	
	.faq-cats li {
		background-image: none !important
	}

	.questions .box {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		min-height: auto !important;
	}
	
	.faq-article {
		margin: 0 auto;
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	
	.top_title {
		    margin-top: 30px;
	}
	
	.page_title {
	    font-size: 26px;
	    margin-bottom: 30px;
	    color: #434343;
	    font-weight: 300;
	}
    .page_title.page_subtitle {
        font-size: 26px;
    }

    body .question_form.question_form > .questions_holder > div >.box.box,
    body .question_form.question_form .box.box{
		width: 100% !important;
		min-height: 50px !important;
		background-image: none !important;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.question_form {
		padding-top: 45px;
		padding-bottom: 35px;
	}
	
	.question_area .subtitle_question {
        display:none;
    }
    .question_form{
        position: relative;
    }
    .question_form .subtitle_question{
        display: block !important;
		position: absolute;
		top: 5px;
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-weight: 800;
		background: #efefef;
		left: 0;
		padding: 10px 0;
	}
	
	.back_button {
		width: 100px;
	}
	
	.back_button span {
		margin-top: 0;
	}

	.mobile_zoom {
		zoom: 220% !important; 
	}
	
	.on_video p {
	    font-size: 22px;
	}
	
	.quote {
    	margin-top: 70px; 
    }
    
    .history_list ul li img {
	    display: none;
    }
    
	.cart-product .product-border .product-thumbnail {
		width: 280px;
		max-width: 280px;
	}
	
	.cart-product .product-border .remove_column {
		margin-right: 3%;
	}
	
	.cart-product .product-border .product-subtotal {
		width: auto;
	}

	.cart-product .product-border .product-right {
		text-align: right !important;
		margin-right: 3%;
		width: auto !important;
	}
	
	.product-subtotal span, .product-quantity span, .remove_column span {
		display: none;
	}

	.product-subtotal span.amount {
		display: block;
	}
	
	.product-delivery {
		margin-top: 10px;
	}

	.text_on_right {
		width: 100% !important;
		margin-top: 110%;
	}
	
	.on_pic_data {
		position: absolute;
		top: 10px;
		max-width: 500px;
		margin-left: 10%;
		font-weight: 300;
	}

	#wpsl-search-wrap label {
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center !important;
		float: none !important;
		clear: both !important;
	}


	.products_front .box {
		border-bottom: 1px solid #efefef;
	}

	.compare .left_side img {
		margin-left: 15px;
	}

	.compare .right_side img {
		margin-right: 15px;
	}

    .hidden_compare .left_side h5, .hidden_compare .left_side .h5 {
		font-size: 30px;
	}

    .hidden_compare .right_side h5, .hidden_compare .right_side .h5 {
		font-size: 30px;
	}

	.compare .h3, .compare h3 {
		font-size: 29px;
	}
	
	.compare .h4, .compare h4 {
	    font-size: 17px;
    }
    
    .left_side {
	    position: relative;
	     min-height: 700px;
    }

    .right_side {
	    position: relative;
	     min-height: 700px;
    }
    
    .compare .go_bottom {
	    position: absolute;
	    bottom: 30px;
	    width: 100%;
    }
    
    .piekarniki_holder .product_box {
	 	border-bottom: 1px solid #efefef;
	 	padding-bottom: 30px;
	 	margin: 0 auto;   
    }
    
    .page-template-page-piekarniki .on_pic_data {
		position: relative;
		color: #000;
		margin: 0;
		top: 25px;
		margin: 0 auto;    
}
    
    .page-template-page-piekarniki .on_pic_data h1 {
		color: #000;
		text-align: center;
		font-size: 30px;
    }

    .page-template-page-piekarniki .on_pic_data p {
		color: #000;
		text-align: center;
		width: 90%;
		margin: 20px auto;
		font-size: 16px;
    }
    
    .page-template-page-piekarniki .product_holder {
		margin-top: -80px;
    }
    
    .page-template-page-piekarniki .bg_image {
		display: none;    
	}
	
	.piekarniki_holder .product_box {
		max-width: 100% !important;
	}


	.text_on_right_holder {
		min-height: auto;
		padding-bottom: 30px;
	}

	.with_hidden_content p {
		max-width: 90%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	


    .piekarniki_holder .product_box {
	 	border-bottom: 1px solid #efefef;
	 	padding-bottom: 30px;
	 	margin: 0 auto;   
    }
    
    .page-template-page-okapy .on_pic_data {
		position: relative;
		color: #000;
		margin: 0;
		top: 25px;
		margin: 0 auto;   
		margin-bottom: 70px; 
}
    
    .page-template-page-okapy .on_pic_data h1 {
		color: #000;
		text-align: center;
		font-size: 30px;
    }

    .page-template-page-okapy .on_pic_data p {
		color: #000;
		text-align: center;
		width: 90%;
		margin: 20px auto;
		font-size: 16px;
    }
    
    .page-template-page-okapy .product_holder {
		margin-top: -30px;
    }
    
    .page-template-page-okapy .bg_image {
		display: none;    
	}
	
	.page-template-page-okapy .product_box {
		max-width: 100% !important;
	 	border-bottom: 1px solid #efefef;
	 	padding-bottom: 30px;
	 	margin: 0 auto;   

	}

    .back_button {
	    width: auto !important;
	    clear: both !important;
    }
    
    .qurstion_page {
	    width: 100%;
	    text-align: center;
	    float: none;
    }


	.boss_image {
		max-width: 80% !important;
		text-align: center;
	}


	.quote {
	    font-size: 16px;
	}
	
	.boss_name {
	    font-size: 19px;
	    color: #3f3f3f;
	}
	
	.video_container #myVideo {
		display: none;
	}

	.video_container {
		background: url(img/company_img.jpg) scroll no-repeat 0 0;
		background-size: cover;
		min-height: 310px;
	}

	.question_area .left {
		margin-top: -22px;
		margin-left: 10%;
	}

	.question_area .right {
		margin-top: 20px;
	}
	
	#wpsl-search-wrap {
		width: 100% !important;
	}

}
 
 @media screen and (max-width: 480px) {

	.mobile_resize {
		max-width: 90%;
		margin: 0 auto;
	}


 	.on_video p {
	    font-size: 14px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}

	.more_button {
    	font-size: 11px;
	}

    .media_cont  li {
	    width: 100% !important;
    }
	
	.on_video {
		bottom: 5%;
	}
	
	.sub_menu a {
		font-size: 12px;
	}
	
	.on_video h3 {
	    font-size: 23px;
	}
	
	.history_list li span {
		font-size: 24px;
	}
	
	.history_list ul li p {
		width: 80%;
		max-width: 80%;
	}
	
	.history_list ul li:nth-child(even) span {
		padding-left: 50px
	}

	.history_list ul li:nth-child(odd) span {
		padding-right: 50px
	}
	
	.product_holder .product_box {
		max-width: 100%;
	}
	
	.doc_list a {
		max-width: 100%;
		padding-right: 50px;
		margin-left: 20%;
		margin-right: 15px;
		margin-bottom: 20px;
		line-height: 26px;
	}

	.on_pic_data p {
		font-size: 12px;
	}
	
	.on_pic_data h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.compare .h3, .compare h3 {
	    font-size: 22px;
	}

     .learn_more_container ul{
         width: 100%;
         max-width: 250px;
         margin: 0 auto;
     }
}

#cms-category-description{
    padding-left: 10px;
    padding-right: 10px;
}

#cms-category-description h2,
#cms-category-description h3,
#cms-category-description h4{
    padding-top: 25px;
}

#cms-category-description p,
#cms-category-description h2,
#cms-category-description h3,
#cms-category-description h4{
    font-weight: 300;
}

#cms-category-description p{
    line-height: 1.2;
}
#cms-category-description p + p{
    padding-top: 10px;
}
#cms-category-description h2 + p,
#cms-category-description h3 + p,
#cms-category-description h4 + p{
    padding-top: 20px;
}

#cms-category-description h2{
    text-transform: uppercase;

}

#invoice .woocommerce-billing-fields { width: 100%; }