html {
	font-size: 10px
}

@media only screen and (max-width:400px) {
	html {
		font-size: 9.411764705882353px
	}
}

body,
html {
	height: 100%
}

body {
	background: #000000;
	font-family: Montserrat, serif;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.765;
	color: #757575;
	margin: 0;
	padding: 0
}

a {
	color: #999;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a:active,
a:focus,
a:hover {
	color: #93110B
}

a:active,
a:hover {
	outline: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	color: #000;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility
}

.bialy {
  color: #fff;  
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	margin-top: 6rem;
	margin-bottom: 1.8rem
}

.gradient1 {
background: #FF6CA9;
background: radial-gradient(circle farthest-corner at center center, #FF6CA9 0%, #FF068D 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.gradient2 {
    background: #4D9906;
background: radial-gradient(circle farthest-side at center center, #4D9906 0%, #17570B 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.gradient3 {
    background: #99190E;
background: radial-gradient(circle farthest-side at center center, #99190E 0%, #FF0000 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

@media only screen and (max-width:600px) {
	.h1,
	.h2,
	.h3,
	.h4,
	h1,
	h2,
	h3,
	h4 {
		margin-top: 5.1rem
	}
}

.h5,
.h6,
h5,
h6 {
	margin-top: 4.2rem;
	margin-bottom: 1.5rem
}

@media only screen and (max-width:600px) {
	.h5,
	.h6,
	h5,
	h6 {
		margin-top: 3.6rem;
		margin-bottom: .9rem
	}
}

.h1,
h1 {
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: -.1rem
}

@media only screen and (max-width:600px) {
	.h1,
	h1 {
		font-size: 3.3rem;
		letter-spacing: -.07rem
	}
}

.h2,
h2 {
	font-size: 3rem;
	line-height: 1.3
}

.h3,
h3 {
	font-size: 2.4rem;
	line-height: 1.25
}

.h4,
h4 {
	font-size: 2.1rem;
	line-height: 1.286
}

.h5,
h5 {
	font-size: 1.6rem;
	line-height: 1.313
}

.h6,
h6 {
	font-size: 1.3rem;
	line-height: 1.385;
	text-transform: uppercase;
	letter-spacing: .16rem
}

p img {
	margin: 0
}

p.lead {
	font-family: montserrat-regular, sans-serif;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 3.6rem;
	color: #000
}

@media only screen and (max-width:800px) {
	p.lead {
		font-size: 1.8rem
	}
}

b,
em,
i,
strong {
	font-size: inherit;
	line-height: inherit;
	font-style: normal;
	font-weight: 400
}

em,
i {
	font-family: lora-italic, serif
}

b,
strong {
	font-family: lora-bold, serif
}

small {
	font-size: 1.2rem;
	line-height: inherit
}

blockquote {
	margin: 3.9rem 0;
	padding-left: 4.5rem;
	position: relative
}

blockquote:before {
	content: "\201C";
	font-size: 10rem;
	line-height: 0;
	margin: 0;
	color: rgba(0, 0, 0, .25);
	font-family: arial, sans-serif;
	position: absolute;
	top: 3.6rem;
	left: 0
}

blockquote p {
	font-family: montserrat-regular, sans-serif;
	padding: 0;
	font-size: 2.1rem;
	line-height: 1.857;
	color: #111
}

blockquote cite {
	display: block;
	font-family: montserrat-regular, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	line-height: 1.5
}

blockquote cite:before {
	content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
	color: #828282;
	border: none
}

abbr {
	font-family: lora-bold, serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #828282
}

code,
kbd,
pre,
samp,
var {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace
}

pre {
	padding: 2.4rem 3rem 3rem;
	background: #f1f1f1;
	overflow-x: auto
}

code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	border-radius: 3px
}

pre>code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0
}

pre.prettyprint>code {
	border: none
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
	text-decoration: none
}

mark {
	background: #ffd900;
	color: #000
}

hr {
	border: solid rgba(0, 0, 0, .1);
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0
}

ol {
	list-style: decimal
}

ul {
	list-style: disc
}

li {
	display: list-item
}

ol,
ul {
	margin-left: 1.7rem
}

ul li {
	padding-left: .4rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: .6rem 0 .6rem 1.7rem
}

ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative
}

ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #93110B;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle
}

dt {
	margin: 0;
	color: #93110B
}

dd {
	margin: 0 0 0 2rem
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

img.pull-right {
	margin: 1.5rem 0 0 3rem
}

img.pull-left {
	margin: 1.5rem 3rem 0 0
}

table {
    border-width: 0;
    width: 100%;
    max-width: 700px;
    font-family: montserrat,sans-serif;
    color: #fff;
    background-color: #7b0101;
    opacity: .9;
    border-collapse: separate;
    /* border: solid #000 1px */
    border-radius: 15px;
}

table tr td:last-child{
  border:0
}

td,th {
    padding: 0.5rem 0.6rem;
    text-align: center;
    /* border-bottom: 1px solid #131313; */
}

th {
    color: #fff;
    font-family: montserrat-bold,sans-serif
}

td:last-child,th:last-child {
    padding-right: 0
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.btn,
button {
	margin-bottom: 1.2rem
}

fieldset {
	margin-bottom: 1.5rem
}

.cl-custom-select,
.video-container,
blockquote,
dl,
figure,
form,
input,
ol,
p,
pre,
select,
table,
textarea,
ul {
	margin-bottom: 3rem;
}

select {
	color: #000
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #93110B;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px
}

.oldie .pace {
	display: none
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 800;
	height: 100%;
	width: 100%;
	display: table
}

.no-js #preloader,
.oldie #preloader {
	display: none
}

#loader {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
}

fieldset {
	border: none
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	display: block;
	height: 6rem;
	padding: 1.5rem 0;
	border: 0;
	outline: 0;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-size: 1.4rem;
	line-height: 3rem;
	max-width: 100%;
	background: 0 0;
	border-bottom: 2px solid rgba(0, 0, 0, .15);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.cl-custom-select {
	position: relative;
	padding: 0
}

.cl-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle
}

.cl-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem
}

.cl-custom-select select::-ms-expand {
	display: none
}

