/*
Theme Name: Arkana
Author: Ensomedia
Author URI: http://ensomedia.pl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arkana
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.

Arkana is based on Underscores http://underscores.me/, (C) 2012-2016 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/
*/
@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=latin-ext';

/*--------------------------------------------------------------
>>> LANGUAGES HACK
--------------------------------------------------------------*/

.lang-item-ro { display: none !important; }

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

/*--------------------------------------------------------------
>>> QUESTIONNAIRE MODAL
--------------------------------------------------------------*/

#questionnaire-modal .modal-dialog {
	width: 90%;
	max-width: 950px;
}

#questionnaire-modal .modal-body {
	overflow: hidden;
	padding: 0;
	display: flex;
	border-radius: 5px;
}

#questionnaire-modal .modal-body .close {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: .3;
	z-index: 10;
}

#questionnaire-modal .modal-body .close:hover {
	opacity: .6;
}

#questionnaire-modal .modal-body .box-bg {
	background: url(img/modal-ankieta-bg.jpg) center center no-repeat;
	background-size: cover!important;
	flex: 1;
}

#questionnaire-modal .modal-body .info-box {
	padding: 30px 30px 60px 30px;
	width: 50%;
}

#questionnaire-modal .modal-body .info-box h3 {
	text-align: center;
	font-size: 24px;
	color: #d13b40;
	line-height: 1.3;
}

#questionnaire-modal .modal-body .info-box h3::after {
	display: block;
	width: 200px;
	content: "";
	margin: 20px auto;
	height: 1px;
	background: #7c7e81;
}

#questionnaire-modal .modal-body .info-box p {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #7c7e81;
	line-height: 1.3;
}

#questionnaire-modal .modal-body .info-box img {
	display: block;
	margin: 25px auto;
}

#questionnaire-modal .modal-body .info-box span {
	display: block;
	margin: 50px 0 20px;
	text-align: center;
	font-size: 14px;
	color: #7c7e81;
	line-height: 1.3;
}

#questionnaire-modal .info-box a.btn-arkana {
	background: none;
	display: block;
	margin: 25px auto 0 auto;
	width: 200px;
}

#questionnaire-modal .info-box button.btn-arkana:focus { outline: none; }

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## 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;
}

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 {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

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-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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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 {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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; !* Make sure images are scaled correctly. *!
	max-width: 100%; !* Adhere to container width. *!
}

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

!*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*!
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

!*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*!
!*--------------------------------------------------------------
## Links
--------------------------------------------------------------*!
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

!*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*!
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	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 ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.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%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@media screen and (min-width: 37.5em) {
	.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. *!
}

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


!*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.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%;
}

!*--------------------------------------------------------------
# Content
--------------------------------------------------------------*!
!*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*!
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    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%;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.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;
}

/* SELECTBOXIT */

/* SelectBoxIt container */
.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
    font: 14px Helvetica, Arial;
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
    width: 220px; /* Width of the dropdown button */
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 30px; /* Height of the drop down */
    line-height: 30px; /* Vertically positions the drop down text */
    display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
    outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

/* Button Text */
.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%; /* Minimum Width of the dropdown list box options */
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-height: 240px;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
    text-indent: 5px; /* Horizontal Positioning of the select box option text */
    margin: 0;
    list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
    font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
    cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
    /* Positions the down arrow */
    width: 30px;
    position: absolute;
    right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    /* Horizontally centers the down arrow */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
    float: left;
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
    background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

@font-face {
    font-family: 'Geo';
    src: url('fonts/Geometr415LtPL.eot');
    src: url('fonts/Geometr415LtPL.eot?#iefix') format('embedded-opentype'), url('fonts/Geometr415LtPL.ttf') format('truetype'), url('fonts/Geometr415LtPL.svg') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'Geo';
    src: url('fonts/Geometr415MdPL.eot');
    src: url('fonts/Geometr415MdPL.eot?#iefix') format('embedded-opentype'), url('fonts/Geometr415MdPL.ttf') format('truetype'), url('fonts/Geometr415MdPL.svg') format('svg');
    font-weight: 700;
}

.btn-arkana {
    font-size: 14px;
    border: 1px solid #6d6e71;
    color: #6d6e71;
    text-transform: uppercase;
    line-height: 16px;
    border-radius: 0;
    padding: 13px;

}

