/*
Theme Name: mextri-theme
Author: digibee.pl
Description: Theme for mextri.
Version: 1.0
Text Domain: mextri
*/


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/


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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;

}

h2 {
	font-size: 20px;

}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

.fnt-montserrat {
	font-family: 'Montserrat', sans-serif;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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: #fff !important;
	background: transparent;
	background-image: none;
	border: 1px solid #b9b9b9;
	border-radius: 0;
	display: block;
	font-size: 14px;
	padding: 8px 12px;
	width: 100%;
}

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: #fff !important;
	border: 1px solid #fff;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button, input[type="button"],
input[type="submit"],
.contact-btn {
		position: relative;
	  display: inline-block;
	  font-size: 16px;
	  padding: 10px 55px 10px 20px;
	  color: #fff;
	  background: #acca00;
	  border-radius: 0 0 20px 0px;
    border: 0px solid #000;
    color: #fff;
		cursor: pointer;
    transition: all .3s;
}
.contact-btn::after {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 25px;
    line-height: 1;
    transform: translateY(-50%);
    transition: all .3s;
}
.contact-btn:hover::after { right: 15px; }
.contact-info {
    padding-bottom: 15px;
    font-size: 14px;
		color: #fff;
}
.contact-checkbox .wpcf7-list-item {
    margin: 0;
    margin-bottom: 10px;
}
.contact-checkbox label {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
}
.contact-checkbox label a {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
		margin-left: 5px;
		text-decoration: underline;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 10px 0;
    border: 0px solid #b9b9b9 !important;
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    font-weight: normal;
    display: block;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  padding: 10px 25px;
}


::-webkit-input-placeholder {
	color: #b9b9b9 !important;
}

:-moz-placeholder {
	color: #b9b9b9 !important;
}

::-moz-placeholder {
	color: #b9b9b9 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #b9b9b9 !important;
}

/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

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

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #222;
	outline: 0;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

#page {
	position: relative;
	word-wrap: break-word;
}

.container {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 15px;
}
.flexrow {
    display: flex;
}

.site-content {
    padding-top: 110px;
		overflow: hidden;
}
.home .site-content {
    padding-top: 0px;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    padding: 20px 0;
		background: #fff;
		transition: all .3s;
}
.admin-bar .main-header { top: 32px; }
.home .main-header { background: transparent; }

.main-header.header-fixed,
.home .main-header.header-fixed {
		padding: 15px 0;
		background: #fff;
}


.header-logo { flex: 0 0 200px; }
.header-logo a { display: inline-block; }
.header-logo, .header-logo a,
.header-logo img {
		height: 50px;
		transition: all .3s;
}
.header-fixed .header-logo, .header-fixed .header-logo a,
.header-fixed .header-logo img { height: 40px; }


.header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding: 8px 0px 8px 0;
    height: 50px;
		opacity: 1;
		transition: all .3s;
}
.header-fixed .header-right {
    padding: 3px 0px 3px 0;
    height: 40px;
}

.openmenu .header-right { opacity: 0; }

.header-btn {
    flex: 0 0 120px;
    text-align: right;
}
.header-btn span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 3px 12px;
    display: inline-block;
    border: 1px solid #000;
		cursor: pointer;
		transition: all .3s;
}
.home .header-btn span {
		color: #fff;
		border: 1px solid #fff;
}
.header-fixed .header-btn span,
.home .header-fixed .header-btn span {
		color: #000;
		border: 1px solid #000;
}