.cl-custom-select::after {
	border-bottom: 2px solid rgba(0, 0, 0, .5);
	border-right: 2px solid rgba(0, 0, 0, .5);
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	margin-top: -7px;
	pointer-events: none;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.oldie .cl-custom-select::after {
	display: none
}

textarea {
	min-height: 25rem
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	color: #fff;
	border-bottom: 2px solid #000
}

label,
legend {
	font-family: montserrat-regular, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: .9rem;
	line-height: 1.714;
	color: #000;
	display: block
}

input[type=checkbox],
input[type=radio] {
	display: inline
}

label>.label-text {
	display: inline-block;
	margin-left: 1rem;
	font-family: montserrat-regular, sans-serif;
	font-weight: 400;
	line-height: inherit
}

label>input[type=checkbox],
label>input[type=radio] {
	margin: 0;
	position: relative;
	top: .15rem
}

::-webkit-input-placeholder {
	color: #fff
}

:-moz-placeholder {
	color: #fff
}

::-moz-placeholder {
	color: #fff
}

:-ms-input-placeholder {
	color: #fff
}

.placeholder {
	color: #fff!important
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: 5.4rem;
	line-height: calc(5.4rem - .4rem);
	padding: 0 3rem;
	margin: 0 .3rem 1.2rem 0;
	color: #000;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #c5c5c5;
	border: .2rem solid #c5c5c5
}

.btn:focus,
.btn:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	background-color: #b8b8b8;
	border-color: #b8b8b8;
	color: #000;
	outline: 0
}

.btn.btn--fb {
	background: #1b74e4;
	border-color: #fff;
	color: #fff;
	font-size: 12px
}

.btn.btn--fb:hover {
	background: #fff;
	border-color: #1b74e4;
	color: #1b74e4
}

.btn.btn--primary,
button.btn--primary,
input[type=button].btn--primary,
input[type=reset].btn--primary,
input[type=submit].btn--primary {
	background: #93110B;
	border-color: #93110B;
	color: #fff
}

.btn.btn--primary:focus,
.btn.btn--primary:hover,
button.btn--primary:focus,
button.btn--primary:hover,
input[type=button].btn--primary:focus,
input[type=button].btn--primary:hover,
input[type=reset].btn--primary:focus,
input[type=reset].btn--primary:hover,
input[type=submit].btn--primary:focus,
input[type=submit].btn--primary:hover {
	background: #9F4429;
	border-color: #9F4429
}

.btn.full-width,
button.full-width {
	width: 100%;
	margin-right: 0
}

.btn--medium,
button.btn--medium {
	height: 5.7rem!important;
	line-height: calc(5.7rem - .4rem)!important
}

.btn--large,
button.btn--large {
	height: 6rem!important;
	line-height: calc(6rem - .4rem)!important
}

.btn--stroke,
button.btn--stroke {
	background: 0 0!important;
	border: .2rem solid #93110B;
	color: #93110B
}

.btn--stroke:hover,
button.btn--stroke:hover {
	border: .2rem solid #000;
	color: #000
}

.btn--pill,
button.btn--pill {
	padding-left: 3rem!important;
	padding-right: 3rem!important;
	border-radius: 1000px!important
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

.alert-box {
	padding: 2.1rem 4rem 2.1rem 3rem;
	position: relative;
	margin-bottom: 3rem;
	border-radius: 3px;
	font-family: montserrat-regular, sans-serif;
	font-size: 1.5rem;
	line-height: 1.6
}

.alert-box__close {
	position: absolute;
	right: 1.8rem;
	top: 1.8rem;
	cursor: pointer
}

.alert-box__close.fa {
	font-size: 12px
}

.alert-box--error {
	background-color: #ffd1d2;
	color: #e65153
}

.alert-box--success {
	background-color: #c8e675;
	color: #758c36
}

.alert-box--info {
	background-color: #d7ecfb;
	color: #4a95cc
}

.alert-box--notice {
	background-color: #fff099;
	color: #bba31b
}

.drop-cap:first-letter {
	float: left;
	margin: 0;
	padding: 1.5rem .6rem 0 0;
	font-size: 8.4rem;
	font-family: montserrat-regular, sans-serif;
	font-weight: 700;
	line-height: 6rem;
	text-indent: 0;
	background: 0 0;
	color: #000
}

.lining dd,
.lining dt {
	display: inline;
	margin: 0
}

.lining dd+dt:before,
.lining dt+dt:before {
	content: "\A";
	white-space: pre
}

.lining dd+dd:before {
	content: ", "
}

.lining dd+dd:before {
	content: ", "
}

.lining dd:before {
	content: ": ";
	margin-left: -.2em
}

.dictionary-style dt {
	display: inline;
	counter-reset: definitions
}

.dictionary-style dt+dt:before {
	content: ", ";
	margin-left: -.2em
}

.dictionary-style dd {
	display: block;
	counter-increment: definitions
}

.dictionary-style dd:before {
	content: counter(definitions, decimal) ". "
}

.pull-quote {
	position: relative;
	padding: 2.1rem 3rem 2.1rem 0
}

.pull-quote:after,
.pull-quote:before {
	height: 1em;
	position: absolute;
	font-size: 10rem;
	font-family: Arial, Sans-Serif;
	color: rgba(0, 0, 0, .25)
}

.pull-quote:before {
	content: "\201C";
	top: -3.6rem;
	left: 0
}

.pull-quote:after {
	content: '\201D';
	bottom: 3.6rem;
	right: 0
}

.pull-quote blockquote {
	margin: 0
}

.pull-quote blockquote:before {
	content: none
}

.stats-tabs {
	padding: 0;
	margin: 3rem 0
}

.stats-tabs li {
	display: inline-block;
	margin: 0 1.5rem 3rem 0;
	padding: 0 1.5rem 0 0;
	border-right: 1px solid rgba(0, 0, 0, .1)
}

.stats-tabs li:last-child {
	margin: 0;
	padding: 0;
	border: none
}

.stats-tabs li a {
	display: inline-block;
	font-size: 2.5rem;
	font-family: montserrat-regular, sans-serif;
	font-weight: 700;
	border: none;
	color: #000
}

.stats-tabs li a:hover {
	color: #93110B
}

.stats-tabs li a em {
	display: block;
	margin: .6rem 0 0 0;
	font-size: 1.4rem;
	font-family: montserrat-regular, sans-serif;
	color: #828282
}

.skill-bars {
	list-style: none;
	margin: 6rem 0 3rem
}

.skill-bars li {
	height: .6rem;
	background: #c9c9c9;
	width: 100%;
	margin-bottom: 6.9rem;
	padding: 0;
	position: relative
}

.skill-bars li strong {
	position: absolute;
	left: 0;
	top: -3rem;
	font-family: montserrat-bold, sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-size: 1.4rem;
	line-height: 2.4rem
}

.skill-bars li .progress {
	background: #000;
	position: relative;
	height: 100%
}

.skill-bars li .progress span {
	position: absolute;
	right: 0;
	top: -3.6rem;
	display: block;
	font-family: montserrat-regular, sans-serif;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	background: #000;
	padding: .6rem .6rem;
	border-radius: 3px
}

.skill-bars li .progress span::after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #000;
	content: ""
}