.single-nav {
	clear: both;
	margin-top: 30px;
}

.btn-buy-now {
	margin-top: 25px;
	border-color: #E82F37 !important;
	background: #E82F37 !important;
	color: #FFFFFF !important;
}

.btn-buy-now:hover {
	background: #ce2328 !important;
}


.site-logo {
    margin: 0 15px 0 0;
    padding: 25px 0;
}

h1.site-logo a {
    display: block;
    text-align: left;
}

#nav {
    font-size: 0;
    text-align: right;
    float: right;
}

#nav > ul {
    margin-top: 56.5px;
}

#nav > ul > li {
    padding: 0;
    position: relative;
}

#nav > ul > li:first-child a {
    font-weight: 600;
    color: #b20000;
}

#nav > ul > li:hover {

}

#nav > ul > li > a {
    color: #6d6e71;
    font-family: Geo, sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

#nav > ul > li > a {
    padding: 0 5px;
}

#nav > ul > li:hover > a {
    border: 1px solid #b3b3b3;
}

#nav > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    list-style: none;
    border: 1px solid #b3b3b3;
    padding: 5px 0;
    z-index: 100;
    text-align: left;
    width: auto;
    background: #fff;
    white-space: nowrap;
}

#nav > ul > li > ul > li {
    display: inline-block;
    padding: 0px 15px;
    vertical-align: top;
}

#nav > ul > li > ul > li > a {
    color: #9b9b9b;
    font-family: Geo, sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 7px;
}

#nav > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    list-style: none;
}
#nav > ul > li > ul > li > ul > li {
    margin: 5px 0;
}
#nav > ul > li > ul > li > ul > li > a {
    color: #9b9b9b;
    font-family: Geo, sans-serif;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
}

#nav > ul > li:hover > ul {
    display: block;
}

#header .search-form {
    float: right;
    font-size: 0;
    padding-top: 56.5px;
}
#header .search-form span {
    display: none;
}
#header .search-form .search-submit {
    height: 24px;
    width: 24px;
    margin-left: -25px;
    margin-top: 1px;
    background: url("img/search.png") center no-repeat;
    border: 0;
    padding: 0;vertical-align: top;
}

#header .search-form .search-field {
    font-size: 12px;
    line-height: 25px;
    padding: 0 5px;
    border: 1px solid #424242;
    background: #FFF;
    color: #BCBCBC;
    font-weight: normal;
}

#slider {
    position: relative;
}

#slider .container-fluid {
    padding: 0;
}

#slider .slide {
    min-height: 566px;
    display: block;
    background-size: 100% !important;
}

#slider h2 {
    font-family: Geo, sans-serif;
    font-size: 90px;
    color: #6d6e71;
    margin: 226px 0 0 0;
    line-height: 90px;
}

#slider .slogan {
    color: #6d6e71;
    font-size: 18px;
    font-family: Geo, sans-serif;
    padding: 0;
    line-height: 24px;
    margin: 0;
}

#slider .slide-pages {
    font-size: 0;
    position: absolute;
    bottom: 22px;
    width: 100%;
    text-align: center;
}

#slider .slide-pages button {
    display: block;
    height: 15px;
    width: 15px;
    background: #b9babc;
    border: 3px solid #b9babc;
    border-radius: 7.5px;
    padding: 0;
}

#slider .slide-pages .slick-active button {
    border: 3px solid #e7e7e7;
}

h3.section-subtitle {
    color: #6d6e71;
    font-size: 35px;
    font-family: Geo, sans-serif;
    font-weight: bold;
    line-height: 64px;
    margin-top: 27px;
    margin-bottom: 0;
    text-transform: uppercase;
}

h3.section-subtitle a {
    color: #6d6e71;
    text-decoration: none;
}

hr.hr-subtitle {
    border-top: 1px solid #6d6e71;
    width: 313px;
    margin: 0 0 18px;
    max-width: 100%;
}

#photo-columns {
    padding-bottom: 30px;
}

#photo-columns .ph-hr {
    border-top: 1px solid #707070;
    width: 130px;
    margin: 10px auto;
}

#photo-columns h4 {
    text-align: center;
    font-size: 12px;
    font-family: Geo, sans-serif;
    letter-spacing: -1px;
    color: #9b9b9b;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