.header-btn span:hover { border-color: #acca00 !important; }
.header-btn span i {
		font-size: 16px;
		padding-right: 5px;
}
.header-tel {
    flex: 0 0 180px;
		padding-right: 20px;
    align-self: center;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.home .header-tel { color: #fff; }

.header-fixed .header-tel,
.home .header-fixed .header-tel {
		color: #000;
}

.header-lang {
    flex: 0 0 80px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}
.header-lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
		float: right;
    height: 34px;
    width: 72px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff;
		position: relative;
		padding-top: 34px;
}
.lang-item.current-lang {
    position: absolute;
    top: 0;
}
.header-lang ul:hover {
		height: auto;
		border: 1px solid #000;
}
.home .header-lang ul {
		border: 1px solid transparent;
		background: transparent;
}
.home .header-lang ul:hover { border: 1px solid #fff; }
.home .header-fixed .header-lang ul:hover { border: 1px solid #000; }

.home .header-fixed .header-lang ul {
		border: 1px solid #fff;
		background: #fff;
}
.header-lang ul li { padding: 4px 0; }
.header-lang ul li a {
    color: #000;
    line-height: 1;
    padding: 3px 10px;
		position: relative;
		display: inline-block;
		width: 70px;
    padding-left: 30px;
}
.header-lang ul li.lang-item-pl a::before,
.header-lang ul li.lang-item-de a::before,
.header-lang ul li.lang-item-en a::before {
    content: '';
    position: absolute;
		top: 4px;
		left: 10px;
		width: 19px;
		height: 13px;
    background-size: contain;
}
.header-lang ul li.lang-item-pl a::before {
    background-image: url(http://www.temex.com.pl/wp-content/themes/temex/img/flag-pl.png);
}
.header-lang ul li.lang-item-de a::before {
    background-image: url(http://www.temex.com.pl/wp-content/themes/temex/img/flag-de.png);
}
.header-lang ul li.lang-item-en a::before {
    background-image: url(http://www.temex.com.pl/wp-content/themes/temex/img/flag-en.png);
}



.home .header-lang ul li a { color: #fff; }
.home .header-fixed .header-lang ul li a { color: #000; }


.sidebar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(90deg, transparent, black);
    z-index: 9999;
    padding: 70px 30px 50px 30px;
		transform: translateX(100%);
		transition: transform .3s;
}
.admin-bar .sidebar-menu { top: 32px; }

.openmenu .sidebar-menu {
		transform: translateX(0%);
}
.sidebar-menu-close {
    position: absolute;
    top: 20px;
    right: 30px;
}

.sidebar-menu-close span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 3px 12px;
    display: inline-block;
    border: 1px solid #fff;
		cursor: pointer;
		transition: all .3s;
}
.sidebar-menu-close span:hover { border-color: #acca00; }
.sidebar-menu-close span i { padding-right: 5px; }
.sidebar-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu-container ul li {
    padding: 5px 0;
		text-align: right;
}
.sidebar-menu-container ul li a {
    font-size: 22px;
    color: #fff;
		transition: all .3s;
}
.sidebar-menu-container ul li a:hover { color: #acca00; }




.undermenu-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
		visibility: hidden;
		opacity: 0;
		z-index: 9998;
		transition: all .3s;
}
.openmenu .undermenu-layer {
		visibility: visible;
		opacity: 1;
}
/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.home-start-slider {
    position: relative;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		min-height: 450px;
}
.start-slider.slick-slider,
.start-slider.slick-slider .slick-list,
.start-slider.slick-slider .slick-track {
		height: 100%;
}
.start-slider-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.start-slider-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    background: -moz-linear-gradient(top, black 0%, transparent 100%);
    background: -webkit-linear-gradient(top, black 0%, transparent 100%);
    background: linear-gradient(to bottom, black 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='transparent',GradientType=0 );
}
.start-slider-item .container {
    position: relative;
    height: 100%;
}
.start-slider-box {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-25%);
    width: 750px;
		color: #fff;
}
.start-slider-title h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin: 0;
		padding-bottom: 10px;
		line-height: 1;
}
.start-slider-title h2::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 80%;
		height: 1px;
		background: #fff;
}
.start-slider-text p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
		margin: 0;
		padding: 20px 0;
}
.start-slider-btn a,
.home-news-btn {
		position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 10px 55px 10px 20px;
    color: #fff;
    background: #acca00;
    border-radius: 0 0 20px 0px;
}
.start-slider-btn a::after,
.home-news-btn::after {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 25px;
    line-height: 1;
    transform: translateY(-50%);
    transition: all .3s;
}
.start-slider-btn a:hover::after,
.home-news-btn:hover::after { right: 15px; }
.start-slider-footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
		height: 40px;
    left: 0;
}
.start-slider-footer .container { position: relative; }
.prev-arrow-slider,
.next-arrow-slider,
.recomm-prev,
.recomm-next {
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
		cursor: pointer;
		transition: all .3s;
}
.recomm-prev,
.recomm-next { border: 1px solid #000; }
.prev-arrow-slider:hover,
.next-arrow-slider:hover,
.recomm-prev:hover,
.recomm-next:hover {
		border-color: #acca00;
}
.prev-arrow-slider {
    right: 70px;
}
.next-arrow-slider {
    right: 20px;
}
.home-zespol-container .prev-arrow-slider,
.home-zespol-container .next-arrow-slider {
		background: #fff;
}
.home-zespol-container .prev-arrow-slider {
		top: 260px;
		left: 0;
		right: auto;
		z-index: 10;
}
.home-zespol-container .next-arrow-slider {
		top: 260px;
		left: auto;
		right: 0;
		z-index: 10;
}

.prev-arrow-slider::before,
.next-arrow-slider::before,
.recomm-prev::before,
.recomm-next::before {
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 1px;
}

.recomm-prev::before,
.recomm-next::before,
.home-zespol-container .prev-arrow-slider::before,
.home-zespol-container .next-arrow-slider::before { color: #000; }
.prev-arrow-slider::before,
.recomm-prev::before {
    content: '\f104';
    left: 10px;
}
.next-arrow-slider::before,
.recomm-next::before {
    content: '\f105';
    left: 13px;
}
.recomm-arrow.recomm-prev {
    left: calc(50% - 50px);
    top: auto;
    bottom: 0px;
}
.recomm-arrow.recomm-next {
    right: calc(50% - 50px);
    top: auto;
    bottom: 0px;
}
.home-recomm-slider { padding-bottom: 50px; }






/* Services */
.home-services .sct-header h2 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    justify-content: center;
    margin: 20px 0;
}
.home-services .sct-header h2 span,
.home-projects .sct-header h2 span,
.footer-adresses .sct-header h2 span {
    height: 4px;
    background: #acca00;
    width: 5rem;
}
.home-services .sct-header h2 span:first-child,
.home-projects .sct-header h2 span:first-child,
.footer-adresses .sct-header h2 span:first-child,
.home-about .sct-header h2 span:first-child {
    margin-right: 2rem;
}
.home-services .sct-header h2 span:last-child,
.home-projects .sct-header h2 span:last-child,
.footer-adresses .sct-header h2 span:last-child,
.home-about .sct-header h2 span:last-child {
    margin-left: 2rem;
}
.home-services .flexrow {
    flex-wrap: wrap;
}
.home-projects .flexrow {
    margin: 0px -10px;
    flex-wrap: wrap;
}
.home-services-col {
		flex: 1;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		transition: all .3s;
}
.home-services-col:hover {
    flex: 0 0 25%;
}


.home-projects-col {
    flex: 0 0 25%;
    padding: 0px 10px 20px 10px;
}
.home-services-item {
		position: relative;
		padding: 70px 30px 90px 30px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		height: 440px;
}
.home-service-icon {
    width: 70px;
    height: 70px;
    margin: 0px auto;
    background-size: contain;
    position: relative;
    filter: contrast(0);
		transition: all .3s;
}
.home-services-usluga:hover .home-service-icon {
		filter: none;
}
.home-services-col.home-services-last { background: #acca00; }
.home-services-usluga .home-services-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
		transition: all .3s;
}
.home-services-usluga:hover .home-services-item::before {
		background: rgb(0 0 0 / 50%);
}
.home-services-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center center;
    transition: all .5s;
}
.home-services-usluga:hover .home-services-img { top: -10%; }



.home-services-usluga .home-services-item h3 {
    position: absolute;
    top: 40%;
    left: 50%;
    color: #fff;
    font-size: 23px;
    margin: 0;
    line-height: 1;
    width: 100%;
    max-width: 260px;
    text-align: center;
    padding: 0px 25px;
    transform: translateX(-50%);
}
.home-services-usluga .home-services-item span {
    position: absolute;
    bottom: 20px;
    left: 50%;
		width: 125px;
    color: #fff;
    padding-right: 25px;
    font-size: 16px;
		cursor: pointer;
    transform: translate(-50%, 45px);
    transition: all .3s;
}
.home-services-usluga .home-services-item span::before {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0px;
    line-height: 1;
    transform: translateY(-50%);
    transition: all .5s;
}
.home-services-usluga .home-services-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #b2cc03;
    transform: translateY(5px);
    transition: all .5s;
}
.home-services-usluga:hover .home-services-item::after { transform: translateY(0); }
.home-services-usluga:hover .home-services-item span { transform: translate(-50%, 0px); }


/* Portfolio */

.home-projects {
    padding: 70px 0;
    background: #1a1a1a;
    background-image: url(http://www.temex.com.pl/wp-content/uploads/2020/11/Comarch-Krakow.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.home-projects .sct-header h2 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
}
.home-projects-col {
    flex: 0 0 25%;
    padding: 0px 10px 20px 10px;
}
.home-projects-item {
    position: relative;
    display: flex;
}
.grid-item {
		padding: 10px;
		width: 33.333%;
}
.grid-item .home-projects-item {
		width: 100%;
		height: 100%;
		cursor: pointer;
		background-size: cover;
		background-position: center center;
		transition: all .3s;
}

.grid-size-0 { height: 200px; }
.grid-size-1 { height: 400px; }

.home-projects-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
		transition: all .3s;
}
.home-projects-item:hover::before {
    background: rgb(0 0 0 / 25%);
}
.home-projects-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    transform: translateY(-50%);
}
.home-projects-title h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1;
}