.skill-bars li .percent5 {
	width: 5%
}

.skill-bars li .percent10 {
	width: 10%
}

.skill-bars li .percent15 {
	width: 15%
}

.skill-bars li .percent20 {
	width: 20%
}

.skill-bars li .percent25 {
	width: 25%
}

.skill-bars li .percent30 {
	width: 30%
}

.skill-bars li .percent35 {
	width: 35%
}

.skill-bars li .percent40 {
	width: 40%
}

.skill-bars li .percent45 {
	width: 45%
}

.skill-bars li .percent50 {
	width: 50%
}

.skill-bars li .percent55 {
	width: 55%
}

.skill-bars li .percent60 {
	width: 60%
}

.skill-bars li .percent65 {
	width: 65%
}

.skill-bars li .percent70 {
	width: 70%
}

.skill-bars li .percent75 {
	width: 75%
}

.skill-bars li .percent80 {
	width: 80%
}

.skill-bars li .percent85 {
	width: 85%
}

.skill-bars li .percent90 {
	width: 90%
}

.skill-bars li .percent95 {
	width: 95%
}

.skill-bars li .percent100 {
	width: 100%
}

.wide {
	max-width: 1400px
}

.narrow {
	max-width: 800px
}

.display-1 {
	font-family: Poppins, sans-serif;
	font-size: 7.8rem;
	line-height: 1.25;
	font-weight: 700;
	color: #000000;
	margin-top: 0;
	display: block;
}

.display-1--light {
	color: #fff
}

.display-2 {
	font-family: Montserrat, sans-serif;
	font-size: 5.2rem;
	line-height: 1.255;
	color: #000;
	margin-top: 0
}

.display-2--light {
	color: #fff
}

.subhead+.display-2 {
	margin-top: .6rem
}

.subhead {
	font-family: Montserrat, sans-serif;
	font-size: 1.7rem;
	line-height: 1.333;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .25rem;
	color: #222222;
	margin-top: 0;
	margin-bottom: 19px
}

.subhead--white {
	color: #fff
}

@media only screen and (max-width:1200px) {
	.display-1 {
		font-size: 7.2rem
	}
	.display-2 {
		font-size: 4.4rem
	}
}

@media only screen and (max-width:800px) {
	.display-1 {
		font-size: 6.5rem
	}
	.display-2 {
		font-size: 4rem
	}
}

@media only screen and (max-width:600px) {
	.display-1 {
		font-size: 5rem
	}
	.display-2 {
		font-size: 3.3rem
	}
	.subhead {
		font-size: 1.5rem
	}
}

@media only screen and (max-width:400px) {
	.display-1 {
		font-size: 4.2rem
	}
	.display-2 {
		font-size: 3rem
	}
}

.section-header {
	text-align: center;
	position: relative;
	margin-bottom: 3.6rem;
	max-width: 960px
}

.section-header.has-bottom-sep {
	padding-bottom: 2.1rem;
	position: relative
}

.section-header.has-bottom-sep::before {
	content: "";
	display: inline-block;
	height: 1px;
	width: 550px;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.section-header.has-bottom-sep.light-sep::before {
	background-color: rgba(255, 255, 255, .05)
}

@media only screen and (max-width:1200px) {
	.section-header {
		max-width: 800px
	}
}

@media only screen and (max-width:900px) {
	.section-header {
		max-width: 700px
	}
}

@media only screen and (max-width:800px) {
	.s-clients {
		padding-bottom: 17.4rem
	}
	.section-header.has-bottom-sep::before {
		width: 400px
	}
}

@media only screen and (max-width:600px) {
	.section-header.has-bottom-sep {
		padding-bottom: 0
	}
	.section-header.has-bottom-sep::before {
		width: 250px
	}
}

.slick-slider .slick-slide {
	outline: 0
}

.slick-slider .slick-dots {
	display: block;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 3rem 0 0 0;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0
}

.slick-slider .slick-dots li {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin: 0;
	padding: 9px;
	cursor: pointer
}

.slick-slider .slick-dots li button {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #959595;
	border: none;
	line-height: 35px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font: 0/0 a;
	text-shadow: none;
	color: transparent
}

.slick-slider .slick-dots li button:focus,
.slick-slider .slick-dots li button:hover {
	outline: 0
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
	background: #93110B
}

.s-header {
	width: 100%;
	height: 96px;
	background-color: transparent;
	position: absolute;
	top: 0;
	z-index: 500
}

.header-logo {
	display: inline-block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 80px;
	top: 120%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 501
}

.header-logo a {
	display: block;
	margin: -18px 0 0 0;
	padding: 0;
	outline: 0;
	border: none;
	width: 120px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.header-nav {
    background: rgb(216 0 255 / 70%);
    border-radius: 0px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); ok */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* border: 1px solid rgba(255, 255, 255, 0.3);*/
	/* background-image: url(/images/cegly.jpg); */
	color: rgba(255, 255, 255, .25);
	font-family: montserrat-light, sans-serif;
	font-size: 1.3rem;
	line-height: 1.846;
	padding: 3.6rem 3rem 3.6rem 3.6rem;
	height: 100%;
	width: 310px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 700;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
	box-shadow: rgb(0 0 0 / 44%) 0 6px 12px
}

.header-nav a,
.header-nav a:visited {
	color: rgba(255, 255, 255, .5)
}

.header-nav a:active,
.header-nav a:focus,
.header-nav a:hover {
	color: #fff
}

.header-nav h3 {
	font-family: montserrat-semibold, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: .25rem;
	margin-bottom: 4.8rem;
	margin-top: .9rem;
	color: #fff;
}

.header-nav p {
	margin-bottom: 2.7rem;
	color:white;
}

.header-nav__content {
	position: relative;
	left: 50px;
	opacity: 0;
	visibility: hidden
}

.header-nav__list {
	font-family: montserrat-regular, sans-serif;
	font-size: 1.8rem;
	margin: 3.6rem 0 3rem 0;
	padding: 0 0 1.8rem 0;
	list-style: none;
	/* text-shadow: 3px 3px 10px #ff0000; */
}

.header-nav__list li {
	padding-left: 0;
	line-height: 4.5rem
}

.header-nav__list a,
.header-nav__list a:visited {
	color: #fff
}

.header-nav__social {
	list-style: none;
	display: inline-block;
	margin: 0;
	font-size: 2.5rem
}

.header-nav__social li {
	margin-right: 12px;
	padding-left: 0;
	display: inline-block
}

.header-nav__social li a {
	color: rgba(255, 255, 255, .15)
}

.header-nav__social li a:focus,
.header-nav__social li a:hover {
	color: #fff
}

.header-nav__social li:last-child {
	margin: 0
}

.header-nav__close {
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	top: 36px;
	right: 30px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	z-index: 800
}

.header-nav__close span::after,
.header-nav__close span::before {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -1px
}

.header-nav__close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header-nav__close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-is-open .header-nav {
	-webkit-transform: translateX(0);
	position: fixed;
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch
}

.menu-is-open .header-nav .header-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	left: 0
}

