@font-face {
	font-family: NeueEinstellungBlack;
	src: url('../fonts/NeueEinstellungBlack.woff2');
}

@font-face {
	font-family: NeueEinstellungRegular;
	src: url('../fonts/NeueEinstellungRegular.woff2');
}

html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}

html > *,
html > * > *,
html > * > * > *,
html > * > * > * > li a,
html > * > * > * > li div {
	height: 100%;
}

body {
	font-family: NeueEinstellungBlack;
	font-size: 18px;
	background: #000000 url('../img/bg.jpg') center no-repeat;
	background-size: cover;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 7px 5px 7px;
	-webkit-border-radius: 0px;
}

section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

section:before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-color: rgba(0, 0, 0, 0.9);
}

section > div.row > div {
	padding: 0;
	min-height: 20vh;
}

::selection {
	background: #fc3c2d;
	transition: all 1s ease-in-out;
}

::-moz-selection {
	background: #fc3c2d;
	transition: all 1s ease-in-out;
}

a.no-link {
	cursor: default !important;
}

#nav-icon {
	width: 40px;
	height: 30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 2;
	overflow: visible;
}

#nav-icon span {
	display: block;
	position: absolute;
	background: #fc3c2d;
	height: 6px;
	width: 100%;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2) {
	top: 12px;
}

#nav-icon span:nth-child(3) {
	top: 24px;
}

#nav-icon span:nth-child(4) {
	top: 5px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	background: #99211f !important;
	z-index: -1;
}

#nav-icon span:nth-child(5) {
	top: 18px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	background: #99211f !important;
	z-index: -1;
}

#nav-icon.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#nav-icon.open span:nth-child(4) {
	opacity: 0;
	left: 60px;
	top: -10px;
}

#nav-icon.open span:nth-child(5) {
	opacity: 0;
	left: -60px;
	top: 35px;
}

.wrapper span,
.wrapper #nav-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wrapper h1 {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

.bold {
	font-family: NeueEinstellungBlack;
}

.gray {
	color: #959595;
}

main > ul {
	list-style: none;
}

main > ul > li {
	height: 20vh;
	padding: 0 !important;
}

main > ul > li > a {
	display: block;
	position: relative;
	overflow: hidden;
}

main > ul > li > a > div q {
	color: #000;
}

main > ul > li > a > div.tile1 {
	transition: background-color 1s;
}

main > ul > li > a > div.tile2 {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: background-color 1s;
}

main > ul > li > a > div:hover {
	background-color: rgba(255, 255, 255, .3) !important;
}

main > ul > li > a > div:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: inherit;
	content: "";
}

main > ul > li > a > div span {
	/*text-transform: lowercase;*/
	text-align: center;
}

#position1 div.tile1 {
	background: url('../img/1b1b1b.png') center repeat;
	background-size: cover;
}

#position2 div.tile1 {
	background: url('../img/121212.png') center repeat;
	background-size: cover;
	color: white;
}

#position2 div.tile2 {
	background: url('../img/000000.png') center repeat;
	background-size: cover;
	color: white;
}

#position3 div.tile1 {
	background: url('../img/3.1.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position3 div.tile2 {
	background: url('../img/1b1b1b.png') center repeat;
	background-size: cover;
	color: white;
}

#position4 div.tile1 {
	background: url('../img/16.2.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position4 div.tile2 {
	background: url('../img/4.2.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position5 div.tile1 {
	background: url('../img/303030.png') center repeat;
	background-size: cover;
	color: white;
}

#position5 div.tile2 {
	background: url('../img/5cc2af.png') center repeat;
	background-size: cover;
	color: white;
}

#position6 div.tile1 {
	background: url('../img/edaf08.png') center repeat;
	background-size: cover;
	color: white;
}