/* Clients */

.home-clients { padding: 70px 0; }
.home-clients::after {
    content: '';
    display: block;
    clear: both;
}
.home-clients .sct-header h2,
.archive-home-header .sct-header h2 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-clients .sct-header h2 span,
.archive-home-header .sct-header h2 span {
    height: 4px;
		margin-left: 2rem;
    background: #acca00;
    width: 5rem;
}
.home-clients-recomm {
    padding-bottom: 70px;
}
.home-clients-item { padding: 0px 35px 0px 0px; }
.home-recomm-item { padding: 20px 50px 20px 0; }
.home-recomm-item p { margin-bottom: 15px; }
.home-recomm-item-footer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
		padding-top: 15px;
}
.home-recomm-item-img { flex: 0 0 70px; }
.home-recomm-item-desc {
    flex: 1;
    align-self: center;
    padding-left: 10px;
}
.home-recomm-item-desc h4 { margin: 0; }
.home-recomm-refer-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 8px 45px 8px 15px;
    color: #fff !important;
    background: #acca00;
		line-height: 1;
    border-radius: 0 0 20px 0px;
		cursor: pointer;
		transition: all .3s;
}
.home-recomm-refer-btn::before {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
		top: 7px;
    right: 20px;
    color: #fff;
		transition: all .3s;
}
.home-recomm-refer-btn:hover::before {
	transform: translateX(5px);
}

.home-clients-more { text-align: center; }
.home-clients-more span {
    font-size: 25px;
    display: inline-flex;
    width: 35px;
    height: 35px;
    padding: 5px 5px;
		cursor: pointer;
		transition: all .3s;
}
.home-clients-more span:hover { opacity: .7; }
.home-clients-logos.active .home-clients-more span { transform: rotate(180deg); }

.home-clients-boxlist,
.home-clients-logos.active .home-clients-slider { display: none; }
.home-clients-logos.active .home-clients-boxlist { display: block; }
.home-clients-boxlist .flexrow {
    flex-wrap: wrap;
    margin: 0px -10px;
}
.home-clients-box-item {
    flex: 0 0 14.25%;
    padding: 0px 10px;
}



/* News */

.home-news {
    padding: 70px 0;
    background: #f3f3f3;
}
.home-news .sct-header h2 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-news .sct-header h2 span {
    height: 4px;
		margin-left: 2rem;
    background: #acca00;
    width: 5rem;
}
.home-news-container {
    display: flex;
    margin: 0px -10px;
		flex-wrap: wrap;
}
.home-news-col {
    flex: 0 0 33.333%;
    padding: 0px 10px;
		padding-bottom: 20px;
}
.home-news-item h3 {
    font-size: 22px;
		padding-top: 5px;
    padding-right: 30px;
    line-height: 1.2;
}
.home-news-item a {
    display: block;
    transition: all .3s;
}
.home-news-item a:hover { opacity: .8; }
.home-news-btn:hover { color: #fff; }
.home-news-img {
    border: 1px solid #d6d6d6;
    background: #fff;
    display: flex;
    margin-bottom: 10px;
}


/* About us */

.home-about {
    padding: 70px 0;
    position: relative;
}

.home-about .sct-header h2 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
		justify-content: center;
}
.home-about .sct-header h2 span {
    height: 4px;
		margin-left: 2rem;
    background: #acca00;
    width: 5rem;
}
.home-about-container {
    max-width: 800px;
    position: relative;
    margin: 0px auto;
		text-align: justify;
}

.run-information{
padding: 70px 0;
    position: relative;
    font-size: large;
}

.run-information p {
    font-size: large;
}

.run-container {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 20px;
}

.run-information-container{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

}

.run-information-container .prev-arrow-slider,
.run-information-container .next-arrow-slider {
		background: #fff;
}
.run-information-container .prev-arrow-slider {
		top: 260px;
		left: 0;
		right: auto;
		z-index: 10;
}
.run-information-container .next-arrow-slider {
		top: 260px;
		left: auto;
		right: 0;
		z-index: 10;
}


/* Home zespol */
.home-zespol-item {
    padding: 20px 0px;
    display: flex;
}
.home-zespol-itemimg {
    flex: 0 0 250px;
}

.home-zespol-itemcontent {
    flex: 1;
    align-self: center;
    padding: 20px 0px 20px 30px;
}
.home-zespol-itemimg img {
    width: 100%;
    height: auto;
}
.home-zespol-item.home-zespol-item-rv .home-zespol-itemcontent {
	 	padding-left: 0;
		padding-right: 20px;
}
.home-zespol-item h3 {
    position: relative;
    margin: 0;
}
.home-zespol-item h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b1d100;
    transform: translateY(-50%);
		z-index: -1;
}
.home-zespol-itemcontent span {
    background: #fff;
    display: inline-block;
    padding-right: 10px;
}
.home-zespol-item.home-zespol-item-rv .home-zespol-itemcontent span {
    padding-right: 0px;
		padding-left: 10px;
}
.home-zespol-item-pos {
    display: block;
    line-height: 1.2;
}
.home-zespol-item.home-zespol-item-rv h3,
.home-zespol-item.home-zespol-item-rv .home-zespol-item-pos {
	 	text-align: right;
}
.home-zespol-item p {
    padding-top: 10px;
    text-align: justify;
		margin-bottom: 0;
}