.header-menu-toggle {
	position: fixed;
	right: 38px;
	top: 24px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-family: Montserrat, sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	color: #999;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.header-menu-toggle.opaque {
	background-color: #E1057C;
}

.header-menu-toggle.opaque .header-menu-text {
	background-color: #E1057C;
}

.header-menu-toggle:focus,
.header-menu-toggle:hover {
	color: #fff
}

.header-menu-text {
	display: block;
	position: absolute;
	top: 0;
	left: -70px;
	width: 70px;
	padding-left: 12px
}

.header-menu-icon {
	display: block;
	width: 22px;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	left: 10px;
	top: 50%;
	right: auto;
	bottom: auto;
	background-color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.header-menu-icon::after,
.header-menu-icon::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.header-menu-icon::before {
	top: -9px
}

.header-menu-icon::after {
	bottom: -9px
}

@media only screen and (max-width:600px) {
	.s-header {
		height: 90px
	}
	.header-logo {
		left: 30px
	}
	.header-menu-toggle {
		right: 25px
	}
}

@media only screen and (max-width:400px) {
	.header-menu-text {
		display: none
	}
}

.s-home {
	width: 100%;
	height: 100%;
	min-height: 786px;
	background-color: transparent;
	position: relative;
	display: table
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0,  rgb(245 30 255 / 80%) 100%);
    background: -webkit-linear-gradient(top, transparent 0,  rgb(245 30 255 / 80%) 100%);
    background: linear-gradient(to bottom, transparent 0, rgb(245 30 255 / 80%) 100%);
}

.s-home .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	background-color: #000
}

.no-js .s-home {
	background: #000
}

.home-content {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding-bottom: 15.6rem;
	position: relative;
	overflow: hidden
}

.home-content h3 {
	font-family: Montserrat, sans-serif;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
	letter-spacing: .3rem;
	position: relative;
	margin-top: 0;
	margin-bottom: 1.2rem;
	margin-left: 6px
}

.home-content h1 {
	font-family: Montserrat, sans-serif;
	font-size: 6.3rem;
	line-height: 1.333;
	margin-top: 0;
	font-weight: 700;
	color: #fff
}

.home-content__main {
	padding-top: 24rem;
	position: relative
}

.home-content__buttons {
	padding-top: 6rem;
	text-align: left
}