#photo-columns h4 a {
    color: #9b9b9b;
    text-decoration: none;
}

#photo-columns .pro-link {
    display: block;
}

#photo-columns .entry-excerpt {
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    text-align: center;
    color: #9b9b9b;
    line-height: 18px;
    margin-bottom: 10px;
}

#about p {
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    text-align: justify;
    line-height: 18px;
    color: #6d6e71;
    margin-bottom: 18px;
}

#about p strong {
    font-weight: 600;
}

#about .half-wided,
#target .half-wided {
    width: 656px;
    float: right;
    padding-bottom: 50px;
}

#about .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#about .row {
    margin: 0;
}

#about .yt-video {
    padding-right: 0;
    font-size: 0;
    /* min-height: 500px; */
}

#about .btn-wrp {
    padding: 30px 0;
    text-align: right;
}

section.grey {
    background: #f5f5f5;
}

#another-photos {
    padding: 80px 0;
}

#another-photos .ph-hr {
    border-top: 1px solid #707070;
    width: 130px;
    margin: 10px auto;
}

#another-photos .ph-hr.pro {
    width: 170px;
}

#another-photos h4 {
    text-align: center;
    font-size: 16px;
    font-family: Geo, sans-serif;
    letter-spacing: -1px;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

#another-photos h4 a {
    text-decoration: none;
    color: #9b9b9b;
}

#another-photos p {
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    text-align: justify;
    color: #9b9b9b;
    line-height: 18px;
}

#another-photos .btn-wrp {
    text-align: center;
}

#another-photos .btn-wrp .btn {
    width: 130px;
}

#target p {
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    text-align: justify;
    line-height: 18px;
    color: #6d6e71;
    margin-bottom: 18px;
}

#target .row {
    margin-right: 0;
}

#target .container-fluid {
    padding-right: 0;
}

#target .photo-tab {
    padding-right: 0;
}

#target .btn-wrp {
    padding: 50px 0;
    text-align: right;
    font-size: 0;
}

#target .btn-wrp .btn {
    margin-left: 10px;
}

#target strong {
    font-weight: 600;
}

#target ul {
    padding-left: 0;
}

#target li {
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    line-height: 18px;
    color: #6d6e71;
    margin-bottom: 18px;
    list-style: none;
    background: url("img/li.png") left top no-repeat;
    padding-left: 35px;
}

#products {
    padding-bottom: 50px;
    clear: both;
}

#products .item {
    display: block;
    border: 1px solid #b3b3b3;
    text-decoration: none;

    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    color: #6d6e71;
    line-height: 16px;
    padding: 10px 17px;
    height: 100%;
}

#products img {
    margin: 0 auto;
}

#products .info {
    display: none;
}

#products .item:hover {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

#products .item:hover .info {
    display: block;
}

#products .item:hover img,
#products .item:hover .tit-wrp {
    display: none;
}

#products .btn-wrp {
    text-align: right;
    padding-bottom: 4px;
}

#products .item {
    position: relative;
}

#products .item:hover .new-item {
    display: none;
}

#products .new-item {
    position: absolute;
    background: url("img/nowosc-tag.png") center no-repeat;
    height: 58px;
    width: 58px;
    left: 0;
    top: 0;
}

#products .img-wrp {
    height: 300px;
}

#products .img-wrp img {
    max-height: 100%;
}

#products h4 {
    margin: 0 0 30px;
    text-align: center;
}

#products p {
    text-align: justify;
}

#looking {
    padding-bottom: 50px;
}

#looking .item {
    border: 2px solid #6d6e71;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 10px;
}

#looking .number {
    display: inline-block;
    height: 84px;
    width: 84px;
    background: #6d6e71;
    border-radius: 42px;
    color: #fff;
    font-size: 57px;
    font-family: Geo, sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

#looking .title {
    color: #6d6e71;
    font-family: Geo, sans-serif;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 40px;
}

#looking .more-info .ct-list {
    padding-left: 0px;
    text-align: left;
}

#looking .ct-list li {
    font-family: "Roboto", sans-serif;
    font-size: 18px; /* INCREASED */
    line-height: 18px;
    color: #6d6e71;
    margin-bottom: 18px;
    list-style: none;
    background: url("img/li.png") left top no-repeat;
    padding-left: 35px;
}