/* How we work */

.home-howwework {
    padding: 70px 0;
    background: #1a1a1a;
}
.home-howwework .sct-header h2 {
    display: flex;
    align-items: center;
		color: #fff;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-howwework .sct-header h2 span {
    height: 4px;
		margin-left: 2rem;
    background: #acca00;
    width: 5rem;
}

.home-howwework .flexrow {
    margin: 0px -15px;
}
.home-howwework-col {
    padding: 0px 15px;
    flex: 0 0 25%;
}
.home-howwework-img {
    padding: 20px 100px 20px 0;
}
.home-howwework-title h3 {
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}
.home-howwework-title p {
    color: #fff;
}

/* Home attr */

#home-ourattr-tabs {
    max-width: 650px;
		position: relative;
}
.home-ourattr-tabs-squares {
    display: flex;
    margin: 0px -10px;
    width: 420px;
    flex-wrap: wrap;
		transition: all .5s;
}
.home-ourattr-tabs-square {
    flex: 0 0 50%;
    padding: 10px;
		transition: all .5s;
}
#home-ourattr-tabs.active-1 .home-ourattr-tabs-squares,
#home-ourattr-tabs.active-2 .home-ourattr-tabs-squares,
#home-ourattr-tabs.active-3 .home-ourattr-tabs-squares,
#home-ourattr-tabs.active-4 .home-ourattr-tabs-squares {
		opacity: 0;
		visibility: hidden;
}
.home-ourattr-tabs-box {
    position: relative;
    height: 120px;
    border: 1px solid #cecece;
    cursor: pointer;
    transition: all .3s;
}
.home-ourattr-tabs-box:hover {
    background: #acca00;
    border: 1px solid #acca00;
}