.home-content__buttons .btn {
	width: 215px;
	border-color: #fff;
	color: #fff;
	margin: 1.5rem 1.5rem 0 0;
	letter-spacing: .25rem;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.home-content__buttons .btn:last-child {
	margin-right: 0
}

.home-content__buttons .btn:focus,
.home-content__buttons .btn:hover {
	background: #fff!important;
	color: #000
}

.home-content__scroll {
	position: absolute;
	right: 9.5rem;
	bottom: 8.4rem
}

.home-content__scroll a {
	font-family: montserrat-semibold, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 3rem;
	padding-left: 2.5rem
}

.home-content__scroll a::before {
	border-bottom: 2px solid #93110B;
	border-right: 2px solid #93110B;
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.home-content__line {
	display: block;
	width: 2px;
	height: 10.2rem;
	background-color: #93110B;
	position: absolute;
	right: 7.2rem;
	bottom: 0
}

.home-social {
	font-family: montserrat-regular, sans-serif;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 5.4rem;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.home-social a {
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.home-social li {
	position: relative;
	padding: .9rem 0
}

.home-social li a {
	display: block;
	width: 33px;
	height: 33px
}

.home-social i,
.home-social span {
	position: absolute;
	top: 0;
	line-height: 33px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.home-social i {
	font-size: 14px;
	right: 0;
	text-align: center;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: calc(33px - 4px);
	border: 2px solid #fff;
	border-radius: 50%
}

.home-social span {
	color: #ffffff;
	right: 4.5rem;
	font-size: 1.3rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.home-social li:hover span {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

html.cl-preload .home-content__main {
	opacity: 0
}

html.cl-loaded .home-content__main {
	animation-duration: 2s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

html.no-csstransitions .home-content__main {
	opacity: 1
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 150%, 0);
		-ms-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 150%, 0);
		-ms-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -150%, 0);
		-ms-transform: translate3d(0, -150%, 0);
		transform: translate3d(0, -150%, 0)
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -150%, 0);
		-ms-transform: translate3d(0, -150%, 0);
		transform: translate3d(0, -150%, 0)
	}
}

@media only screen and (max-width:1500px) {
	.home-content h1 {
		font-size: 6rem
	}
	.home-content__main {
		max-width: 1000px
	}
}

@media only screen and (max-width:1200px) {
	.home-content h1 {
		font-size: 5.5rem
	}
	.home-content__main {
		max-width: 800px
	}
}

@media only screen and (max-width:1000px) {
	.home-content h1 {
		font-size: 4.6rem
	}
	.home-content br {
		display: none
	}
	.home-content__main {
		padding-top: 21rem;
		padding-right: 80px;
		max-width: 680px
	}
}

@media only screen and (max-width:800px) {
	.home-content h3 {
		font-size: 1.5rem
	}
	.home-content h1 {
		font-size: 4rem
	}
	.home-content__main {
		padding-right: 70px;
		max-width: 550px
	}
}

@media only screen and (max-width:700px) {
	.home-content__main {
		max-width: 490px
	}
	.home-content__buttons {
		padding-top: 1.2rem;
		text-align: center
	}
	.home-content__buttons .btn {
		display: block;
		width: 70%;
		margin: 1.5rem 0 0 0
	}
	.home-social {
		right: 4rem
	}
	.home-content__scroll {
		right: 7.5rem
	}
	.home-content__line {
		right: 5.5rem
	}
}

@media only screen and (max-width:600px) {
	.home-content h1 {
		font-size: 3.8rem
	}
	.home-social {
		right: 2rem
	}
	.home-social li {
		padding: .6rem 0
	}
	.home-social i {
		font-size: 17px;
		border: none
	}
	.home-social span {
		display: none
	}
	.home-content__scroll {
		bottom: 5.4rem
	}
	.home-content__line {
		height: 7.2rem
	}
}

@media only screen and (max-width:500px) {
	.s-home {
		min-height: 642px
	}
	.home-content h1 {
		font-size: 3.5rem
	}
	.home-content__main {
		text-align: center;
		max-width: none;
		padding-top: 15rem;
		padding-right: 25px;
		width: 85%
	}
	.home-content__buttons {
		padding-top: 1.2rem
	}
	.home-content__buttons .btn {
		width: auto;
		margin: 1.5rem 0 0 0
	}
	.home-social {
		display: none
	}
}

@media only screen and (max-width:450px) {
	.home-content h1 {
		font-size: 3.3rem
	}
}

@media only screen and (max-width:400px) {
	.s-home {
		min-height: 630px
	}
	.home-content h1 {
		font-size: 3.2rem
	}
	.home-content__main {
		padding-top: 16.2rem;
		width: auto
	}
}

.s-about {
	padding-top: 16.2rem;
	padding-bottom: 9rem;
	background-color: #013220;
	color: #010507;
	position: relative;
	background-image: url(../images/tlo.jpg); 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.s-about .section-header.has-bottom-sep::before {
	background-color: rgba(255, 255, 255, .25)
}


.s-calendar {
	padding-top: 16.2rem;
	padding-bottom: 9rem;
	background-color: #ffffff;
	color: #000000;
	position: relative;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.s-wydarzenia {
	padding-top: 1rem;
	padding-bottom: 8rem;
	background-color: #ffffff;
	color: #000000;
	position: relative;
	background-image: url('../images/cegly.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
     z-index: -1000;
}

.s-calendar .section-header.has-bottom-sep::before {
	background-color: rgba(255, 255, 255, .25)
}

.about-desc {
	font-size: 2.4rem;
	line-height: 1.75;
	text-align: center;
	max-width: 1024px;
	color: #fff
}

.about-stats {
	text-align: center
}

.stats__col {
	margin: 5.4rem 0;
	padding: 0 2rem;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid rgba(255, 255, 255, .25)
}

.stats__col:last-child {
	border-right: none
}

.stats__count {
	font-family: montserrat-bold, sans-serif;
	font-size: 6.4rem;
	line-height: 1;
	color: #fff;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.stats__count__static {
	font-size: 6.4rem;
	line-height: 1;
	color: #fff;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

before .stats__count::before {
	content: "+"
}

.stats h5 {
	font-family: montserrat, sans-serif;
	margin-top: 1.8rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.333;
	position: relative
}

.about__line {
	display: block;
	width: 2px;
	height: 10.2rem;
	background-color: #93110B;
	position: absolute;
	right: 7.2rem;
	top: 0
}

@media only screen and (max-width:1200px) {
	.about-desc {
		font-size: 2.2rem;
		max-width: 940px
	}
	.about-stats {
		padding-top: 3rem;
		padding-bottom: 3.9rem
	}
	.about-stats {
		max-width: 800px
	}
	.stats__col {
		margin: 1.5rem 0
	}
	.stats__col:nth-child(n) {
		border: none
	}
	.stats__col:nth-child(2n+1) {
		border-right: 1px solid rgba(255, 255, 255, .25)
	}
}

@media only screen and (max-width:800px) {
	.about-desc {
		font-size: 2rem;
		max-width: 600px
	}
	.stats__count {
		font-size: 8rem
	}
	.stats h5 {
		margin-top: 1.2rem
	}
}

@media only screen and (max-width:700px) {
	.about__line {
		right: 5.5rem
	}
}

@media only screen and (max-width:600px) {
	.s-about {
		padding-top: 12rem
	}
	.about-desc {
		font-size: 1.9rem
	}
	.about-stats {
		padding-top: 0
	}
	.stats__col {
		margin: 0;
		padding-top: 3rem;
		padding-bottom: 3rem;
		position: relative
	}
	.stats__col::after {
		content: "";
		display: block;
		height: 1px;
		width: 250px;
		background-color: rgba(255, 255, 255, .25);
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -125px
	}
	.stats__col:last-child::after {
		display: none
	}
	.stats__col:nth-child(n) {
		border: none
	}
	.about__line {
		height: 7.2rem
	}
}

@media only screen and (max-width:400px) {
	.about-desc {
		font-size: 1.8rem
	}
	.stats__count {
		font-size: 7.8rem
	}
}

.s-services {
	padding-top: 16.2rem;
	padding-bottom: 13.2rem;
	background-color: #fff;
	color: #757575;
	position: relative
}

.mapkaiframe {
	background-color: #e6e6e6;
	position: relative
}


.services-list {
	margin-top: 6rem
}

.services-list .service-item {
	margin-bottom: .9rem
}

.services-list .service-item h3 {
	margin-top: 0
}

.services-list .service-item:nth-child(2n+1) {
	padding-right: 50px
}

.services-list .service-item:nth-child(2n+2) {
	padding-left: 50px
}

.services-list .service-text {
	margin-left: 7.8rem
}

.services-list .service-icon {
	float: left;
	color: #006606;
	font-size: 4.8rem;
	margin-top: -.6rem
}

@media only screen and (max-width:1200px) {
	.services-list {
		max-width: 1000px
	}
	.services-list .service-item:nth-child(2n+1) {
		padding-right: 30px
	}
	.services-list .service-item:nth-child(2n+2) {
		padding-left: 30px
	}
}

@media only screen and (max-width:1000px) {
	.services-list h3 {
		font-size: 2.5rem
	}
	.services-list .service-item:nth-child(2n+1) {
		padding-right: 20px
	}
	.services-list .service-item:nth-child(2n+2) {
		padding-left: 20px
	}
}

@media only screen and (max-width:800px) {
	.services-list {
		margin-top: 4.2rem;
		max-width: 500px;
		text-align: center
	}
	.services-list .service-item:nth-child(n) {
		padding-right: 15px;
		padding-left: 15px
	}
	.services-list h3 {
		font-size: 3rem
	}
	.services-list .service-text {
		margin-left: 0
	}
	.services-list .service-icon {
		font-size: 4.5rem;
		float: none;
		margin-top: 0
	}
}

@media only screen and (max-width:600px) {
	.s-services {
		padding-top: 12rem
	}
	.services-list .service-item:nth-child(n) {
		padding-right: 10px;
		padding-left: 10px
	}
	.services-list h3 {
		font-size: 2.5rem
	}
}

@media only screen and (max-width:400px) {
	.services-list .service-item:nth-child(n) {
		padding-right: 0;
		padding-left: 0
	}
	.services-list h3 {
		font-size: 2.5rem
	}
}

.s-works {
	background: #fff;
	padding: 0 0 15rem 0;
	min-height: 800px;
	position: relative
}

.s-works .intro-wrap {
	padding: 15rem 0 25.2rem;
	background: #111
}

.works-content {
	max-width: 1160px;
	margin-top: -23.4rem
}

.masonry:after {
	content: "";
	display: table;
	clear: both
}

.masonry .grid-sizer,
.masonry__brick {
	width: 50%
}

.masonry__brick {
	float: left;
	padding: 0
}

.item-folio {
	position: relative;
	overflow: hidden
}

.item-folio__thumb img {
	vertical-align: bottom;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.item-folio__thumb a {
	display: block
}

.item-folio__thumb a::before {
	display: block;
	background-color: rgba(0, 0, 0, .8);
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 1
}

.item-folio__thumb a::after {
	content: "+";
	font-family: georgia, serif;
	font-size: 2.7rem;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	z-index: 1
}

.item-folio__text {
	position: absolute;
	left: 0;
	bottom: 3.6rem;
	padding: 0 3.3rem;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.item-folio__title {
	font-family: montserrat, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.286;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2rem;
	margin: 0 0 .3rem 0
}

.item-folio__cat {
	color: rgba(255, 255, 255, .5);
	font-family: montserrat-light, sans-serif;
	font-size: 1.4rem;
	line-height: 1.714;
	margin-bottom: 0
}

.item-folio__caption {
	display: none
}

.item-folio__project-link {
	display: block;
	color: #fff;
	box-shadow: 0 0 0 1px #fff;
	border-radius: 50%;
	height: 4.2rem;
	width: 4.2rem;
	text-align: center;
	z-index: 500;
	position: absolute;
	top: 3rem;
	left: 3rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.item-folio__project-link i {
	font-size: 1.8rem;
	line-height: 4.2rem
}

.item-folio__project-link::before {
	display: block;
	content: "";
	height: 3rem;
	width: 1px;
	background-color: rgba(255, 255, 255, .1);
	position: absolute;
	top: -3rem;
	left: 50%
}

.item-folio__project-link:active,
.item-folio__project-link:focus,
.item-folio__project-link:hover {
	background-color: #fff;
	color: #000
}

.item-folio:hover .item-folio__thumb a::before {
	opacity: 1;
	visibility: visible
}

.item-folio:hover .item-folio__thumb a::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.item-folio:hover .item-folio__thumb img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.item-folio:hover .item-folio__project-link,
.item-folio:hover .item-folio__text {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media only screen and (max-width:800px) {
	.item-folio__cat,
	.item-folio__title {
		font-size: 1.3rem
	}
}

@media only screen and (max-width:600px) {
	.s-works {
		padding-bottom: 12rem
	}
	.s-works .intro-wrap {
		padding: 12rem 0 25.2rem
	}
	.works-content {
		margin-top: -25.2rem
	}
	.masonry__brick {
		float: none;
		width: 100%
	}
	.item-folio__cat,
	.item-folio__title {
		font-size: 1.4rem
	}
}

.s-clients {
	padding-top: 16.2rem;
	padding-bottom: 16.8rem;
	background-color: #e6e6e6;
	color: #757575;
	position: relative
}

.clients-outer {
	margin-top: 3.6rem;
	padding-bottom: 9rem;
	text-align: center;
	position: relative
}

.clients__slide {
	display: block;
	opacity: .55;
	padding: 1.5rem 2.8rem;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.clients__slide:focus,
.clients__slide:hover {
	opacity: 1
}

.clients-testimonials {
	margin-top: 4.2rem;
	padding-top: 7.2rem;
	text-align: center;
	position: relative
}

.clients-testimonials::before {
	content: "";
	display: block;
	height: 1px;
	width: 550px;
	background-color: rgba(0, 0, 0, .1);
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.clients-testimonials .testimonials {
	margin: 0 10%
}

.clients-testimonials .testimonials p {
	font-family: lora, serif;
	font-size: 3rem;
	line-height: 1.8;
	color: #555;
	margin-bottom: 6rem;
	font-weight: 400
}

.clients-testimonials .testimonials__slide {
	padding: 0 0 3rem 0
}

.clients-testimonials .testimonials__avatar {
	height: 8.4rem;
	width: 8.4rem;
	border-radius: 50%;
	margin: 0 auto 1.2rem auto
}

.clients-testimonials .testimonials__name,
.clients-testimonials .testimonials__pos {
	display: block
}

.clients-testimonials .testimonials__name {
	font-family: montserrat, sans-serif;
	color: #000;
	font-weight: 700
}

.clients-testimonials .testimonials__pos {
	font-family: montserrat-light, sans-serif;
	font-size: 1.4rem
}

.clients-testimonials-date {
	font-size: 10px
}

.clients-testimonials .testimonials .slick-arrow {
	position: absolute;
	top: 7.2rem;
	width: 66px;
	height: 66px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 22px 15px;
	background-position: center;
	border: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	z-index: 2
}

.clients-testimonials .testimonials .slick-prev {
	left: -130px;
	background-image: url("../images/left-arrow.png")
}

.clients-testimonials .testimonials .slick-next {
	right: -130px;
	background-image: url("../images/right-arrow.png")
}

.clients-testimonials .testimonials .slick-dots {
	margin-top: -.6px
}

@media only screen and (max-width:1200px) {
	.clients-testimonials .testimonials {
		margin: 0 12%
	}
	.clients-testimonials .testimonials p {
		font-size: 2.6rem
	}
	.clients-testimonials .testimonials .slick-prev {
		left: -100px
	}
	.clients-testimonials .testimonials .slick-next {
		right: -100px
	}
}

@media only screen and (max-width:1000px) {
	.clients-testimonials .testimonials p {
		font-size: 2.2rem
	}
}

@media only screen and (max-width:800px) {
	.clients-testimonials::before {
		width: 400px
	}
	.clients-testimonials .testimonials {
		margin: 0 2rem
	}
	.clients-testimonials .testimonials .slick-arrow {
		top: auto;
		bottom: 3rem
	}
	.clients-testimonials .testimonials .slick-prev {
		left: 0
	}
	.clients-testimonials .testimonials .slick-next {
		right: 0
	}
}

@media only screen and (max-width:600px) {
	.s-clients {
		padding-top: 12rem
	}
	.clients-testimonials::before {
		width: 250px
	}
	.clients-testimonials .testimonials {
		margin: 0
	}
	.clients-testimonials .testimonials p {
		font-size: 2rem
	}
}

@media only screen and (max-width:400px) {
	.clients-testimonials .testimonials p {
		font-size: 1.9rem
	}
}

.s-contact {
	background-color: #151515;
	background-image: url("../images/contact-bg.jpg");
	background-repeat: repeat;
	background-position: center, center;
	padding-top: 15rem;
	padding-bottom: 12rem;
	color: rgba(255, 255, 255, .5);
	position: relative
}

.s-contact .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	background-color: #151515
}

.s-contact .form-field {
	position: relative
}

.s-contact .form-field:after {
	content: "";
	display: table;
	clear: both
}

.s-contact .form-field label {
	font-family: montserrat-light, sans-serif;
	font-size: 1rem;
	line-height: 2.4rem;
	position: absolute;
	bottom: -.3rem;
	right: .6rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding: 0 2rem;
	margin: 0;
	color: #fff;
	background: #93110B
}

.s-contact .form-field label::after {
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -6px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #93110B
}

.contact__line {
	display: block;
	width: 2px;
	height: 20.4rem;
	background-color: #93110B;
	position: absolute;
	left: 50%;
	top: -10.2rem;
	margin-left: -1px
}

.contact-content {
	max-width: 1000px;
	background-color: rgba(0, 0, 0, .2);
	color: rgba(255, 255, 255, .4);
	padding-top: 6rem;
	padding-bottom: 6rem;
	font-family: montserrat-light, sans-serif;
	font-size: 1.5rem;
	line-height: 2;
	position: relative
}

.contact-content h3 {
	margin-top: 0;
	margin-bottom: 6.6rem;
	color: #fff
}

.contact-content h5 {
	margin-top: 0;
	color: #93110B
}

.contact-content input[type=date],
.contact-content input[type=email],
.contact-content input[type=number],
.contact-content input[type=password],
.contact-content input[type=search],
.contact-content input[type=tel],
.contact-content input[type=text],
.contact-content input[type=url],
.contact-content select,
.contact-content textarea {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	margin-bottom: .9rem;
	width: 100%
}

.contact-content input[type=date]:focus,
.contact-content input[type=email]:focus,
.contact-content input[type=number]:focus,
.contact-content input[type=password]:focus,
.contact-content input[type=search]:focus,
.contact-content input[type=tel]:focus,
.contact-content input[type=text]:focus,
.contact-content input[type=url]:focus,
.contact-content select:focus,
.contact-content textarea:focus {
	color: #93110B;
	border-bottom: 1px solid #93110B;
	border-right: 0;
	border-top: 0;
	border-left: 0;
	margin-bottom: .9rem;
	width: 100%
}

.contact-content input[type=date]:not(.has-value):before {
	content: attr(placeholder);
	color: #fff
}

.contact-content input[type=date] {
	background: 0 0;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	outline: 0;
	border-right: 0;
	border-top: 0;
	border-left: 0;
	padding-top: 2rem;
	padding-bottom: 2rem
}

::-webkit-calendar-picker-indicator {
	filter: invert(1);
	opacity: .4
}

.contact-content .btn,
.contact-content button {
	margin-top: 3.6rem
}

.contact-content input::-webkit-input-placeholder,
.contact-content select::-webkit-input-placeholder,
.contact-content textarea::-webkit-input-placeholder {
	color: #fff
}

.contact-content input:-moz-placeholder,
.contact-content select:-moz-placeholder,
.contact-content textarea:-moz-placeholder {
	color: #fff
}

.contact-content input::-moz-placeholder,
.contact-content select::-moz-placeholder,
.contact-content textarea::-moz-placeholder {
	color: #fff
}

.contact-content input:-ms-input-placeholder,
.contact-content select:-ms-input-placeholder,
.contact-content textarea:-ms-input-placeholder {
	color: #fff
}

.contact-content input.placeholder,
.contact-content select.placeholder,
.contact-content textarea.placeholder {
	color: #fff!important
}

.contact-primary,
.contact-secondary {
	float: left;
	padding: 0 5rem
}

.contact-primary {
	width: 65%
}

.contact-primary #contactForm {
	margin-top: -1.5rem
}

.contact-secondary {
	width: 35%
}

.contact-secondary::before {
	content: "";
	display: block;
	width: 35%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #121212
}

.contact-secondary .contact-info {
	position: relative
}

.contact-secondary .cinfo {
	margin-bottom: 4.8rem
}

.contact-social {
	list-style: none;
	display: inline-block;
	margin: 0;
	font-size: 2rem
}

.contact-social li {
	margin-right: 15px;
	padding-left: 0;
	display: inline-block
}

.contact-social li a {
	color: #fff
}

.contact-social li a:focus,
.contact-social li a:hover {
	color: #93110B
}

.contact-social li:last-child {
	margin: 0
}

.message-success,
.message-warning {
	display: none;
	background: #efefef;
	font-size: 1.5rem;
	line-height: 2;
	padding: 3rem;
	margin-bottom: 3.6rem;
	width: 100%
}

.message-warning {
	color: #ff6163
}

.message-success {
	color: #93110B
}

.message-success i,
.message-warning i {
	margin-right: 10px;
	font-size: 1.2rem
}

.submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 1.8rem;
	width: 100%;
	text-align: center;
	margin-bottom: 3rem
}

.submit-loader .text-loader {
	display: none;
	font-family: montserrat-regular, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.846;
	color: #fff;
	letter-spacing: .2rem;
	text-transform: uppercase
}

.oldie .submit-loader .s-loader {
	display: none
}

.oldie .submit-loader .text-loader {
	display: block
}

.s-loader {
	margin: 1.2rem auto 3rem;
	width: 70px;
	text-align: center;
	-webkit-transform: translateX(.45rem);
	-ms-transform: translateX(.45rem);
	transform: translateX(.45rem)
}

.s-loader>div {
	width: 9px;
	height: 9px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	margin-right: .9rem;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
	animation: bouncedelay 1.4s infinite ease-in-out both
}

.s-loader .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.s-loader .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

@media only screen and (max-width:1200px) {
	.contact-content {
		max-width: 900px
	}
}

@media only screen and (max-width:1000px) {
	.contact-content {
		max-width: 700px
	}
	.contact-primary,
	.contact-secondary {
		float: none;
		width: 100%
	}
	.contact-primary #contactForm {
		margin-top: -1.5rem;
		margin-bottom: 7.2rem
	}
	.contact-secondary .hide-on-fullwidth {
		display: none
	}
	.contact-secondary::before {
		display: none
	}
	.message-success,
	.message-warning {
		margin-bottom: 6rem
	}
}

@media only screen and (max-width:800px) {
	.contact-content h3 {
		text-align: center
	}
}

@media only screen and (max-width:600px) {
	.s-contact {
		padding-top: 12rem;
		padding-bottom: 0
	}
	.contact__line {
		height: 14.4rem;
		top: -7.2rem
	}
	.contact-content {
		padding-bottom: 12rem;
		text-align: center
	}
	.contact-primary,
	.contact-secondary {
		padding: 0 20px
	}
}

@media only screen and (max-width:400px) {
	.contact-primary,
	.contact-secondary {
		padding: 0 5px
	}
}

footer {
//*	padding: 9rem 0 6rem; *//
	font-family: montserrat-light, sans-serif;
	font-size: 15px;
	line-height: 2;
	text-align: center;
	color: rgba(255, 255, 255, .3)
}

footer h4 {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.313;
	margin-top: 0;
	margin-bottom: 3.6rem
}

footer a {
	color: #fff
}

footer a:active,
footer a:focus,
footer a:hover {
	color: #93110B
}

footer .row {
	max-width: 980px
}

.footer-main {
	text-align: left
}

.footer-main .left {
	padding-right: 40px
}

.footer-main .right {
	padding-left: 40px
}

.footer-logo {
	display: block;
	margin-top:30px;
	padding: 0;
	outline: 0;
	border: none;
	width: 255px;
	height: 111px;
	background: url(../images/logo-footer.png) no-repeat center;
	background-size: 255px 124px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.footer-subscribe .subscribe-form {
	margin: 0;
	padding: 0;
	position: relative
}

.footer-subscribe #mc-form {
	width: 100%
}

.footer-subscribe #mc-form input[type=email] {
	width: 100%;
	height: 5.4rem;
	padding: 1.2rem 160px 1.2rem 60px;
	background: url(../images/email-icon.png) 20px center no-repeat, rgba(0, 0, 0, .1);
	background-size: 24px 16px, auto;
	border: none;
	margin-bottom: 1.8rem;
	color: rgba(255, 255, 255, .5)
}

.footer-subscribe #mc-form input[type=email]:focus {
	color: #fff
}

.footer-subscribe #mc-form input[type=email]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .2)
}

.footer-subscribe #mc-form input[type=email]:-moz-placeholder {
	color: rgba(255, 255, 255, .2)
}

.footer-subscribe #mc-form input[type=email]::-moz-placeholder {
	color: rgba(255, 255, 255, .2)
}

.footer-subscribe #mc-form input[type=email]:-ms-input-placeholder {
	color: rgba(255, 255, 255, .2)
}

.footer-subscribe #mc-form input[type=email].placeholder {
	color: rgba(255, 255, 255, .2)!important
}

.footer-subscribe #mc-form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #93110B;
	border-color: #93110B;
	padding: 0 20px
}

.footer-subscribe #mc-form label {
	color: #fff;
	font-family: montserrat-regular, sans-serif;
	font-size: 1.3rem;
	padding: 0 2rem
}