#looking .more-info {
    font-family: "Roboto", sans-serif;
    font-size: 18px; /* INCREASED */
    line-height: 22px;
    color: #6d6e71;
    text-align: justify;
}

#looking .more-info .desc-wrp {
    padding: 30px;
}

#looking img {
    margin: 0 auto;
}

#looking .btn-wrp .btn {
    width: 170px;
    font-family: Geo, sans-serif;
}

#map .acf-map > div {
    height: 350px !important;
}

#map .machine-title {
	display: block;
	margin-top: 40px;
	width: 100%;
	font-size: 16px;
	line-height: 1.1;
	color: #6d6e71;
	font-weight: 600;
	font-family: Geo, sans-serif;
}

#map .machine-label {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 35px;
	margin-top: 2px;
	min-height: 35px;
	font-size: 16px;
	line-height: 1.1;
	color: #6d6e71;
	font-weight: 400;
	font-family: Geo, sans-serif;
	cursor: pointer;
}



#map .machine-label::before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	height: 25px;
	border: 2px solid #6d6e71;
}

#map .machine-checkbox:checked + label::before {
	background: url("img/icon_tick_blue.svg") center center no-repeat;
	background-size: 12px 12px;
}

#map-citiesSelectBoxItContainer {
    width: 100%;
    border-radius: 0;
}

#map-citiesSelectBoxIt.pro {
    margin-top: 0;
}

#map-citiesSelectBoxIt {
    border: 2px solid #6d6e71;
    background: url("img/selbit.jpg") left top no-repeat;
    padding-left: 60px;
    border-radius: 0;
    width: 100%;
    height: 52px;
    margin-top: 40px;
}

#map-citiesSelectBoxItArrowContainer {
    display: none;
}

#map-citiesSelectBoxItText {
    height: 48px;
    line-height: 48px;
    color: #6d6e71;
    font-family: Geo, sans-serif;
    font-size: 14px;
}

.selectboxit-container .selectboxit-options a {
    line-height: 30px;
    height: 30px;
    color: #6d6e71;
    font-family: Geo, sans-serif;
    font-size: 14px;
}

#map-citiesSelectBoxItOptions {

    border: 2px solid #6d6e71;
    padding-left: 12px;
    border-top: 0;
    border-radius: 0;
    background: #fff;
}

#colophon {
    padding-bottom: 20px;
}

#colophon .eu-add {
    margin: 0 auto;
}

#colophon .logo-wrp img {
    margin: 120px auto 0;
    display: block;
    max-width: 100%;
}

#colophon .textwidget p {
    color: #6d6e71;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: Geo, sans-serif;
}

#colophon .textwidget a {
    color: #6d6e71;
}

#colophon .textwidget strong {
    letter-spacing: -2px;
    font-weight: 600;
}

#colophon .nws-wrp p {
    color: #6d6e71;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    font-family: Geo, sans-serif;
}

#colophon form input {
    width: 100%;
    border: 2px solid #6d6e71;
    border-left: 52px solid #6d6e71;
    height: 52px;
    color: #6d6e71;
    padding-left: 12px;
    line-height: 48px;
    font-family: Geo, sans-serif;
}

#colophon form .fgr {
    margin-bottom: 18px;
}

#colophon form .btn-wrp {
    text-align: right;
}

#colophon form .btn-wrp .btn {
    width: 170px;
    background: #fff;
}

#social {
    padding: 15px 0 20px;
}

#social .soc-wrp {
    font-size: 0;
}

#social .soc-wrp a {
    display: inline-block;
    margin-right: 13px;
}

#social .design {
    padding: 5px 0;
    font-size: 8px;
    text-align: right;
}

.reliable-company {
	text-align: center;
}

.reliable-company img {
	margin: 0 auto;
	max-width: 200px;
}

#foot-menu {
    text-align: right;
    font-size: 0;
    padding-top: 15px;
}

#foot-menu li {
    margin-left: 7px;
}

#foot-menu a {
    color: #6d6e71;
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    text-transform: uppercase;
}

.maheim {
    overflow: hidden;
}

.maheim-im {
    display: flex;
    height: 100%;
}

.maheim img {
    height: 100%;
}

.term-bar {
    background: rgba(151, 207, 216, 1);

    text-align: center;
    padding: 20px 10px;
}

.term-bar ul {
    margin: 0;
}