.home-ourattr-tabs-box span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 19px;
    font-weight: 600;
}
.home-ourattr-tabs-box::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
}
.home-ourattr-tabs-box.home-ourattr-tabs-1::before {
		background: url(http://www.temex.com.pl/wp-content/uploads/2020/12/experience.png);
		background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.home-ourattr-tabs-box.home-ourattr-tabs-2::before {
		background: url(http://www.temex.com.pl/wp-content/uploads/2020/12/quality.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
}
.home-ourattr-tabs-box.home-ourattr-tabs-3::before {
		background: url(http://www.temex.com.pl/wp-content/uploads/2020/12/technology-1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
}
.home-ourattr-tabs-box.home-ourattr-tabs-4::before {
		background: url(http://www.temex.com.pl/wp-content/uploads/2020/12/team2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
}
.home-ourattr-tabs-container {
    width: 100%;
    height: 280px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
		transition: all .5s;
}
#home-ourattr-tabs.active-1 .home-ourattr-tabs-container,
#home-ourattr-tabs.active-2 .home-ourattr-tabs-container,
#home-ourattr-tabs.active-3 .home-ourattr-tabs-container,
#home-ourattr-tabs.active-4 .home-ourattr-tabs-container {
		opacity: 1;
		visibility: visible;
}

.home-ourattr-stab {
    position: absolute;
    top: 10px;
    padding: 10px 15px 15px 15px;
    border: 1px solid #cecece;
		opacity: 0;
		visibility: hidden;
}
.home-ourattr-stab p { margin: 0; }
#home-ourattr-tabs.active-1 .home-ourattr-stab-1,
#home-ourattr-tabs.active-2 .home-ourattr-stab-2,
#home-ourattr-tabs.active-3 .home-ourattr-stab-3,
#home-ourattr-tabs.active-4 .home-ourattr-stab-4 {
		opacity: 1;
		visibility: visible;
}
.home-ourattr-stab span {
    font-size: 18px;
    padding-bottom: 9px;
    padding-right: 40px;
    display: block;

}

.home-ourattr-tabs-close {
    position: absolute;
    top: 23px;
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    z-index: 10;
    cursor: pointer;
}
.home-ourattr-tabs-close i {
    position: absolute;
    top: 2px;
    left: 5px;
}




/* Team */
.home-team { padding: 70px 0; }
.home-team .sct-header h2 {
    display: flex;
    align-items: center;
		justify-content: center;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-team .sct-header h2 span {
    height: 4px;
    background: #acca00;
    width: 5rem;
}
.home-team .sct-header h2 span:first-child {
    margin-right: 2rem;
}
.home-team .sct-header h2 span:last-child {
	margin-left: 2rem;
}

.home-team-content {
    text-align: center;
}
.home-team-item {
    display: inline-block;
    width: 330px;
    padding: 15px;
    border: 1px solid #d4d4d4;
    margin: 10px;
}
.home-team-box {
    display: flex;
    width: 100%;
}
.home-team-img {
    width: 100px;
}
.home-team-desc {
    flex: 1;
    text-align: left;
    align-self: center;
    padding-left: 15px;
}

#cookie-notice {
    background: #000 !important;
}
#cn-accept-cookie {
    background: #acca00 !important;
    padding: 10px 15px !important;
    border-radius: 0px 0px 10px 0px !important;
}

/* Contact */

.home-contact {
    padding: 70px 0;
    background: #f3f3f3;
}
.home-contact .sct-header h2 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-contact .sct-header h2 span {
    height: 4px;
		margin-left: 2rem;
    background: #acca00;
    width: 5rem;
}

.contact-form-col {
    flex: 0 0 45%;
}
.contact-form-infos {
    flex: 1;
    padding-left: 30px;
}

.contact-row {
    display: flex;
    margin: 0px -10px;
}
.contact-col {
    flex: 0 0 50%;
    padding: 7px 10px;
}
.contact-message { padding: 7px 0; }
.contact-form-address {
    padding-bottom: 7px;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
}
.contact-form-address span { font-weight: 600; }

.contact-form-address::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
    line-height: 1;
}
.contact-form-address.contact-form-place::after { content: '\f041'; }
.contact-form-address.contact-form-email::after { content: '\f064'; }
.contact-form-address.contact-form-tel::after { content: '\f095'; }
.contact-form-infos-map {
    margin-top: 7px;
    border: 1px solid #b9b9b9;
}

/* Downloads */

.downloads-sct { padding-bottom: 50px; }
.download-cats-header {
    display: block;
    width: 100%;
    padding: 0px 10px;
    padding-bottom: 50px;
}
.download-cats-filter {
    padding: 0;
    border-top: 1px solid #acca00;
    border-bottom: 1px solid #acca00;
    display: block;
}
.cats-filter, .cats-filter-main {
    display: inline-block;
		font-weight: 600;
    cursor: pointer;
}
.cats-filter span {
    display: block;
    padding: 15px 20px;
		transition: all .3s;
}
.cats-filter.cat-active, .cats-filter:hover span,
.cats-filter-main.cat-active, .cats-filter-main:hover span {
		background: #acca00;
		color: #fff;
}
.cats-filter-min span.cat-active, .cats-filter-min:hover span { background: #C5DAEC; }
.cats-filter-gip span.cat-active, .cats-filter-gip:hover span { background: #D3DE92; }
.cats-filter-thr span.cat-active, .cats-filter-thr:hover span { background: #FCEB85; }
.cats-filter-fou span.cat-active, .cats-filter-fou:hover span { background: #EBBC63; }
.cats-filter-hel span.cat-active, .cats-filter-hel:hover span { background: #D3DADA; }
.download-container {
    display: block;
    width: 100%;
    position: relative;
    min-height: 200px;
}
.download-item {
    flex: 0 0 33.333%;
    padding: 10px;
		margin-bottom: 20px;
}
.download-item-content {
    position: relative;
    border: 1px solid #efefef;
    padding: 15px 15px 50px 15px;
    transition: all .3s;
    height: 100%;
}
.download-item-cats span {
    padding-right: 10px;
}
.download-item-content:hover { box-shadow: 0px 0px 10px #f1f1f1; }
.download-item-content h3 {
    margin: 0;
    padding: 10px 0;
}
.download-item-content a {
		position: absolute;
		bottom: 15px;
		left: 15px;
    color: #ffffff;
    background: #b1d100;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 0px 0px 7px 0px;
		transition: all .3s;
}
.download-item-content a:hover { color: #000; }
#download-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
}
.#download-loading.active {
		opacity: 1;
		visibility: visible;
}
.download-loading-bar {
    background: #acca00;
    height: 3px;
    position: relative;
}
.download-loading-bar span {
    position: relative;
    top: -1px;
    display: block;
    left: 0;
    right: 100%;
    width: 100px;
    height: 5px;
    background: #fff;
    animation: borealisBar 1.5s linear infinite;
}
.download-list {
    padding-top: 15px;
    border-top: 1px solid #d3d3d3;
}
.download-list span {
    display: block;
    font-weight: 600;
}
.download-list a::before {
    content: '> ';
    color: #acca00;
}


@keyframes borealisBar {
	0% {
		left:0%;
		right:100%;
		width:0%;
	}
	25% {
		left:0%;
		right:75%;
		width:50%;
	}
	75% {
		right:0%;
		left:75%;
		width:50%;
	}
	100% {
		left:100%;
		right:0%;
		width:0%;
	}
}
.download-nopost {
    display: block;
    width: 100%;
    text-align: center;
}
.download-container .flexrow {
    transition: all .5s;
}
.download-container .flexrow.loading {
    opacity: 0;
		transform: translateY(30px);
}




/* Single article */
.single-news-header { display: flex; }

.single-news-img { flex: 0 0 45%; }
.single-news-img img {
    display: flex;
    border: 1px solid #d6d6d6;
}
.single-news-titles {
    flex: 1;
    padding-left: 50px;
    align-self: center;
}
.single-news-titles-box h1 {
    position: relative;
    font-size: 35px;
    line-height: 1;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.single-news-titles-box h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #acca00;
    width: 5rem;
}
.single-news-container {
    max-width: 700px;
    margin: 0px auto;
    padding: 40px 0;
}




/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.single-news-socials { padding: 20px 0; }
.resp-sharing-button__link {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eaeaea;
    margin-right: 5px;
    color: #636363;
    padding: 3px 5px;
    text-align: center;
		transition: all .5s;
}

.resp-sharing-button__link:hover { color: #000000; }


img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}
img.lazy.loaded {
    opacity: 1;
}

img.lazy {
    opacity: 0;
    transition: opacity .3s;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

audio:focus,
video:focus {
	outline: thin dotted;
}


embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

/*--------------------------------------------------------------
Slick slider
--------------------------------------------------------------*/
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Footer */
footer { background: #101010; }
.footer-more { padding: 40px 0px 20px 0; }
.footer-adresses {
    padding: 20px 0px 30px 0;
    background: #212121;
}
.footer-adresses .sct-header h2 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #fff;
		justify-content: center;
}



.footer-row {
    display: flex;
    margin: 0px -10px;
}
.footer-col-adresses {
    flex: 0 0 45%;
    padding: 0px 10px;
}
.footer-col-maps {
    flex: 0 0 55%;
    padding-top: 100px;
    padding-left: 20px;
}

.footer-col {
    flex: 0 0 40%;
    padding: 0px 10px 20px 30px;
}
.footer-col-x2 {
	flex: 0 0 60%;
	padding: 0px 30px 20px 10px;
	border-right: 1px solid #2d2d2d;
}
.footer-col-title p {
    color: #fff;
    margin-bottom: 10px;
}
.footer-col-title p a {
    color: #fff;
}

.footer-col-adresses-row {
		padding-top: 20px;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
}
.footer-f-col {
		flex: 0 0 100%;
    padding: 10px;
    border: 1px solid transparent;
    transition: all .3s;
}
.footer-f-col-man {
    flex: 0 0 100%;
    padding: 15px;
    border: 1px solid transparent;
}
.footer-f-col:hover, .footer-f-col.active { border: 1px solid #acca00; }
.footer-col-title h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
    height: 25px;
    margin-top: 0rem;
    font-weight: 500;
}
.footer-col-contacts { padding-top: 10px; }
.footer-col-contacts a {
		transition: all .3s;
		color: #8a8a8a;
		word-break: break-word;
}
.footer-col-contacts a:hover { color: #acca00; }

.footer-col-contacts-row {
    display: flex;
    width: 100%;
}
.footer-col-contacts-one {
    flex: 0 0 auto;
    padding-right: 20px;
}
.footer-col-contacts-two { flex: 1; }
.footer-col-contacts-img {
    flex: 0 0 80px;
    padding-right: 15px;
}
.footer-col-contacts-img img { border-radius: 2px; }







.footer-f-col .footer-col-title h3 {
    margin: 0;
}
.footer-f-col span {
    font-size: 14px;
    display: block;
    color: #8a8a8a;
}
.footer-address {
    padding-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    color: #8a8a8a;
}
.footer-address::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 19px;
    line-height: 1;
}
.footer-address.footer-place::after { content: '\f041'; }
.footer-address.footer-tel::after { content: '\f095'; }
.footer-address.footer-email::after { content: '\f064'; }
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    padding-bottom: 10px;
    display: inline-block;
    width: 49%;
}
.footer-links ul li a {
    font-size: 14px;
    color: #8a8a8a;
}
.footer-logo {
    margin-bottom: 20px;
    margin-top: 2rem;
}
.footer-logo img { height: 30px; }
.footer-col p {
    color: #8a8a8a;
    font-size: 14px;
}
.footer-other-pages span {
    font-size: 14px;
    color: #8a8a8a;
    display: block;
		padding-bottom: 5px;
}
.footer-other-pages a {
    display: inline-block;
    margin-right: 10px;
}
.footer-other-pages a img { height: 25px; }





.footer-bottom {
    border-top: 1px solid #2d2d2d;
    padding-top: 30px;
    color: #8a8a8a;
}



.dark-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;
    z-index: 990;
		opacity: 0;
		visibility: hidden;
		transition: all .5s;
}
body.popup-active .dark-layer,
body.project-active .dark-layer,
body.service-active .dark-layer {
		opacity: 1;
		visibility: visible;
}
.services-popup {
    position: fixed;
    display: flex;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 500px;
    background: #fff;
    z-index: 991;
		opacity: 0;
		visibility: hidden;
		transform: translate(-50%, -50%);
    transition: all .3s;
}
body.service-active .services-popup {
		opacity: 1;
		visibility: visible;
}

#services-popup::before,
#projects-popup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
		opacity: 0;
		visibility: hidden;
    z-index: 10;
		transition: all .5s;
}

#services-popup.fade-services::before,
#projects-popup.fade-projects::before {
		opacity: 1;
		visibility: visible;
}

.services-container-box {
    position: relative;
    width: 100%;
}
.services-img {
    float: left;
		width: 40%;
		height: 100%;
		position: relative;
		background-size: cover;
		background-position: center center;
}
.services-gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.project-gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
		background-position: center;
}
.services-gallery-slider.slick-slider,
.services-gallery-slider.slick-slider .slick-track,
.services-gallery-slider.slick-slider .slick-list,
.project-gallery-slider.slick-slider,
.project-gallery-slider.slick-slider .slick-track,
.project-gallery-slider.slick-slider .slick-list { height: 100%; }
.services-desc {
    float: right;
		width: 60%;
		height: 100%;
    padding: 40px 15px 30px 30px;
}
.services-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000ad, transparent);
}
.services-img h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0px 30px;
    font-size: 35px;
		line-height: 1.2;
    color: #fff;
    margin: 0;
    transform: translateY(-50%);
}
.services-desc-content {
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}
.services-desc-content p {
		padding-right: 15px;
}
.service-popup-cls {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
		cursor: pointer;
		transition: all .5s;
}
.service-popup-cls:hover { color: #acca00; }
.service-popup-cls::before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: -1px;
    left: 3px;
}