.footer-subscribe #mc-form label i {
	padding-right: 6px
}

.footer-bottom {
//*	margin-top: 5.4rem; *//
	text-align: center;
	font-size: 14px
}

.footer-bottom .copyright span {
	display: inline-block
}

.footer-bottom .copyright span::after {
	content: "";
	display: inline-block;
	padding: 0 1rem 0 1.2rem;
	color: rgba(255, 255, 255, .05)
}

.footer-bottom .copyright span:last-child::after {
	display: none
}

.go-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 600;
	display: none
}

.go-top a,
.go-top a:visited {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background: #000;
	color: rgba(255, 255, 255, .5);
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.go-top a i,
.go-top a:visited i {
	font-size: 18px;
	line-height: inherit
}

.go-top a:focus,
.go-top a:hover {
	color: #fff
}

@media only screen and (max-width:900px) {
	.footer-main .left {
		padding-right: 20px
	}
	.footer-main .right {
		padding-left: 20px
	}
}

@media only screen and (max-width:800px) {
	footer .row {
		max-width: 600px
	}
	.footer-main .left {
		padding-right: 15px;
		margin-bottom: 4.2rem
	}
	.footer-main .right {
		padding-left: 15px
	}
}

@media only screen and (max-width:600px) {
	.footer-main .left {
		padding-right: 10px
	}
	.footer-main .right {
		padding-left: 10px
	}
	.footer-logo {
		margin: 3.4rem auto 3.6rem
	}
	.footer-bottom {
		padding-bottom: .6rem
	}
	.footer-bottom .copyright span {
		display: block
	}
	.footer-bottom .copyright span::after {
		display: none
	}
	.go-top {
		right: 0;
		bottom: 0
	}
}

@media only screen and (max-width:500px) {
	.footer-subscribe #mc-form input[type=email] {
		padding: 1.2rem 20px 1.2rem;
		background: rgba(0, 0, 0, .1);
		text-align: center
	}
	.footer-subscribe #mc-form input[type=submit] {
		position: static;
		width: 100%;
		margin-bottom: 1.8rem
	}
	.footer-subscribe #mc-form label {
		text-align: center
	}
}