.term-bar li {
    margin: 0 10px;
}

.term-bar li a {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

#shops h4 {
    line-height: 50px;
    font-size: 22px; /* INCREASED */
    font-family: "Roboto", sans-serif;
    color: #6d6e71;
    font-weight: normal;
    background: url("img/coll.png") right 5px center no-repeat;
    border-bottom: 1px solid #6d6e71;
    letter-spacing: -1px;
}

#shops .shop-desc {
    line-height: 24px;
    font-size: 22px; /* INCREASED */
    font-family: "Roboto", sans-serif;
    color: #6d6e71;
    font-weight: normal;
}

.piekna-entry {
    display: block;
    height: 577px;
    position: relative;
    margin-bottom: 65px;
    background-size: cover !important;
}

.piekna-entry .post-meta {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 35px;
    max-width: 50%;
	min-width: 35%;
}

.piekna-entry.stu .post-meta {
    max-width: 70%;
}

.piekna-entry .post-meta h3 {
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -1px;
    margin-top: 0;
}

.piekna-entry .post-meta h3 a {
    color: #9b9b9b;
}

.piekna-entry .post-meta h3 a {
    font-family: Geo, sans-serif;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.piekna-entry .post-meta .ph-hr {
    border-top: 1px solid #707070;
    width: 130px;
    margin: 10px auto;
}

.piekna-entry .post-meta h2 {
    font-size: 23px; /* INCREASED */
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center;
    max-width: 80%;
    margin: 20px auto;
}

.piekna-entry.stu .post-meta h2 {
    max-width: 100%;
}

.piekna-entry .post-meta h2 a {
    color: #9b9b9b;
    text-decoration: none;
}

.piekna-entry .post-meta .entry-excerpt p {
    font-size: 16px; /* INCREASED */
    font-family: "Roboto", sans-serif;
    color: #9b9b9b;
    text-align: justify;
    line-height: 18px;
}

.post-styled {
    font-family: "Roboto", sans-serif;
}

.post-styled .btn-wrp {
    text-align: center;
}

.blog-row {
    margin-bottom: 65px;
}

.blog-row .entry-main {
    width: 100%;
}

.blog-row .post-meta {
    padding: 20px 35px;
}

.blog-row .post-meta h3 {
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -1px;
    margin-top: 0;
}

.blog-row .post-meta h3 a,
.blog-row .post-meta h3 span {
    color: #9b9b9b;
    font-family: Geo, sans-serif;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-row .post-meta .ph-hr {
    border-top: 1px solid #707070;
    width: 130px;
    margin: 10px auto;
}

.blog-row .post-meta h2 {
    font-size: 23px; /* INCREASED */
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 40px auto 20px;
    color: #9b9b9b;
}

.post-meta .entry-date {
    text-align: center;
    font-size: 12px;
    color: #9b9b9b;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.blog-row .post-meta h2 a {
    color: #9b9b9b;
    text-decoration: none;
}

.blog-row .post-meta .entry-excerpt p {
    font-size: 16px; /* INCREASED */
    font-family: "Roboto", sans-serif;
    color: #9b9b9b;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 18px;
}

.blog-row .post-meta .entry-excerpt p strong {
    font-weight: 600;
}

.blog-row .post-meta .btn-wrp {
    text-align: center;
}

#proco .slick-list {
    margin: 0 -15px;
}

#proco .slick-list .slick-slide {
    padding: 0 15px;
}

.lang-changer {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    list-style: none;
}

.lang-changer li {
    display: inline-block;
}

.lang-changer li a {
		text-transform: uppercase;
		color: #9b9b9b;
    font-family: Geo, sans-serif;
}

.container .type-post h1.entry-title { margin-bottom: 25px; }

.container .entry-footer { margin-top: 10px; }

.owl-carousel.image-gallery {
	width: 100%;
	margin: 15px 0;
}

.owl-carousel.image-gallery figure {
	padding: 15px;
	overflow: hidden;
	max-height: 300px;
}

.owl-carousel.image-gallery figure img {
	width: 100%;
	margin: 0 auto;
}

.owl-carousel .owl-dots {
	max-width: 100%;
	clear: both;
	margin-top: 25px;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	border: 1px solid #c1c1c1;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active::after {
	display: block;
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: #c1c1c1;
	border-radius: 50%;
}


