/*
Theme Name: MMT
Theme URI: http://rafal-wozniak.pl/
Author: ThemeFuse
Author URI: http://rafal-wozniak.pl/
Description: MMT Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mmt
Text Domain: mmt
Domain Path: /languages

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Breadcrumbs
 * 7.0 - Content
 * 8.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

 .ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width}.ol-overlay-container{will-change:left,right,top,bottom}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}@media print{.ol-control{display:none}}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;font-size:.7rem;line-height:1.375em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none;line-height:inherit}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0;height:1.1em;line-height:1em}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
	color: #302e2f;
	font:400 14px 'Quicksand', sans-serif;
}
body {
	background: #fff;
	color: #302e2f;
	font:400 14px/1.8em 'Quicksand', sans-serif;
	-webkit-font-smoothing: antialiased !important;
}
a {
	color: #ec5129;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a:active,
a:hover {
	color: #302e2f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b,
strong {
	font-weight: 700;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
mark,
ins {
	background: #ccc;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
	line-height: 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}
blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	width: 100%;
}
::-moz-selection {
	background: #ec5129;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #ec5129;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #ec5129;
	color: #fff;
	text-shadow: none;
}
.c-hamburger {
    display:none;
}

/**
 * 2.0 Common styles
 * -----------------------------------------------------------------------------
 */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
input[type=text],
input[type=email],
input[type=submit],
input[type=password],
input[type=date],
textarea,
button {
    -webkit-appearance: none;
}
a,
input[type=text],
input[type=email],
input[type=submit],
input[type=password],
textarea,
button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}
.home-prods .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.home-prods .swiper-wrapper.disabled .swiper-nav {
    display: none;
}

/**
 * 3.0 Header
 * -----------------------------------------------------------------------------
 */

.site-header {
	background:#fff;
	width:100%;
	position:relative;
	height:100px;
	-webkit-box-shadow:0px 7px 25px rgba(51, 51, 51, .2);
	        box-shadow:0px 7px 25px rgba(51, 51, 51, .2);
}
.site-header.thin {
    position:fixed;
    left:0;
    top:0;
    height:70px;
    z-index: 2;
}
.header-main {
	max-width:1200px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
    height:100%;
    padding:0 20px;
    z-index: 2;
}
.logo {
	display:block;
}
.site-header.thin .logo img {
    width:90px;
}
.site-navigation {
	margin-left:auto;
}
.site-navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.site-navigation ul li {
	font-weight:700;
	font-size:16px;
	position:relative;
}
.site-navigation ul li a {
	color:#302e2f;
	display:inline-block;
	padding:10px;
}
.site-navigation ul li a:hover {
	color:#ec5129;
}
.site-navigation ul li.lang-item-first {
    padding-left:20px;
}
.site-navigation .sub-menu {
    display:none;
}
.site-navigation ul li:hover ul.sub-menu {
    display:block;
    position:absolute;
    left:0;
    top:100%;
    background:#fff;
    border-radius:10px;
    -webkit-box-shadow:0px 7px 25px rgba(51, 51, 51, .2);
            box-shadow:0px 7px 25px rgba(51, 51, 51, .2);
    z-index:10;
    min-width:240px;
}
.site-navigation ul li:hover ul.sub-menu li a {
    padding:10px 20px;
}
.logo-mobile {
    display:none;
}

/**
 * 4.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	border-top:1px solid #ccc;
	max-width:1200px;
	padding:20px 0;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.site-footer > div:last-of-type {
	margin-left:auto;
}
.footer-contact {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.site-footer p {
	font-weight:bold;
	margin-bottom:0;
	font-size:18px;
} 
.footer-contact > div:first-of-type {
	padding-right:20px;
}

/**
 * 5.0 Home page
 * -----------------------------------------------------------------------------
 */

 .swiper-slide {
	 width:100%;
	 height:auto;
	 position: relative;
 }