@media only screen and (max-width:400px) {
	.footer-main .left {
		padding-right: 0
	}
	.footer-main .right {
		padding-left: 0
	}
}

.scroll-left {
	height: 50px;
	overflow: hidden;
	position: relative;
	background: #e0c459;
	color: #000;
	border: none
}

.scroll-left p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	transform: translateX(100%);
	animation: scroll-left 15s linear infinite
}

@keyframes scroll-left {
	0% {
		transform: translateX(100%)
	}
	100% {
		transform: translateX(-100%)
	}
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .75);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999
}

.popup-content {
	width: 360px;
	top: 70px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	margin-top: 20px;
	position: relative;
	height: 500px
}

.close-button {
	width: 176px;
	height: 33px;
	position: absolute;
	top: -60px;
	right: 113px;
	background: #000;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none
}

.close-button:hover {
	background: #000
}

@media screen and (max-width:720px) {
	.popup-content {
		width: 360px
	}
}

.checked {
  color: orange;
}

.accordion {
  background-color: #eee;
  color: #red;
  cursor: pointer;
  padding: 6px;
  width: 80%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;

}

.active, .accordion:hover {
  background-color: #fff;
}

.panel {
	margin-left: 95px;
	text-align: left;
  padding: 6px;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.mapa {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
     }

.czas-naglowek {
color:white;font-weight: 700;margin-bottom: 0px;	
}

.bialy-fa {
    color: white;
}