.projects-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: 70%;
    background: #fff;
		opacity: 0;
		visibility: hidden;
		z-index: 991;
    transform: translate(-50%, -50%);
		transition: all .3s;
}
body.project-active .projects-popup {
		opacity: 1;
		visibility: visible;
}

.project-content {
    position: relative;
    height: 100%;
}
.project-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
		opacity: .5;
    z-index: 1;
		cursor: pointer;
		transition: all .5s;
}
.project-close:hover { opacity: 1; }
.project-close::before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 8px;
}
.project-content-box {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
}
.project-content-box::-webkit-scrollbar {
  display: none;
}

.project-desc-box::-webkit-scrollbar-track,
.services-desc-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	background-color: rgba(255, 255, 255, 0.2);
}
.project-desc-box::-webkit-scrollbar,
.services-desc-content::-webkit-scrollbar {
	width: 6px;
	background-color:  rgba(255, 255, 255, 0);
}
.project-desc-box::-webkit-scrollbar-thumb,
.services-desc-content::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
	background-color: rgba(0, 0, 0, 0.2);
}

.project-content-row {
    position: relative;
    height: 100%;
		width: 1200px;
}
.project-content-row.without-desc { width: 720px; }
.project-content-row::after {
    content: '';
    display: block;
    clear: both;
}
.project-desc {
    padding: 25px;
    float: left;
    width: 40%;
		height: 100%;
		position: relative;
}
.project-content-row.without-desc .project-desc {
    display: none;
}
.project-desc-box {
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}
.project-gallery {
    float: right;
    width: 60%;
    height: 100%;
}
.project-content-row.without-desc .project-gallery {
    width: 100%;
}
.project-title {
    position: relative;
    padding-bottom: 30px;
		padding-right: 10px;
}
.project-title::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 4px;
    background: #acca00;
    width: 5rem;
}
.project-desc-box p { padding-right: 10px; }
.project-title h3 {
		font-size: 30px;
		margin: 0;
}
.project-arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    opacity: .5;
    font-size: 30px;
    line-height: 1;
    padding: 1px 10px;
    z-index: 1;
		cursor: pointer;
		transform: translateY(-50%);
		transition: all .5s;
}
.project-arrow:hover { opacity: 1; }
.project-prev {
		left: 0;
}
.project-next {
		right: 0;
		padding: 1px 13px;
}