.container .entry-content p,
.container .entry-content li {
    font-size: 18px;
}

.container .entry-author {
    padding: 20px 0;
}

.container .entry-author img {
    float: right;
    max-width: 100%;
}

.container .entry-author h3 {
    margin: 0;
    font-family: Roboto, sans-serif;
}

.container .entry-author p {
    text-align: justify;
}



.post-listing .btn-wrp-rm {
    text-align: center;
}

.post-listing .btn-wrp-rm #hex-loader {
    background: url("img/hex-loader2.gif") center no-repeat;
    display: none;
    height: 300px;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}
.post-listing .btn-wrp-rm button {
    background: #fff;
    display: block;
    margin: 0 auto;
}

.post-listing .btn-wrp-rm button.disabled {
    display: none;
}

.widget.woocommerce h2 {
    font-family: "Roboto",sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #9b9b9b;
}

.widget.woocommerce .product-categories {
    padding-left: 10px;
    margin: 0;
}
.widget.woocommerce .product-categories li {
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    line-height: 18px;
    list-style: none;
}
.widget.woocommerce .product-categories li a {
    display: block;
    /*background: url("img/li.png") left top no-repeat;
    padding-left: 35px;*/
    color: #6d6e71;
    padding-bottom: 6px;
}

.woo-archive h3.section-subtitle {
    margin-top: 0;
}


.woo-archive {
    padding-bottom: 50px;
}

.woo-archive .item {
    display: block;
    border: 1px solid #b3b3b3;
    text-decoration: none;

    font-family: "Roboto", sans-serif;
    font-size: 16px; /* INCREASED */
    color: #6d6e71;
    line-height: 16px;
    padding: 10px 17px;
    height: 100%;
}

.woo-archive img {
    margin: 0 auto;
}

.woo-archive .info {
    display: none;
}

.woo-archive .item:hover {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.woo-archive .item:hover .info {
    display: block;
}

.woo-archive .item:hover img,
.woo-archive .item:hover .tit-wrp {
    display: none;
}

.woo-archive .btn-wrp {
    text-align: right;
    padding-bottom: 4px;
}

.woo-archive .item {
    position: relative;
}

.woo-archive .item:hover .new-item {
    display: none;
}

.woo-product .product-content {
    padding: 30px 0;
}

.woo-archive .new-item {
	position: absolute;
	background: url(img/nowosc-tag.png) center no-repeat;
	height: 100px;
	width: 100px;
	left: 15px;
	top: 0;
	z-index: 10;
}

.woo-archive .img-wrp {
    height: 300px;
}

.woo-archive .img-wrp img {
    max-height: 100%;
}

.woo-archive h4 {
    margin: 0 0 30px;
	padding-top: 30px;
    text-align: center;
}

.woo-archive p {
    text-align: justify;
}

/** FORMULARZ ZAPISOWY ****/

.pdb-signup {
	display: block;
	width: 100%;
	margin: 40px 0;
}

.pdb-signup table {
	width: 100%;
	max-width: 550px;
}

.pdb-signup table tbody {
	width: 100%;
}

.pdb-signup table tr th, .pdb-signup table tr td {
	padding: 10px 0;
}



.pdb-signup table tr td {
	width: 250px;
}

.pdb-signup table tr td input, .pdb-signup table tr td select {
	width: 100%;
	max-width: 400px;
	height: 33px;
	border: 1px solid #6D6E71 !important;
	padding: 0 10px;
}

.pdb-signup table input[type=submit] {
	width: 150px;
	font-size: 14px;
	border: 1px solid #6d6e71;
	color: #6d6e71;
	text-transform: uppercase;
	line-height: 16px;
	border-radius: 0;
	background: none !important;
}

.pdb-error {
	width: 100%;
	max-width: 500px;
}

.woocommerce div.product {
	margin-bottom: 30px;
}

.product-notification {
	width: 280px;
	line-height: 22px;
	font-size: 16px;
	display: inline-block;
	margin: 30px 0 0 15px;
	vertical-align: bottom;
}

.single-item {
	position: relative;
}

.single-item .info {
	padding: 30px 15px;
}

.pro-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 2;
	background: url('img/pro.png') no-repeat center center;
	background-size: cover;
}

.single-item.slick-slide .pro-item {
	left: 15px;
}

.woo-archive .new-item {
	left: 0;
}