.swiper-slide #contactMap,
.home-slider .swiper-slide img {
	width:100%;
	height:auto;
	margin-bottom:70px;
}
.swiper-desc {
	border-radius:10px;
	background:#fff;
	max-width:430px;
	position:absolute;
	-webkit-box-shadow: 0 8px 25px rgba(51, 51, 51, .15);
	        box-shadow: 0 8px 25px rgba(51, 51, 51, .15);
	right:50px;
	bottom:30px;
	padding:30px;
}
.swiper-above-title {
	margin:0;
}
.swiper-below-title {
    margin-bottom:0;
}
.contact-slider .swiper-below-title {
    padding-bottom:15px;
}
.contact-slider .swiper-below-title:last-of-type {
    padding-bottom:0;
}
h1 {
	font:400 48px/1.2em 'Quicksand';
	padding-bottom:20px;
}
.contact-slider h1.swiper-title,
.home h1.swiper-title {
	position:relative;
	left:-5px;
    padding:0 0 15px 0;
    font-size:36px;
}
.home h1.swiper-title a {
    color:#302e2f;
}
.home h1.swiper-title a:hover {
    color:#d5212a;
}
.home-about {
	max-width:1200px;
	margin:0 auto;
	padding:50px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.home-about-imgs {
	position:relative;
	padding-bottom:215px;
	max-width:640px;
	-webkit-box-flex:1;
	    -ms-flex:1 0 640px;
	        flex:1 0 640px;
}
.home-about-imgs img {
	display:block;
	-webkit-box-shadow: 0 8px 25px rgba(51, 51, 51, .15);
	        box-shadow: 0 8px 25px rgba(51, 51, 51, .15);	
	border-radius:10px;
}
.home-about-imgs-1 {
	position:relative;
}
.home-about-imgs-2 {
	position:absolute;
	right:0;
	bottom:0;
}
.home-about-imgs-1 img,
.home-about-imgs-2 img {
	display:block;
}
.home-about-content {
	padding-left:40px;
}
.heading-img {
	clear:both;
	display:block;
	position:relative;
	left:5px;
}
.home-about-content p {
	padding-bottom:0;
}
.home-about-btns {
	margin-top:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.wpcf7-submit,
.btn {
    display:inline-block;
    padding:0 50px;
    height:50px;
    color:#fff;
    border-radius:25px;
    font:700 14px/50px 'Quicksand';
    background: #f05428;
    background: -o-linear-gradient(left,  #f05428 0%,#9a1336 100%);
    background: -webkit-gradient(linear,  left top, right top,  from(#f05428),to(#9a1336));
    background: linear-gradient(to right,  #f05428 0%,#9a1336 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05428', endColorstr='#9a1336',GradientType=1 );
			-webkit-box-shadow:0 8px 25px rgba(51, 51, 51, .15);
			        box-shadow:0 8px 25px rgba(51, 51, 51, .15);
	border:0;
}
.wpcf7-submit:hover,
.btn:hover {
	color:#fff;
    background: #9a1336;
    background: -o-linear-gradient(left,  #9a1336 0%,#f05428 100%);
    background: -webkit-gradient(linear,  left top, right top,  from(#9a1336),to(#f05428));
    background: linear-gradient(to right,  #9a1336 0%,#f05428 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1336', endColorstr='#f05428',GradientType=1 ); 
}
.home-about-btns-shop {
	margin-left:15px;
	background: #7c7b7c;
    background: -o-linear-gradient(left,  #7c7b7c 0%,#302e2f 100%);
    background: -webkit-gradient(linear,  left top, right top,  from(#7c7b7c),to(#302e2f));
    background: linear-gradient(to right,  #7c7b7c 0%,#302e2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7b7c', endColorstr='#302e2f',GradientType=1 );
            -webkit-box-shadow:0 8px 25px rgba(51, 51, 51, .15);
                    box-shadow:0 8px 25px rgba(51, 51, 51, .15);
}
.home-about-btns-shop:hover {
	color:#fff;
    background: #302e2f;
    background: -o-linear-gradient(left,  #302e2f 0%,#7c7b7c 100%);
    background: -webkit-gradient(linear,  left top, right top,  from(#302e2f),to(#7c7b7c));
    background: linear-gradient(to right,  #302e2f 0%,#7c7b7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302e2f', endColorstr='#7c7b7c',GradientType=1 ); 
}
.home-prods {
	max-width:1200px;
	margin:0 auto;
}
.home-prods .swiper-slide {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding:50px 0;
}
.home-prods-left {
    -webkit-box-flex:1;
        -ms-flex:1 0 40%;
            flex:1 0 40%;
    max-width:40%;
    position:relative;
    padding-right:40px;
}
.swiper-nav {
    position:absolute;
    right:40px;
    bottom:0;
    width:70px;
    height:44px;
}
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
    top:0;   
    margin-top:0;
}
.swiper-nav .swiper-button-next {
    right:0;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ec5129'%2F%3E%3C%2Fsvg%3E")
}
.swiper-nav .swiper-button-prev {
    left:0;    
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ec5129'%2F%3E%3C%2Fsvg%3E");
}
.home-prods-right {
    -webkit-box-flex:1;
        -ms-flex:1 0 60%;
            flex:1 0 60%;
    max-width:60%;
    border-radius:10px;
    overflow:hidden;
}
.home-prods-right img {
    display:block;
    -o-object-fit: cover;
       object-fit: cover;
    width:100%;
    height:auto;
}
 .home-news-in {
	 max-width:1200px;
	 margin:0 auto;
 }
 .contact-form h1,
 .home-news h1 {
	 text-align:center;
 }
 .contact-form .heading-img,
 .home-news .heading-img {
	text-align:center;
	margin:0 auto;
}
 .home-news {
    background:#fff;
    padding:80px 0;
}
.home-news-in {
    max-width:1130px;
    margin:0 auto;
    text-align: center;
}
.home-news-in .card {
    max-width:340px;
	position:relative;
	background:#fff;
	border-radius:10px;
	padding-bottom:20px;
	-webkit-box-shadow: 0 8px 25px rgba(51, 51, 51, .15);
	        box-shadow: 0 8px 25px rgba(51, 51, 51, .15);
}
.home-news-in .card img {
    display:block;
    width:100%;
    height:auto;
    border-radius:7px 7px 0 0;
}
.home-news-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.card-content {
    padding:20px;
    border-radius:7px;
    background:#fff;
	position:relative;
	text-align: left;
}
.card-content small {
    font:500 11px/1em 'Quicksand';   
    display:block;
    padding-bottom:10px;
    color:#676971;
    text-align:left;
}
.card-content h2 {
    font:700 14px/1.42em 'Quicksand';      
    padding-bottom:10px;
    text-align:left;
}
.card-content h2 a {
    color:#d5212a;
}
.card-content h2 a:hover {
    color:#1d1e24;
}
.card-content .card-excerpt {
    margin-bottom:0;
    text-align:left;
}
.card-content .btn {
	margin-right:auto;
}
.page-template-about .home-about-imgs {
    max-width: 480px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 480px;
            flex: 1 0 480px;
    padding-bottom:150px;
}
.page-template-about .home-about-imgs img {
    width:360px;
    height:auto;
}
.page-template-about .home-about-btns-shop {
    margin-left:0;
}

/**
 * 6.0 Kontakt
 * -----------------------------------------------------------------------------
 */

#contactMap {
	max-height:480px;
}
.wpcf7 textarea,
.wpcf7 input[type=text]:not(.wpcf7-submit),
.wpcf7 input[type=email]:not(.wpcf7-submit) {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
    font: 700 12px/1em 'Quicksand';
    color: #1d1e24;
    border: 0;
	padding: 0 15px;
	height:50px;
	width:100%;
}
.wpcf7 textarea {
    height: 260px;
    resize: none;
    padding: 15px;
}
.contact-form {
	max-width:700px;
	margin:0 auto;
	padding-bottom:50px;
}
.swiper-slide img.contact-img {
	max-width:27px;
	-webkit-box-flex:1;
	    -ms-flex:1 0 27px;
	        flex:1 0 27px;
	margin-right:15px;
	margin-bottom:auto;
}
.swiper-slide img.contact-img.ico-marker {
	max-width:19px;
	-webkit-box-flex:1;
	    -ms-flex:1 0 19px;
	        flex:1 0 19px;
}
.contact-data {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.contact-data:last-of-type {
    margin-bottom:0;
}
.contact-form-in {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.contact-form-left {
	width:40%;
	padding-right:20px;
}
.contact-form-right {
	width:60%;
}
.contact-form-left label,
.contact-form-right label {
	margin-bottom:20px;
	display:block;
}
.contact-form-left label:last-of-type,
.contact-form-right label:last-of-type {
	margin-bottom:0;
}
.wpcf7-submit {
	margin-top:20px;
}
span.wpcf7-list-item {
    margin:0;
}
.wpcf7-acceptance {
    margin-top:20px;
    display:block;
}

/**
 * 7.0 Aktualności
 * -----------------------------------------------------------------------------
 */

.blog .heading-img {
    margin:0 auto;
}
.blog .home-news-in .card {
    padding-bottom:0;    
}
.main-content.home-news-in {
    max-width:1140px;
    margin:50px auto 80px auto;
}
.main-content.home-news-in .home-news-list {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.main-content.home-news-in .home-news-list  .card {
    margin-bottom:50px;
    width: 100%;
}
.main-content .double-head h1:before {
    content:attr(data-title);
}
.font-large {
    font-size:14px;
}
.navigation {
    padding-top:30px;
    width:100%;
    clear:both;
    text-align:center;
}
.nav-links a,
.page-numbers {
    font:700 14px/1.42em 'Quicksand';
    color: #d5212a;
    display:inline-block;
    padding:8px;
}
.page-numbers.dots,
.page-numbers.current {
    color: #1d1e24;
}

/**
 * 8.0 WYSIWYG
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
    margin-bottom:30px;
}
.post-thumbnail img {
    display: block;
    width:100%;
    height:auto;
    -o-object-fit: cover;
       object-fit: cover;
}
.psgal {
    margin-bottom:20px;
}
.psgal figure {
    position:relative;
}
.psgal a {
    position:relative;
}
.psgal img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width:100%;
}
.psgal figure figcaption {
    font-size:11px;
    color:#fff;
    position:absolute;
    left:50%;
    bottom:5px;
    -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
            transform:translateX(-50%);
    width:80%;
    display:block;
    padding:7px;
    background:rgba(0, 0, 0, .5);
}
.psgal figure figcaption:empty {
    display:none;
}
.entry-content a {
    color: #d5212a;
}
.entry-content a:hover {
    color: #1d1e24;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom:15px;
}
.entry-content h1 {
    font: 300 40px/1.2em 'Quicksand';
    margin-bottom:0;
}
.entry-content h2 {
    font: 300 36px/1.2em 'Quicksand';    
}
.entry-content h3 {
    font: 300 32px/1.2em 'Quicksand';    
}
.entry-content h4 {
    font: 28px/1.2em 'Quicksand';    
}
.entry-content h5 {
    font: 600 24px/1.2em 'Quicksand';    
}
.entry-content h6 {
    font: 600 20px/1.2em 'Quicksand';    
}
.entry-content ul,
.entry-content ol,
.entry-content p {
    margin-bottom:15px;
}
.entry-content *:last-child {
    margin-bottom:0;
}
.entry-content ul {
    padding-left:5px;
}
.entry-content ul li {
    position:relative;
    display:block;
    padding-left:15px;
}
.entry-content ul li:before {
    display:block;
    width:6px;
    height:6px;
    content:'';
    border-radius:50%;
    background:#d5212a;
    position:absolute;
    left:0;
    top:9px;
}
.entry-content ol {
    list-style:decimal;
    padding-left:15px;
}
.entry-content table th,
.entry-content table td {
    padding:12px;
}
.entry-content figure,
.entry-content img {
    max-width:100%;
    height:auto;
    display:inline-block;
    margin-bottom:20px;
}
.entry-content img.alignleft {
    float:left;
    margin:0 20px 20px 0;
}
.entry-content img.alignright {
    float:right;
    margin:0 0 20px 20px;
}
.entry-content figure img {
    margin-bottom:0;
}

/**
 * 9.0 Produkt
 * -----------------------------------------------------------------------------
 */

.page-template-default .main-content,
.page-template-produkty .main-content,
.single .main-content {
    max-width:960px;
    margin:0 auto;
    padding:50px 0;
}
.page-template-produkty .main-content > h1 {
    text-align:center;
}
.page-template-produkty .main-content > h1 img {
    margin:0 auto;
    display:block;
}
.prod-gallery .swiper-slide img {
    margin-bottom:0;
}
.prod-content .gallery,
.prod-content .wp-block-gallery {
    display:none;
}
.prod-content {
    max-width:840px;
    margin:40px auto 0 auto;
}


/**
 * 10.0 RWD
 * -----------------------------------------------------------------------------
 */

@media only screen and (max-width: 1024px) { 
    
    .site-navigation ul li.lang-item-first {
        padding-left:0;
    }
    .logo-mobile {
        display:inline-block;
        position:absolute;
        left:20px;
        top:20px;
        z-index:3;
    }
    .logo-mobile img {
        width:90px;
        height:auto;
    }
    .c-hamburger {
        display:block;
    }
    .c-hamburger {
        position:fixed;    
        z-index: 1003;
        top: 30px;
        left: auto;
        right:10px;
        display: block;
        overflow: hidden;
        margin: -25px 0 0 0;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
        background:none;
    }
    .admin-bar .c-hamburger {
        top:61px;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 24px;
        left: 8px;
        right: 8px;
        height: 2px;
        background: #333;
    }
    .c-hamburger--htra span {
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
      }
    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background: #333; 
        -webkit-transition: -webkit-transform 0.3s; 
        transition: -webkit-transform 0.3s; 
        -o-transition: transform 0.3s; 
        transition: transform 0.3s; 
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .c-hamburger span::before {
        top: -10px;
    }
    .c-hamburger span::after {
        bottom: -10px;
    }
    .c-hamburger span,
    .c-hamburger span::before,
    .c-hamburger span::after {
        background:#333;
    }
    .home .c-hamburger span,
    .home .c-hamburger span::before,
    .home .c-hamburger span::after {
        background:#333;
    }
    .c-hamburger--htra.is-active span {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      background:#333;
    }
    .c-hamburger--htra.is-active span::before,
    .c-hamburger--htra.is-active span::after {
      width: 50%;
      background:#333;
    }
    .c-hamburger--htra.is-active span::before {
      top: 0;
      -webkit-transform:translateX(19px) translateY(-6px) rotate(-135deg);
          -ms-transform:translateX(19px) translateY(-6px) rotate(-135deg);
              transform:translateX(19px) translateY(-6px) rotate(-135deg);
    }
    .c-hamburger--htra.is-active span::after {
      bottom: 0;
      -webkit-transform:translateX(19px) translateY(6px) rotate(135deg);
          -ms-transform:translateX(19px) translateY(6px) rotate(135deg);
              transform:translateX(19px) translateY(6px) rotate(135deg);
    }
    .home-news-in .card {
        margin:0 15px;
    }
    .home-news-in .card {
        max-width:400px;
    }
    .header-main {
        display:none;
    }
    .site-header {
        height:auto;
        background:none;
    }
    h1 {
        font-size:36px;
    }
    .swiper-desc {
        padding:20px;
    }
    .main-content {
        padding-left:20px;
        padding-right:20px;
    }
    .home-about-imgs {
        max-width: 480px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 480px;
                flex: 1 0 480px;
    }
    .home-about-content {
        padding-left:20px;
    }
    .home-about-imgs img {
        max-width:320px;
    }
    .site-footer {
        padding-left:20px;
        padding-right:20px;
    }
    .menu-active .header-main {
        background:#fff;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100vh;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        z-index:2;
    }
    .logo {
        display:none;
    }
    .site-navigation {
        margin:0;
    }
    .site-navigation ul {
        display:block;
    }
    .site-navigation ul li a {
        padding:14px 20px;
        text-align:center;
        width: 100%;
    }
    .wpcf7-submit,
    .btn {
        padding:0 30px;
        font-size:12px;
    }
    .contact-slider {
        padding-top:90px;
    }
    
}

@media only screen and (max-width: 800px) {
    
    .home-news-in .card {
        margin:0 10px;
    } 
    .wpcf7-submit, 
    .card .more-btn {
        height:40px;
        line-height:40px;
        font-size:12px;
        padding:0 20px;
    }
    .home-about {
        display:block;
    }
    .home-about-imgs {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        padding-bottom:120px;
    }
    .home-about-content {
        padding-left: 0;
    }
    .home-news {
        padding:40px 0;
    }
    .blog .main-content,
    .page-template-produkty .main-content,
    .single .main-content {
        margin-top:40px;
    }
    .prod-content {
        padding:0 20px;
    }
    
}

@media only screen and (max-width: 414px) { 
    
    .home h1.swiper-title {
        font-size:28px;
    }
    .home-news-in .card {
        margin:0 auto 50px auto;
    }
    .home-news-list {
        display:block;
    }
    .home-news-in .card {
        width:100%;
        max-width:100%;
    }
    .home-prods {
        padding:0;
    }
    .home-about {
        padding:40px 0;
    }
    .site-footer > div:first-of-type {
        display:none;
    }
    .site-footer > div:last-of-type {
        margin-left:0;
    }
    .home-news {
        padding-bottom:0;
    }
    .home-prods {
        display:block;
    }
    .home-prods-right {
        padding-left:0;
        margin-top:30px;
    }
    .home-about-imgs {
        margin-bottom:30px;
    }
    .swiper-desc {
        position:static;
        border-radius:0;
        width:100%;
        -webkit-box-shadow:none;
                box-shadow:none;
    }
    .swiper-slide #contactMap,
    .swiper-slide img {
        margin-bottom:0;
        height:300px;
    }
    .swiper-slide img:not(.contact-img):not(.heading-img) {
        -o-object-fit:cover;
           object-fit:cover;
        width:100%;
        margin-bottom:0;
    }
    .home-slider .swiper-slide img {
        
    }
    .swiper-slide .heading-img {
        height:auto;    
    }
    .home-prods .swiper-slide {
        display:block;
    }
    .home-prods-left,
    .home-prods-right {
        max-width:100%;    
    }
    .home-prods-left {
        padding-right:0;
    }
    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev {
        top:40%;
    }
    .home-about-imgs img {
        max-width: 280px;
    }
    .single .main-content {
        padding:50px 20px 20px 20px;
    }
    h1 {
        font-size: 28px;
    }
    .main-content.home-news-in {
        margin-bottom:20px;
    }
    .navigation {
        padding-top:0;
    }
    .wpcf7 br {
        display:none;
    }
    .swiper-slide img.contact-img {
        height:auto;
    }
    .contact-form-in {
        display:block;
    }
    .contact-form-left,
    .contact-form-right {
        width:100%;
    }
    .blog .main-content, 
    .page-template-produkty .main-content, 
    .single .main-content {
        margin-top: 90px;
        padding-top:0;
    }
    .page-template-about .main-content {
        margin-top: 90px;
    }
    .page-template-about .main-content .home-about {
        padding-top:0;
    }
    .home-slider .swiper-slide img {
        height:300px;
    }
    .swiper-nav {
        right:0;
    }
    
}