/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}


/* Responsives */

@media (max-width: 1499px) {
	.home-about::before { right: -40px; }


}

@media (max-width: 1399px) {
	.home-about::before { right: -140px; }
	.home-services-usluga .home-services-item h3 {
		font-size: 22px;
		max-width: 225px;
	}


}


@media (max-width: 1199px) {
	.start-slider-title h2 { font-size: 42px; }
	.start-slider-text p { font-size: 20px; }
	.home-services-item {
	    padding: 70px 15px 90px 15px;
	    height: 350px;
	}
	.home-services-usluga .home-services-item h3 {
	    font-size: 21px;
	    max-width: 200px;
	    padding: 0px 15px;
	}
	.services-popup, .project-content-row { width: 940px; }
	.project-content-row.without-desc { width: 720px; }
	.home-projects-title h3 { font-size: 23px; }
	.home-services .sct-header h2,
	.home-projects .sct-header h2,
	.home-clients .sct-header h2, .archive-home-header .sct-header h2,
	.home-news .sct-header h2,
	.home-team .sct-header h2,
	.home-contact .sct-header h2 {
			font-size: 34px;
	}
	#home-ourattr-tabs { max-width: 590px; }
	.home-about::before { right: -260px; }
	.home-services-item {
		padding: 60px 15px 90px 15px;
	}
	.home-service-icon {
		width: 55px;
		height: 55px;
	}
	.home-services-usluga .home-services-item h3 {
		font-size: 19px;
		max-width: 185px;
	}

}