.single-item.slick-slide .new-item {
	left: 15px;
}

.widget.woocommerce .product-categories .children{
	padding-left: 10px;
}

/**************************/

@media (max-width: 767px) {
    #nav > ul {
        margin-top: 0;
    }

    .navbar-toggle {
        float: right;
        border: 2px solid #9b9b9b;
        margin-top: 56.5px;
    }

    .navbar-toggle .icon-bar {
        background: #9b9b9b;
    }

    #nav > ul > li {
        text-align: left;
        display: block;
    }

    #social,
    #foot-menu {
        text-align: center;
    }

    #social .soc-wrp a {
        margin: 0 6px;
    }

	.reliable-company img {
		margin: 15px auto;
	}

    #foot-menu li {
        margin: 0 3px;
    }

    .navbar-collapse {
        clear: both;
    }
    #nav {
        float: none;
    }
    #nav ul {
        margin-top: 20px;
    }
    #nav > ul > li > a {
        display: block;
    }
    .piekna-entry .post-meta,
    .piekna-entry.stu .post-meta {
        max-width: 100%;
    }
    #header .search-form {
        float: none;
    }
    #header .search-form label {
        width: 100%;
    }

    #header .search-form label .search-field {
        width: 100%;
    }

		#header .lang-changer {
			display: none;
		}
}

@media (max-width: 991px) {
    #about .half-wided,
    #target .half-wided {
        width: 100%;
        float: none;
    }

    #about .yt-video,
    #target .photo-tab {
        padding-right: 15px;
    }

    #slider .slide {
        text-align: right;
    }

    #another-photos img {
        margin: 0 auto;
    }

    #map-citiesSelectBoxIt {
        margin: 0;
    }

    .acf-map {
        margin-top: 20px;
    }

    #colophon .logo-wrp img {
        margin: 60px auto;
    }

    .maheim {
        height: auto !important;
    }

    .maheim img {
        max-width: 100%;
        height: auto !important;
        min-height: 1px !important;
    }
    #header .search-form {
        float: none;
    }
    #header .search-form label {
        width: 100%;
    }

    #header .search-form label .search-field {
        width: 100%;
    }
    #nav {
        float: none;
    }
    #nav ul {
        margin-top: 20px;
    }
}


@media (min-width: 992px ) and (max-width: 1199px) {
    #about .half-wided,
    #target .half-wided {
        width: 455px;
    }

    .piekna-entry .post-meta,
    .piekna-entry.stu .post-meta {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    h1.site-logo a {
        text-align: center;
    }

    .lang-changer {
        left: 0;
        margin: 0 auto;
        text-align: center;
    }

    #nav > ul {
        text-align: center;
    }

    .site-logo {
        margin: 0;
    }
    #header .search-form {
        float: none;
    }
    #nav {
        float: none;
    }
    #nav ul {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1401px) {
    #about .half-wided,
    #target .half-wided {
        width: 555px;
    }.piekna-entry.stu .post-meta {
    max-width: 90%;
         }
}

#callpage > div.cp-button-section.cp-callpage__button { margin-bottom: 35px !important; }
#header .lang-changer .lang-item-sk,
#header .lang-changer .lang-item-pt,
#header .lang-changer .lang-item-ro,
#header .lang-changer .lang-item-hr,
#header .lang-changer .lang-item-ht,
#footer .lang-changer .lang-item-sk,
#footer .lang-changer .lang-item-pt,
#footer .lang-changer .lang-item-ro,
#footer .lang-changer .lang-item-hr,
#footer .lang-changer .lang-item-ht {
    display: none !important;
}

table.pdb-signup tr.checkbox {
	display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table.pdb-signup tr.checkbox th {
	display: none;
}
table.pdb-signup tr.checkbox td {
	position: relative;
    height: 95px;
    padding-left: 20px;
}
table.pdb-signup tr.checkbox:last-child td {
    height: 50px!important;
}
table.pdb-signup tr.checkbox td .helptext {
	width: 500px;
    position: absolute;
    top: 0px;
    margin-left: 10px;
}
table.pdb-signup input[type=checkbox] {
	top: 0px;
	width: 18px;
    height: 18px;
}
[for="pdb-przetwarzanie_danych_osobowych"], [for="pdb-rodo"] {
	border: #fff 0px solid!important;
}