#position6 div.tile2 {
	background: url('../img/6.2.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position7 div.tile1 {
	background: url('../img/7.1.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position7 div.tile2 {
	background: url('../img/7.2.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position8 div.tile1 {
	background: url('../img/1b1b1b.png') center repeat;
	background-size: cover;
	color: white;
}

#position8 div.tile2 {
	background: url('../img/fc3c2d.png') center repeat;
	background-size: cover;
	color: white;
}

#position9 div.tile1 {
	background: url('../img/9.1.jpg') center repeat;
	background-size: cover;
	color: #5cc2af;
}

#position9 div.tile2 {
	background: url('../img/9.2.jpg') center repeat;
	background-size: cover;
	color: #5cc2af;
}

#position9 q {
	color: white;
}

#position10 div.tile1 {
	background: url('../img/10.1.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position10 div.tile2 {
	background: url('../img/10.2.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position11 div.tile1 {
	background: url('../img/141414.png') center repeat;
	background-size: cover;
	color: white;
}

#position11 div.tile2 {
	background: url('../img/ffffff.png') center repeat;
	background-size: cover;
	color: black;
}

#position12 div.tile1 {
	background: url('../img/12.1.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position12 div.tile2 {
	background: url('../img/1b1b1b.png') center repeat;
	background-size: cover;
	color: white;
}

#position13 div.tile1 {
	background: url('../img/000000.png') center repeat;
	background-size: cover;
	color: white;
}

#position13 div.tile2 {
	background: url('../img/1b1b1b.png') center repeat;
	background-size: cover;
	color: white;
}

#position14 div.tile1 {
	background: url('../img/14.1.jpg') center repeat;
	background-size: cover;
	color: white;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#position14 div.tile1:hover {
	color: black;
}

#position14 div.tile2 {
	background: url('../img/1b1b1b.png') center repeat;
	background-size: cover;
	color: white;
}

#position15 div.tile1 {
	background: url('../img/fc3c2d.png') center repeat;
	background-size: cover;
	color: white;
}

#position15 div.tile2 {
	background: url('../img/edaf08.png') center repeat;
	background-size: cover;
	color: white;
}

#position16 div.tile1 {
	background: url('../img/16.1.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position16 div.tile2 {
	background: url('../img/16.2.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position17 div.tile1 {
	/*background: url('../img/17.1.jpg') center repeat;
	background-size: cover;*/
	color: white;
}

#position17 div.tile2 {
	background: url('../img/17.1.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position18 div.tile1 {
	background: url('../img/18.1.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position18 div.tile2 {
	background: url('../img/5cc2af.png') center repeat;
	background-size: cover;
	color: white;
}

#position19 div.tile1 {
	background: url('../img/19.1.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position19 div.tile2 {
	background: url('../img/19.2.jpg') center repeat;
	background-size: cover;
	color: white;
}

#position20 div.tile1 {
	background: url('../img/171717.png') center repeat;
	background-size: cover;
	color: white;
}

#position20 div.tile2 {
	background: url('../img/000000.png') center repeat;
	background-size: cover;
	color: white;
}

section.menu > div.row > div.language,
section.menu > div.row > div.language a {
	font-family: NeueEinstellungRegular;
	color: #454545;
	font-size: 25px;
}

section.menu > div.row > div.language a.active {
	font-family: NeueEinstellungBlack;
	color: #ffffff;
}

section.menu > div.row > div > ul {
	color: #ffffff;
	height: 100%;
	padding: 0 90px 0 70px;
}

section.menu > div.row > div > ul > li.logo {
	width: 100%;
	height: 60px;
	max-width: 300px;
	background: url("../img/logo.png") no-repeat;
	background-size: contain;
	margin: 30px 0;
}