@media (max-width: 991px) {
	.header-logo, .header-logo a, .header-logo img { height: 40px; }
	.header-right {
	    padding: 3px 0px 3px 0;
	    height: 40px;
	}
	.header-btn { flex: 0 0 115px; }
	.header-tel {
	    flex: 0 0 175px;
	    padding-right: 10px;
	}
	.start-slider-title h2 { font-size: 40px; }
	.start-slider-text p { font-size: 18px; }
	.home-services .sct-header h2,
	.home-projects .sct-header h2,
	.home-clients .sct-header h2,
	.archive-home-header .sct-header h2,
	.home-news .sct-header h2,
	.home-team .sct-header h2,
	.home-contact .sct-header h2, .home-about .sct-header h2,
	.footer-adresses .sct-header h2 {
	    font-size: 32px;
			margin: 15px 0;
	}
	.home-services-col, .home-services-col:hover { flex: 33.333%; }
	.home-services-item {
	    padding: 30px 15px 75px 15px;
	    height: 300px;
	}
	.home-services-usluga .home-services-item h3 {
		font-size: 20px;
		max-width: 220px;
	}	
	.services-popup, .project-content-row { width: 730px; }
	.project-content-row.without-desc { width: 720px; }
	.services-img { width: 45%; }
	.services-desc { width: 55%; }
	.home-projects { padding: 45px 0; }
	.home-projects-title h3 { font-size: 20px; }
	.home-clients { padding: 45px 0; }
	.home-news-item h3 { font-size: 20px; }
	.home-ourattr-tabs-box { height: 100px; }
	.home-ourattr-tabs-squares { width: 380px; }
	.home-ourattr-tabs-box::before {
	    width: 60px;
	    height: 60px;
	}
	.home-about::before {
	    right: -330px;
	}
	.home-about-container { max-width: 520px; }
	.home-ourattr-stab { background: #fff; }
	.home-ourattr-tabs-box span { font-size: 17px; }
	.footer-row { flex-wrap: wrap; }
	.footer-col-adresses, .footer-col-maps { flex: 0 0 100%; }
	.grid-size-0 { height: 180px; }
	.grid-size-1 { height: 360px; }
	.project-title h3 { font-size: 26px; }
	.project-desc { width: 45%; }
	.project-gallery { width: 55%; }
	#home-ourattr-tabs { max-width: 100%; }
	.single-news-titles { padding-left: 30px; }
	.single-news-titles-box h1 { font-size: 32px; }
	.footer-f-col { flex: 0 0 50%; }
	.footer-col-contacts-row { flex-wrap: wrap; }
	.footer-col-contacts-one { padding-right: 0px; }
	.footer-col-contacts-two {
	    flex: 0 0 100%;
	    padding-top: 5px;
	    padding-left: 80px;
	}
	.footer-f-col-1 .footer-col-contacts-two { padding-left: 0; }
	.footer-col-maps {
	    padding-top: 40px;
	    padding-left: 0px;
	}





}


@media (max-width: 767px) {
	.header-tel { display: none; }
	.start-slider-title h2 { font-size: 32px; }
	.home-services .sct-header h2, .home-projects .sct-header h2,
	.home-clients .sct-header h2, .archive-home-header .sct-header h2,
	.home-news .sct-header h2, .home-team .sct-header h2,
	.home-contact .sct-header h2, .home-about .sct-header h2,
	.footer-adresses .sct-header h2 {
	    font-size: 28px;
	    margin: 15px 0;
	}
	.services-popup, .projects-popup, .project-content-row {
	    width: 570px;
			height: 350px;
	}
	.project-content-row.without-desc { width: 570px; }
	.project-title h3 { font-size: 20px; }
	.project-desc { padding: 20px; }
	.services-desc { padding: 40px 15px 30px 20px; }
	.grid-size-0 { height: 160px; }
	.grid-size-1 { height: 320px; }
	.home-clients-box-item { flex: 0 0 16.66%; }
	.home-news-item h3 {
	    font-size: 18px;
	    padding-right: 20px;
	}
	.home-recomm-item { padding: 20px 35px 20px 0; }
	.home-about::before { display: none; }
	.home-about-container { max-width: 570px; }
	.grid-item { padding: 5px; }
	.single-news-titles { padding-left: 20px; }
	.single-news-titles-box h1 {
	    font-size: 28px;
	    padding-bottom: 20px;
	    margin-bottom: 10px;
	}
	.footer-f-col { flex: 0 0 100%; }
	.footer-col-contacts-two {
	    flex: 1;
	    padding-top: 0;
	    padding-left: 30px;
	}
	.start-slider-box { width: 550px; }
	.home-services-usluga .home-services-item h3 {
	    font-size: 19px;
	    top: 47%;
	}
	.footer-col-x2 {
			flex: 0 0 100%;
			padding: 0px 10px 50px 10px;
	}
	.footer-col {
	    flex: 0 0 100%;
	    padding: 0px 10px 20px 10px;
	}

	.download-item { flex: 0 0 50%; }
	.cats-filter span {
	    padding: 12px 13px;
	}
	.download-container .flexrow {
	    transition: all .5s;
	    flex-wrap: wrap;
	}
}

@media (max-width: 599px) {
	.start-slider-box { width: 400px; }
	.start-slider-title h2 { font-size: 28px; }
	.start-slider-text p {
	    font-size: 16px;
	    margin-top: 0px;
	    padding-top: 10px;
	}
	.home-services .sct-header h2 span:first-child,
	.home-projects .sct-header h2 span:first-child,
	.footer-adresses .sct-header h2 span:first-child,
	.home-about .sct-header h2 span:first-child {
	    margin-right: 10px;
			margin-left: 0;
	}
	.home-services .sct-header h2 span:last-child,
	.home-projects .sct-header h2 span:last-child,
	.footer-adresses .sct-header h2 span:last-child,
	.home-about .sct-header h2 span:last-child {
	    margin-left: 10px;
	}
	.home-services .sct-header h2, .home-projects .sct-header h2,
	.home-clients .sct-header h2, .archive-home-header .sct-header h2,
	.home-news .sct-header h2, .home-team .sct-header h2,
	.home-contact .sct-header h2, .home-about .sct-header h2,
	.footer-adresses .sct-header h2 {
	    font-size: 22px;
	}
	.home-services-col, .home-services-col:hover {
	    flex: 100%;
	    border-bottom: 1px solid #656565;
	}
	.services-popup {
	    width: 400px;
	    height: 80%;
	}
	.projects-popup, .project-content-row {
			width: 400px;
			height: 300px;
	}
	.project-content-row.without-desc { width: 400px; }
	.services-desc,
	.services-img,
	.project-desc, .project-gallery {
	    float: none;
	    width: 100%;
			height: auto;
	}
	.services-img, .project-gallery { height: 300px; }
	.services-desc-content, .project-content-row { height: auto; }
	.services-container-box, .project-content { overflow: scroll; }
	.grid-item { width: 50%; }
	.home-clients-box-item { flex: 0 0 25%; }
	.home-news-col { flex: 0 0 100%; }
	.home-projects .sct-header h2,
	.footer-adresses .sct-header h2 { text-align: center; }
	.footer-col-title h3 { height: 45px; }
	.footer-col-x2 {
	    flex: 0 0 100%;
	    padding: 0px 10px 50px 10px;
	    border-right: 0px solid #2d2d2d;
	}
	.footer-col {
	    flex: 0 0 100%;
	    padding: 0px 10px 20px 10px;
	}
	.footer-col-title h3 { margin-bottom: 0; }
	.home-ourattr-tabs-container { height: 380px; }
	.single-news-header { flex-wrap: wrap; }
	.single-news-img, .single-news-titles { flex: 0 0 100%; }
	.single-news-titles {
	    padding-left: 0;
	    padding-top: 20px;
	}
	.single-news-titles-box h1 { font-size: 28px; }
	.footer-col-contacts-two {
	    flex: 0 0 100%;
	    padding-top: 5px;
	    padding-left: 80px;
	}
	.sct-header h2 {
	    text-align: center;
	}
	.download-item {
	    flex: 0 0 100%;
	}
	.home-zespol-item {
	    flex-wrap: wrap;
	}
	.home-zespol-itemimg {
	    flex: 0 0 100%;
			text-align: center;
	}
	.home-zespol-itemimg img {
	    width: 300px;
	}
	.home-zespol-itemcontent {
	    flex: 0 0 100%;
	    align-self: center;
	    padding: 20px 0px;
	}


}


@media (max-width: 425px) {
	.cats-filter, .cats-filter-main { width: 49%; }
	.header-logo { flex: 0 0 130px; }
	.header-btn { flex: 0 0 50px; }
	.header-logo, .header-logo a, .header-logo img,
	.header-fixed .header-logo, .header-fixed .header-logo a, .header-fixed .header-logo img {
	    height: 34px;
	}
	.header-btn span {
			font-size: 0;
			padding: 7px 12px;
	}
	.header-btn span i {
	    font-size: 16px;
	    padding-right: 0px;
	}
	.start-slider-box { width: 300px; }
	.home-services .sct-header h2 span,
	.home-projects .sct-header h2 span,
	.footer-adresses .sct-header h2 span { width: 3rem; }
	.home-services-item {
	    padding: 40px 10px 75px 10px;
	    height: 250px;
	}
	.grid-item { width: 100%; }
	.services-popup {
	    width: 85%;
	    height: 80%;
	}
	.projects-popup, .project-content-row.without-desc {
    	width: 100%;
			height: 300px;
	}
	.services-desc { padding: 40px 15px 30px 15px; }
	.home-clients-box-item { flex: 0 0 33.333%; }
	.home-news { padding: 40px 0; }
	.home-ourattr-tabs-squares { width: 318px; }
	.home-ourattr-tabs-box::before {
	    width: 55px;
	    height: 55px;
	}
	.footer-f-col {
	    flex: 0 0 100%;
	    padding: 10px;
	}
	.footer-f-col .footer-col-title h3,
	.footer-f-col-man h3 {
	    margin-bottom: 10px;
	    margin-top: 0;
	    height: 20px;
	}
	.contact-row { flex-wrap: wrap; }
	.contact-col { flex: 0 0 100%; }
	.home-ourattr-tabs-container { height: 500px; }
	.main-header.header-fixed, .home .main-header.header-fixed {
	    padding: 10px 0;
	    background: #fff;
	}
	.home-clients-item { padding: 0px 20px 0px 0px; }
	.footer-col-contacts-img {
	    flex: 0 0 60px;
	    padding-right: 10px;
	    padding-top: 6px;
	}
	.footer-col-contacts-two { padding-left: 60px; }
	.footer-col-contacts-one { flex: 1; }

}