section.menu > div.row > div > ul > li > a {
	color: #ffffff;
	font-size: 50px;
	text-transform: lowercase;
	position: relative;
	line-height: 1.8;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

section.menu > div.row > div > ul > li > a:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: #e8aa03;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

section.menu > div.row > div > ul > li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

section.menu > div.row > div > ul > li > a.active {
	color: #e8aa03;
}

section.menu > div.row > div > ul > li > .menu-content {
	display: none;
	font-family: NeueEinstellungRegular;
	padding: 60px 0;
	line-height: 1.4;
}

section.menu > div.row > div > ul > li > .menu-content.reference a {
	width: calc(30% - 1px);
	max-width: 200px;
	display: inline-block;
	margin: 0 9px 1px 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

section.menu > div.row > div > ul > li > .menu-content.reference a:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

section.menu > div.row > div > ul > li > .menu-content.reference a > img {
	width: 100%;
	height: 100%;
}

section.menu > div.row > div > ul > li > .menu-content ul {
	margin: 0;
}

section.menu > div.row > div > ul > li > .menu-content .social {
	margin-top: 40px;
}

section.menu > div.row > div > ul > li > .menu-content .social a {
	display: inline-block;
	height: 30px;
	margin-right: 40px;
}

section.menu > div.row > div > ul > li > .menu-content .social .facebook {
	width: 14px;
	background: url('../img/facebook.png') no-repeat;
	background-size: contain;
}

section.menu > div.row > div > ul > li > .menu-content .social .instagram {
	width: 30px;
	background: url('../img/instagram.png') no-repeat;
	background-size: contain;
}

section.menu > div.row > div > ul > li > .menu-content .social .youtube {
	width: 41px;
	background: url('../img/youtube.png') no-repeat;
	background-size: contain;
}

.menu-content .kontaktne-osoby {
	margin-bottom: 40px;
}

.menu-content .kontaktne-osoby a {
	color: #fff;
}

.menu-content .kontaktne-osoby h3 {
	font-weight: bold;
	margin-bottom: 0;
}

.menu-content .kontaktne-osoby-sekcia {
	margin-top: 40px;
}

section.subpage:before {
	background: linear-gradient(90deg, #1b1b1b 25%, rgba(0, 0, 0, 0) 25%);
}

section.subpage .row .header {
	background: #fcb903;
	color: #fff;
	/*text-transform: lowercase;*/
}

section.subpage .row .header h1 {
	font-size: 30px;
	margin: 0;
	padding-right: 30px;
	padding-left: 30px;
}

section.subpage .row .submenu ul {
	height: 100%;
}

section.subpage .row .submenu li {
	padding: 30px;
	display: inline-block;
	width: 100%;
}

section.subpage .row .submenu li:first-of-type {
	padding: 0 30px 30px 30px;
}

section.subpage .row .submenu li a {
	color: #676767;
	position: relative;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

section.subpage .row .submenu li a:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -7px;
	left: 0;
	background-color: #e8aa03;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

section.subpage .row .submenu li:hover a:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

section.subpage .row .submenu li a.active {
	color: #e8aa03;
}

section.subpage .row .content,
section.subpage .row .submenu {
	overflow: hidden;
	height: 100%;
	padding: 0;
}

section.subpage .row .scroll-wrapper {
	height: calc(80vh - 100px);
	min-height: 1px;
	margin: 50px 0 !important;
}

section.subpage .row .content .content-section {
	font-family: NeueEinstellungRegular;
	color: white;
	padding: 0;
	margin: 0;
	display: block;
	height: 100%;
}

section.subpage .row .content .content-section .subcontent-section {
	margin-bottom: 50px;
	padding: 0 110px 0 90px;
	max-width: 1140px;
}

section.subpage .row .content .content-section .subcontent-section > * {
	display: inline-block;
}

section.subpage .row .content .content-section .subcontent-section > *:not(a) {
	width: 100%;
}

section.subpage .row .content .content-section .subcontent-section > p {
	line-height: 1.4;
}

section.subpage .row .content .content-section .subcontent-section > h5 {
	font-family: NeueEinstellungBlack;
	color: #e8aa03;
	font-size: 20px;
}

section.subpage .row .content .content-section .subcontent-section > ul > li {
	line-height: 1.4;
	margin: 0;
	list-style-type: circle;
}

section.subpage .row .content .content-section .subcontent-section > ul.margin > li {
	margin: 18px 0;
}

section.subpage .row .content .content-section .subcontent-section span {
	margin-bottom: 20px;
}

section.subpage .row .content .content-section .subcontent-section .yellow {
	font-family: NeueEinstellungBlack;
	color: #e8aa03;
}

section.subpage .row .content .content-section .subcontent-section .button {
	font-family: NeueEinstellungBlack;
	color: #e8aa03;
	text-transform: uppercase;
	background: #000;
	border: 3px solid #e8aa03;
	text-align: center;
	padding: 15px 50px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

section.subpage .row .content .content-section .subcontent-section .button:hover {
	background: #1b1b1b;
}

section.subpage .row .content .content-section .subcontent-section .reference-wrapper a {
	width: 30%;
	max-width: 200px;
	display: inline-block;
	margin: 0 4px 1px 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	cursor: pointer;
	overflow: hidden;
}

section.subpage .row .content .content-section .subcontent-section .reference-wrapper .gallery {
	display: none;
}

section.subpage .row .content .content-section .subcontent-section .reference-wrapper:not(.media) a .hover {
	background: black;
	height: calc(100% - 4px);
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	opacity: 0;
	padding: 10px;
	transition: all 0.3s linear;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

section.subpage .row .content .content-section .subcontent-section .reference-wrapper:not(.media) a .hover span {
	color: white;
	font-size: 15px;
	margin-bottom: 0;
}

section.subpage .row .content .content-section .subcontent-section .reference-wrapper:not(.media) a .hover h6 {
	color: #e8aa03;
	text-decoration: underline;
	margin: 10px 0;
	font-size: 16px;
	font-family: NeueEinstellungBlack;
}

section.subpage .row .content .content-section .subcontent-section .reference-wrapper:not(.media) a:hover .hover {
	opacity: 1;
}

section.subpage .row .content .content-section .subcontent-section .reference-wrapper a img {
	width: 100%;
	height: 100%;
}

.thumb-viewer {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.thumb-viewer:before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-color: rgba(0, 0, 0, 0.7);
}

.arrow-wrapper {
	height: 0;
}

.viewer-body {
	width: 75%;
	max-width: 800px;
	margin: auto;
	height: 80vh;
	top: 20vh;
	position: relative;
}

.viewer-body img,
.viewer-body video,
.viewer-body .videoWrapper {
	max-width: 100%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: black;
}

.viewer-body .videoWrapper {
	width: 100%;
	padding-bottom: 56.25%;
}

.viewer-body .videoWrapper iframe {
	position: absolute;
}

.previmage, .nextimage {
	display: inline-block;
	width: 37px;
	height: 37px;
	border-top: 9px solid #676767;
	border-left: 9px solid #676767;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto 15px;
	z-index: 4;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.nextimage {
	border: none;
	border-bottom: 9px solid #676767;
	border-right: 9px solid #676767;
	left: auto;
	right: 15px;
}

.previmage:hover, .nextimage:hover {
	border-color: #e8aa03;
}

section > div.row > .menu-container {
	height: calc(100% - 180px);
	margin: 90px 0;
	min-height: 1px;
}

/* OFF SCROLL */
.overflow-child {
	width: calc(100% + 20px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.overflow-parent {
	overflow: hidden;
}

.fixed {
	position: fixed;
}

/* ON SCROLL */
section.subpage .row .scroll-wrapper.auto-height,
section.menu > div.row > div > ul.auto-height {
	height: auto !important;
}

figure {
	margin: 0;
}

/* overlay */
.contact-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	font-family: NeueEinstellungRegular;
	line-height: 1.4;
	/*text-align: center;*/

}

.contact-wapper > * {
	padding: 15px 0;
}

.contact-modal #overlay {
	background: rgba(0, 0, 0, .94);
	width: 100%;
	height: 100%;
	position: absolute;
}

.contact-modal .contact-wapper {
	margin: 7% auto 0 auto;
	max-width: 50%;
	padding: 0 90px 0 70px;
	height: auto;
	color: #fff;
	position: relative;
}

.wagwep-container ul#portfolio-filter {
	display: none;
}

section.subpage .row .content .content-section .subcontent-section.image-place {
	padding: 0;
}

section.subpage .row .content .content-section .subcontent-section span {
	margin-bottom: -53px;
	border-bottom: 0;
}

section.subpage .row .content .content-section .subcontent-section .logo-title {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	letter-spacing: 1px;

}

.deleteMeetingClose {
	font-size: 2em;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: -50px;
}

/*REFERENCIE*/

section.subpage .row .content .content-section .subcontent-section > .post {
	width: 801px;
	height: 400px;
	position: relative;
	cursor: pointer;
	background: red;
	margin-left: 35px;

}

.post:hover .post-s {
	height: 0px;
}

.post img {
	display: block;
	width: 801px;
	height: 400px;
}

.post-s {
	width: 801px;
	height: 400px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: auto 300px !important;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
	transition: height 1s;
}

.post-s img {
	width: auto;
	height: 350px;
}

.post-s h2 {
	color: white;
	font-size: 50px;
	border: 6px solid white;
	padding: 10px 30px;
}

.popupBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	font-family: NeueEinstellungRegular;
	line-height: 1.4;
	overflow: hidden;
	/*text-align: center;*/

}

.contact-wapper > * {
	padding: 15px 0;
}

.popupBox #overlay {
	background: rgba(0, 0, 0, .94);
	width: 100%;
	height: 100%;
	position: absolute;
}

.popupBox .contact-wapper .deleteMeetingClose span {
	font-size: 11px;
	margin-top: -10px;
}

.popupBox .contact-wapper .deleteMeetingClose {
	font-size: 2em;
	cursor: pointer;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	right: 10px;
	top: 15px;
	width: 75px;
}

.popupBox .contact-wapper {
	/*margin: 7% auto 0 auto;*/
	/*max-width: 1000px;*/
	padding: 0px 17%;
	height: 100%;
	right: -17px;
	color: #fff;
	position: absolute;
	overflow-y: scroll;
	box-sizing: content-box;
}

.popupBox .references-content img {
	width: 100%;
}

.popupBox .references-content div.logo {
	position: absolute;
	display: flex;
	justify-content: center;
	width: calc(100% - 65px);
	top: -100px;
}

.popupBox .references-content div.logo img {
	height: 200px;
}

.popupBox .references-content > div {
	text-align: center;
	padding: 100px 50px 80px 50px;
	margin-top: 10px;
	margin-bottom: 6px;
	position: relative;
}

.popupBox .references-content div .tags {
	margin-bottom: 20px;
	font-size: 25px;
}


.alluring_main {
	background: url('../../assets/img/references/alluring/alluring_beauty.svg') #d1af9d80;
	background-size: 50% !important;
}

.popupBox.alluring .references-content > div {
	background-color: #d1af9d;
	color: #fff;
}

.popupBox.alluring .references-content div.logo img {
	height: 95px;
}


.belumi-pumpy_main {
	background: url('../../assets/img/references/belumi-pumpy/belumi_svg.svg') #fff8f280;
	background-size: 50% !important;
}

.popupBox.belumi-pumpy .references-content > div {
	background-color: #234b99;
	color: #fff;
}

.popupBox.belumi-pumpy .references-content div.logo img {
	height: 95px;
}

.youtube-video {
	width: 100%;
	height: 600px;
}

.biblicka_main {
	background: url('../../assets/img/references/biblicka/biblicka_logo.svg') #fff8f280;
	background-size: 50% !important;
}

.popupBox.biblicka .references-content > div {
	background-color: #fff8f2;
	color: #2f2f2f;
}

.popupBox.biblicka .references-content div.logo img {
	height: 95px;
}

.royal_main {
	background: url('../../assets/img/references/royal/royal_logo.svg') #00468bb5;
	background-size: 50% !important;
}

.popupBox.netky .references-content > div, .popupBox.royal .contact-wapper .deleteMeetingClose {
	background-color: #00468b;
}

.popupBox.royal .references-content div .tags {
	margin-bottom: 20px;
	margin-top: 50px;
	font-size: 25px;
}

.popupBox.royal .references-content > div {
	padding: 100px 50px 30px 50px;
}

.popupBox.royal .references-content > div {
	background-color: #00468b;
}

.popupBox.royal .references-content div.logo img {
	height: 95px;
}

.popupBox.royal .references-content div.logo {
	top: 32px;
}

.netky-main {
	background: url('../../assets/img/references/netky/netky-logo.svg') #ed1c24b5;
}

.popupBox.netky .references-content > div, .popupBox.netky .contact-wapper .deleteMeetingClose {
	background-color: #ed1c24;
}

.dentails-main {
	background: url('../../assets/img/references/dentails/dentails-logo.svg') #26a9e0b5;
}

.popupBox.dentails .references-content > div, .popupBox.dentails .contact-wapper .deleteMeetingClose {
	background-color: #26a9e0;
}

.gasparik-main {
	background: url('../../assets/img/references/gasparik/gasparik-logo.svg') #f6b5a8b5;
}

.popupBox.gasparik .references-content > div, .popupBox.gasparik .contact-wapper .deleteMeetingClose {
	background-color: #f6b5a8;
}

.mb-dent-main {
	background: url('../../assets/img/references/mb-dent/mb-dent-logo.svg') #067bc2b5;
}

.popupBox.mb-dent .references-content > div, .popupBox.mb-dent .contact-wapper .deleteMeetingClose {
	background-color: #067bc2;
}

.topfarm-main {
	background: url('../../assets/img/references/topfarm/top-farm-logo.svg') #21803eb5;
}

.popupBox.topfarm .references-content > div, .popupBox.topfarm .contact-wapper .deleteMeetingClose {
	background-color: #21803e;
}

.rovami-main {
	background: url('../../assets/img/references/rovami/rovami-logo.svg') #4166b8b5;
}

.popupBox.rovami .references-content > div, .popupBox.rovami .contact-wapper .deleteMeetingClose {
	background-color: #4166b8;
}

.crowtech-main {
	background: url('../../assets/img/references/crowtech/crowtech-logo.svg') #c10043b5;
}

.popupBox.crowtech .references-content > div, .popupBox.crowtech .contact-wapper .deleteMeetingClose {
	background-color: #c10043;
}

.skficlinicsered-main {
	background: url('../../assets/img/references/skficlinicsered/skficklinicsered-logo.svg') #e3222eb5;
}

.popupBox.skficlinicsered .references-content > div, .popupBox.skficlinicsered .contact-wapper .deleteMeetingClose {
	background-color: #e3222e;
}

@media (max-width: 768px) {
	section.subpage .row .content .content-section .subcontent-section > .post {
		width: 83%;
		height: 180px;
	}

	.post img, .post-s {
		width: 100%;
		height: 180px;
	}

	.post-s {
		background-size: auto 135px !important;
	}

	.popupBox .contact-wapper .deleteMeetingClose {
		right: -5px;
		top: 14px;
		width: 56px;
	}

	.popupBox .references-content div .tags {
		font-size: 15px;
	}

	.popupBox .references-content div .text {
		font-size: 13px;
	}

	.popupBox .references-content > div {
		padding: 80px 25px 50px 25px;
	}

	.popupBox .references-content div.logo img {
		height: 125px;
	}

	.popupBox .references-content div.logo {
		top: -55px;
	}

	.post-s.biblicka_main {
		background-size: auto 70px !important;
	}
}

@media (max-width: 425px) {
	section.subpage .row .content .content-section .subcontent-section > .post {
		width: 83%;
		height: 148px;
	}

	.post img, .post-s {
		width: 100%;
		height: 148px;
	}

	.post-s {
		background-size: auto 120px !important;
	}

	.popupBox .contact-wapper {
		padding: 0px 13%;
	}

	.post-s.biblicka_main {
		background-size: auto 50px !important;
	}

	.post-s.belumi-pumpy_main {
		background-size: auto 50px !important;
	}

	.post-s.alluring_main {
		background-size: auto 85px !important;
	}


	.youtube-video {
		width: 100%;
		height: 200px;
	}


}

