html, body { background-color:#000;font-size:14px;line-height:18px;height:100%;color:#000;font-family: Arial, Helvetica, sans-serif; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, p, blockquote, pre, a, big, em, img, q, small, strong, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0;margin: 0;outline: 0;padding: 0; }

/* Add font */
/* Add: fonts/dir_name/font_name_font.css - more fonts */
/* Add example in index.php: <link rel="stylesheet" href="<?php echo $link_www_src; ?>fonts/proxima/font_proxima.css"> */
/* Edit styles: partners, search, cookies, mobile contact, facebook - dir: /css/functions.css */

.black::-webkit-input-placeholder {color: #000;}
.black:-moz-placeholder { color: #000;}
.black:-ms-input-placeholder { color: #000;}
.black:-moz-placeholder { color: #000;}

#cookie_info {
	display: none !important;
}

@media screen and (min-width: 1100px) {

.popupCanalPlus {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.9);
}
	.popupCanalPlusBox {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.popupCanalPlusBoxInside {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.popupCanalPlusInside {
			position: relative;
			width: 44.4rem;
			background-color: #0A0A0A;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-flow: column;
			border-radius: 2rem;
			padding: 4rem 0;
			text-decoration: none;;
		}
			.popupLogo {
				width: 34rem;
				height: auto;
				margin-bottom: 2rem;
			}
			.popupText {
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 1.5rem;
				font-weight: 400;
				line-height: 2rem;
				color: #EA1650;
				letter-spacing: 2.5px;
			}
				.closePopupCanalPlus {
					position: absolute;
					right: -1.5rem;
					top: -1.5rem;
					width: 3rem;
					height: 3rem;
					border-radius: 10rem;
					border: 2px solid #EA1650;
					font-size: 1.5rem;
					line-height: 2rem;
					font-weight: 700;
					color: #fff;
					display: flex;
					justify-content: center;
					align-items: center;
					cursor: pointer;
					z-index: 2;
				}

.formularz-div.mobile {
	display: none !important;
}

.dropbtn {
    background: transparent;
    color: white;
    font-size: 1.15vw;
	line-height: 2vw;
    border: none;
	font-family: BebasNeueBold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	background-color: #040234;
opacity: 0.9;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}


.under_construction {
	float: left;
	width: 100%;
	position: relative;
	height: calc(100% - 6vw);
	background: url('images/story_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 7vw 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.under_construction.trailer {
	background: #000;
}
	.under_construction .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.under_construction .movie,
	.under_construction .movie p,
	.under_construction .movie p iframe {
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
	}
	.under_construction .movie p iframe {
		height: 99%;
		margin: 1% 0 0 0;
	}
.no-comp { display:none !important; }

.wrapper {
	float: left;
	width: 100%;
	height: 8.64vw;
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 20;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wrapper.sub {
	background: url('images/wrapper_bg.png') bottom no-repeat;
	background-size: cover;
}
.wrapper.sw {
	background: url('images/wrapper_bg.png') bottom no-repeat;
	background-size: cover;
	height:6vw;
}
	.wrapper .uni_wrap {
		width: calc(100% - 4vw);
		height: 100%;
		position: relative;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper .logo {
		float: left;
		position: absolute;
		left: 0;
	}
		.wrapper .logo img {
			float: left;
			position: relative;
			width: 18.07vw;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		.wrapper .logo.logo_pl img {
			width: 11.14vw;
		}
		.wrapper.sw .logo img {
			width: 14vw;
		}
		.wrapper.sw .logo.logo_pl img {
			width: 8.6vw;
		}
	.wrapper nav {
		float: left;
		width: auto;
		position: relative;
	}
	.wrapper nav ul {
		float: left;
		position: relative;
	}
	.wrapper nav ul li {
		float: left;
		position: relative;
		list-style: none;
	}
	.wrapper nav ul li a {
		color: #ffffff;
		font-family: BebasNeueBold;
		font-size: 1.15vw;
		line-height: 2vw;
		letter-spacing: 0.01vw;
		text-decoration: none;
	}
	.wrapper nav ul li a:hover {
		color: #e81750;
	}
	.wrapper nav ul li a.active {
		color: #e81750;
	}
	.wrapper nav ul li .menu-hr {
		float: right;
		margin: 3px 1vw 0 1vw;
	}
	.wrapper nav ul li:last-child .menu-hr {
		display: none;
	}
	.wrapper .menu-tel {
		display: none !important;
	}
	.wrapper .box {
		position: absolute;
		float: left;
		right: 0;
		width: 12vw;
	}
		.wrapper .lang {
			position: relative;
			float: right;
			color: #ffffff;
			font-family: BebasNeueBold;
			font-size: 1.05vw;
			line-height: 1vw;
			letter-spacing: 0.5px;
			margin: 0 0 1.3vw 0;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		.wrapper.sw .lang {
			margin: 0 0 1vw 0;
		}
			.wrapper .lang .choose {
				position: relative;
				float: left;
				margin: 0 0 0 0;
			}
			.wrapper .lang a {
				position: relative;
				float: left;
				text-decoration: none;
				margin: 0 0 0 1.2vw;
				cursor: pointer;
				color: rgba(255, 255, 255, 0.5);
			}
			.wrapper .lang .active-lang {
				color: #fff;
			}
			.social {
				position: relative;
				float: right;
			}
				.social a {
					position: relative;
					float: left;
				}
					.social a img {
						position: relative;
						float: left;
						margin: 0 0 0 0.8vw;
					}

/* START style partners */
	.partners {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
	}
		.partners .owl-carousel {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: block;
		}
		.partners .partners-box {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			/* border: 1px solid rgba(255, 255, 255, 0.3); */
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			/* background-color: #fff; */
		}
		.partners .partners-box .img {
			position: relative;
			float: left;
			width: 70%;
			height: 70%;
			max-width: 70%;
			max-height: 70%;
			object-fit: scale-down;
		}
		.partners.sg .partners-box .img {
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			object-fit: cover;
		}
		.partners.sg .partners-box {
			border: none;
		}
		.partners.certy .img {
			width: 77%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			object-fit: cover;

		}
		.partners .owl-nav {
			float: left;
			width: 100%;
			position: relative;
			margin: 10px 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: none;
		}
		.crew .owl-nav {
			display: none;
		}
		.painters .owl-nav {
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			float: left;
			width: 90%;
			margin: 10px 0 0 0;
			padding:0 0 0 0;
			position: relative;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */

	.pliki {
		float: left;
		width: 100%;
		position: relative;
		margin: 2vw 0 2vw 0;
		padding: 0 0 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
		.pliki .plik {
			float: left;
			/* width: 100%; */
			position: relative;
			margin: 0 0 10px 0;
			padding: 0 0 0 0;
		}
			.pliki .plik a {
				text-decoration: none;
				color: #000;
			}
			.pliki .plik a:hover {
				color: #000;
			}
		.pliki .plik-ikona-box {
			float: left;
			position: relative;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.pliki .plik-roz {
			float: left;
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			color: #fff;
			font-size: 10px;
			line-height: 16px;
			text-align: center;
		}
		.plik-ikona {
			float: left;
			width: 35px;
			margin: 0 0 0 0;
		}
		.plik-tytul {
			float: left;
			position: relative;
			margin: 18px 0 0 10px;
			padding: 0 0 0 0;
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 14px;
		}
	.fb-like-box {
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative;
	}

.zdjecie-glowne {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 0 0 0;
	z-index: 5;
}
	.gallery .gallery-box .img,
	.zdjecie-glowne .img {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.kbox .fade,
	.obox .fade,
	.gbox .fade,
	.cast_box .fade,
	.studio_box .fade,
	.gallery .gallery-box .fade,
	.zdjecie-glowne .fade {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: BebasNeueBold;
		background-color: rgba(0, 0, 0, 0.8);
		background: rgba(0, 0, 0, 0.8);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}
		.kbox:hover .fade,
		.obox:hover .fade,
		.gbox:hover .fade,
		.cast_box:hover .fade,
		.studio_box:hover .fade,
		.gallery .gallery-box:hover .fade,
		.zdjecie-glowne:hover .fade {
			opacity: 1;
		}
		.zoom {
			width: auto !important;
		}
.gallery {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
.gallery.cert {
	margin: 2vw 0 0 0;
}
	.gallery .gallery-box {
		float: left;
		width: calc(25% - 8px);
		height: 16vw;
		margin: 0 10px 10px 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.gallery .gallery-box:nth-of-type(4n) {
		margin: 0 0 10px 0;
	}
.white {
	color: #fff !important;
}
.uni_shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}
.uni_big_header {
	position: absolute;
	float: left;
	left: 0;
	color: rgba(255, 254, 254, 0.1);
	font-family: BebasNeueBold;
	font-size: 15vw;
	line-height: 11vw;
	letter-spacing: 0.5vw;
}
.uni_header_72 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.75vw;
	font-weight: 700;
	line-height: 4.2vw;
	letter-spacing: 0.1vw;
}
.uni_header_60 {
	position: relative;
	float: left;
	width: 100%;
	margin: 3vw 0 0 0;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.1vw;
	font-weight: 700;
	line-height: 3.75vw;
	letter-spacing: 0.02vw;
}
.uni_painters_header_60 {
	position: relative;
	float: left;
	width: 100%;
	margin: 3vw 0 0 0;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.5vw;
	font-weight: 700;
	line-height: 3.75vw;
	letter-spacing: 0.02vw;
}
.uni_header_30_72 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #e81750;
	font-family: BebasNeueBold;
	font-size: 1.6vw;
	line-height: 2vw;
	letter-spacing: 0.05vw;
}
	.uni_header_30_72 span {
		display: block;
		color: #000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 3.75vw;
		font-weight: 700;
		line-height: 5.8vw;
		letter-spacing: 0.08vw;
	}
.uni_header_30 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000000;
	font-family: BebasNeueBold;
	font-size: 1.6vw;
	line-height: 2vw;
	letter-spacing: 0.05vw;
}
.uni_text_18 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.95vw;
	font-weight: 300;
	line-height: 1.6vw;
	letter-spacing: 0.02vw;
}
.uni_text_16 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.85vw;
	font-weight: 400;
	line-height: 1.6vw;
	letter-spacing: 0.4px;
}
	.uni_text_16 a {
		color: #000;
		text-decoration: none;
	}
.uni_link {
	position: relative;
	float: left;
	width: 11vw;
	height: 2.2vw;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.uni_link:hover {
	background-color: #000;
	border: 1px solid #000;
}
.uni_link.white {
	border: 1px solid #fff;
}
.uni_link.white:hover {
	background-color: #fff;
	border: 1px solid #fff;
}
	.uni_link .link_text {
		position: relative;
		float: left;
		color: #000;
		font-family: BebasNeueBold;
		font-size: 1vw;
		line-height: 2.2vw;
		text-transform: uppercase;
		letter-spacing: 0.02vw;
		padding-right: 1.5vw;
		background: url('images/link_arrow_black.png') right no-repeat;
	}
	.uni_link:hover .link_text {
		color: #fff;
		background: url('images/link_arrow_white.svg') right no-repeat;
	}
	.uni_link.white .link_text {
		background: url('images/link_arrow_white.svg') right no-repeat;
		color: #fff;
	}
	.uni_link.white:hover .link_text {
		background: url('images/link_arrow_black.png') right no-repeat;
		color: #000;
	}
.link_paint {
	position: relative;
	float: left;
	width: 10.8vw;
	height: 2.8vw;
	text-decoration: none;
	background: url('images/link_bg_red.png') center no-repeat;
	background-size: cover;
	color: #ffffff;
	font-family: BebasNeue;
	font-size: 1vw;
	line-height: 2.8vw;
	text-transform: uppercase;
	letter-spacing: 0.55px;
	text-align: center;
}
.link_paint_sml {
	position: relative;
	float: left;
	width: 8.7vw;
	height: 1.65vw;
	text-decoration: none;
	background: url('images/link_bg_red_sml.png') center no-repeat;
	background-size: cover;
	color: #ffffff;
	font-family: BebasNeue;
	font-size: 0.85vw;
	line-height: 1.65vw;
	text-transform: uppercase;
	letter-spacing: 0.45px;
	text-align: center;
}
.uni_wrap {
	position: relative;
	width: calc(100% - 4vw);
	height: 100%;
	margin: 0 auto;
}
.wrap_1530 {
	position: relative;
	width: 80%;
	height: 100%;
	margin: 0 auto;
}
.uni_margin_top {
	margin-top: 6vw !important;
}
.scroll_down {
	position: relative;
	float: left;
	color: #ffffff;
	font-family: BebasNeueBold;
	font-size: 1.25vw;
	line-height: 1.6vw;
	letter-spacing: 0.6px;
	padding-right: 2.35vw;
	background: url('images/scroll_down_arrow.png') right no-repeat;
	background-size: 1.6vw;
	cursor: pointer;
}
.backk {
	position: relative;
	float: left;
	color: #000;
	font-family: BebasNeueBold;
	font-size: 1.25vw;
	line-height: 1.6vw;
	letter-spacing: 0.6px;
	padding-left: 2.35vw;
	background: url('images/back_arrow_black.png') left no-repeat;
	background-size: 1.6vw;
	cursor: pointer;
	text-decoration: none;
}

.container {
	float: left;
	width: 100%;
	height: 51.5vw;
	position: relative;
	margin: 0 0 0 0;
	overflow: hidden;
}
	.container .slideshow_shade {
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1;
		height: 17.76vw;
		background: url('images/slideshow_shade.png') top no-repeat;
		background-size: cover;
	}
	.container .slide-1 {
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
		.container .slides {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			background-size: cover !important;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.container .slides .box {
			float: left;
			width: 60%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
		}
		.container .slides .box .uni_header_60 {
			margin: 0 0 0 0;
			clear: both;
			text-align: center;
			visibility: hidden;
		}
		.container .slides .box .uni_text_18 {
			margin: 1.2vw 0 0 0;
			text-align: center;
			clear: both;
			visibility: hidden;
		}
	.container .scroll-down {
		position: absolute;
		float: left;
		width: calc(100% - 4vw);
		left: 2vw;
		bottom: 6vw;
		z-index: 5;
		color: #ffffff;
		font-family: BebasNeueBold;
		font-size: 0.95vw;
		line-height: 1vw;
		letter-spacing: 0.02vw;
		text-align: center;
		cursor: pointer;
		visibility: hidden;
	}
		.container .scroll-down:before {
			content: "";
			position: absolute;
			float: left;
			width: 40vw;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.5);
			top: 50%;
			left: 0;
		}
		.container .scroll-down:after {
			content: "";
			position: absolute;
			float: left;
			width: 40vw;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.5);
			top: 50%;
			right: 0;
		}

.home1 {
	float:left;
	width:100%;
	height: 54.5vw;
	position:relative;
	background: url('images/home_img2.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: -4.7vw 0 0 0;
}
	.home1:before {
		content: "";
		position: absolute;
		float: left;
		left: 2vw;
		bottom: 7.5vw;
		width: calc(100% - 4vw);
		height: 1px;
		background-color: rgba(255, 255, 255, 0.5);
	}
	.home1 .uni_big_header {
		transform: translateX(-4vw) translateY(22.2vw) rotate(270deg);
	}
	.home1 .box {
		position: relative;
		float: left;
		width: 50%;
		margin: 21.4vw 0 0 0;
	}
		.home1 .box .uni_header_30 {
			color: #e81750;
			margin: 0 0 2.5vw 0;
		}
		.home1 .box .logo2 {
			position: relative;
			float: left;
			/* width: 24vw; */
			height: 3.12vw;
			margin: 0 0 2.5vw 0;
		}
		.home1 .box .logo2.logo_pl {
			height: 2.34vw;
		}
		.home1 .box .uni_text_16 {
			margin: 0 0 3vw 0;
			text-align: justify;
		}

.home2 {
	float:left;
	width:100%;
	height: 50vw;
	position:relative;
	/* background: url('images/home_img3.png') center no-repeat; */
	/* background-size: cover;	 */
	margin: -3.5vw 0 0 0;
	z-index: 1;
}
.home2 .uni_big_header.one {
    color: rgba(139, 101, 0, 0.1);
    transform: translateX(-7vw) translateY(19.2vw) rotate(270deg);
}
.home2 .uni_big_header.two {
    color: rgba(139, 101, 0, 0.1);
    transform: translateX(41vw) translateY(19.2vw) rotate(270deg);
}
	.home2 .box {
		position: relative;
		float: left;
		width: 50%;
		height: 100%;
	}
	/* .home2 .box::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		height: 20vw;
		width: 100%;
		z-index: 1;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(180deg, rgba(0,0,0,0.05646008403361347) 0%, rgba(255,255,255,1) 70%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.05646008403361347) 0%, rgba(255,255,255,1) 70%);
		background: linear-gradient(180deg, rgba(0,0,0,0.05646008403361347) 0%, rgba(255,255,255,1) 70%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	} */
		.home2 .box .photo_box {
			position: absolute;
			float: left;
			width: 100%;
			height: 100%;
			left: 0;
			bottom: 0;
			z-index: 2;
		}
				.home2 .box.two .photo_box .zdjecie-glowne .img {}
		.home2 .box .white_area {
			position: absolute;
			float: left;
			width: 100%;
			height: 10.6vw;
			background-color: rgba(255,255,255,0.4);
			left: 0;
			bottom: 0;
			z-index: 6;
			display: flex;
			justify-content: center;
			align-items: center;
		}
				.home2 .box .white_area .inside_box {
					width: 80%;
					display: flex;
					justify-content: space-between;
					align-items: center;
				}
					.home2 .box .white_area .inside_box .uni_header_30_72 {
						width: 70%;
					}
					.home2 .box.two .white_area .inside_box .uni_header_30_72 {
						/* color: dimgrey;						 */
					}
					.home2 .box .white_area .inside_box .uni_link {
						margin: 2.5vw 0 0 0;
					}
	/* .home2 .wrap { */
		/* position: relative; */
		/* width: 70%; */
		/* height: 100%; */
		/* margin: 0 auto; */
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
	/* } */
		/* .home2 .big_box { */
			/* position: relative; */
			/* float: left; */
			/* width: 100%;		 */
			/* display: flex; */
			/* justify-content: space-between; */
			/* align-items: center;			 */
		/* } */
			/* .home2 .big_box .box { */
				/* position: relative;  */
				/* float: left; */
				/* width: 29%; */
				/* height: 36.5vw; */
				/* display: flex; */
				/* justify-content: center; */
				/* align-items: center; */
				/* border-top: 1px solid rgba(14, 14, 14, 0.5); */
				/* border-bottom: 1px solid rgba(14, 14, 14, 0.5); */
				/* box-sizing: border-box; */
				/* -moz-box-sizing: border-box; */
				/* -webkit-box-sizing: border-box;				 */
			/* } */
				/* .home2 .big_box .box .inside_box { */
					/* position: relative; */
					/* float: left; */
					/* width: 90%; */
					/* margin: 0 0 0 0; */
					/* display: flex; */
					/* justify-content: center; */
					/* align-items: flex-start; */
					/* flex-wrap: wrap; */
				/* } */
					/* .home2 .big_box .box .inside_box .uni_header_30_72 { */
						/* text-align: center; */
					/* } */
					/* .home2 .big_box .box .inside_box .uni_text_16 { */
						/* text-align: center; */
						/* margin: 1.4vw 0 3vw 0; */
					/* } */
						/* .home2 .big_box .box .inside_box .uni_link .link_text { */
							/* font-family: BebasNeueBold; */
						/* } */



.home3 {
	float:left;
	width:100%;
	height: 58.8vw;
	position:relative;
	margin: -4.7vw 0 0 0;
	background: url('images/home_img4.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
	.home3 .uni_big_header {
		transform: translateX(-5vw) translateY(25.8vw) rotate(270deg);
	}
	.home3 .left {
		position: relative;
		float: left;
		width: 50%;
	}
		.home3 .left .btf {
			position: absolute;
			float: left;
			right: 3.4vw;
			bottom: 0vw;
		}
			.home3 .left .btf img {
				position: relative;
				float: left;
				width: 12vw;
			}
		.home3 .box {
			position: relative;
			float: left;
			width: 57%;
			margin: 29.4vw 0 0 20%;
		}
			.home3 .box .uni_header_30_72 {
				margin: 0 0 0 0;
			}
				.home3 .box .uni_header_30_72 span {
					color: #fff;
				}
			.home3 .box .uni_text_16 {
				margin: 1vw 0 3vw 0;
			}
	.home3 .gal_box {
		position: relative;
		float: left;
		height: 37.7vw;
		width: 50%;
		margin: 12.2vw 0 0 0;
	}
		.home3 .gal_box .nav {
			position: absolute;
			float: left;
			left: -8vw;
			bottom: 7.5vw;
			width: 5vw;
		}
			.home3 .gal_box .nav .sgal {
				position: relative;
				float: left;
				color: #ffffff;
				font-family: BebasNeueBold;
				font-size: 1.25vw;
				line-height: 2vw;
				letter-spacing: 0.02vw;
				padding-left: 2.3vw;
				background: url('images/sal_white.png') left no-repeat;
				background-size: 1.6vw;
				margin: 0 0 1.2vw 0;
				cursor: pointer;
			}
			.home3 .gal_box .nav .sgar {
				position: relative;
				float: left;
				color: #ffffff;
				font-family: BebasNeueBold;
				font-size: 1.25vw;
				line-height: 2vw;
				letter-spacing: 0.02vw;
				padding-right: 2.3vw;
				background: url('images/sar_white.png') right no-repeat;
				background-size: 1.6vw;
				cursor: pointer;
			}

.home4 {
	float:left;
	width:100%;
	height: 55.2vw;
	position:relative;
	background: url('images/home_img6.png') center no-repeat;
	background-size: cover;
	margin: -2.5vw 0 0 0;
	overflow: hidden;
}
	.home4 .uni_header_72 {
		text-align: center;
		margin: 6.4vw 0 3vw 0;
	}
	.home4 .big_box {
		float:left;
		width:100%;
		position:relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.home4 .big_box .cal {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-left: 2.3vw;
			background: url('images/sal_black.png') left no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			left: -10%;
			top: 8.5vw;
		}
		.home4 .big_box .car {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-right: 2.3vw;
			background: url('images/sar_black.png') right no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			right: -10%;
			top: 8.5vw;
		}
		.home4 .big_box .crew {
			float: left;
			width: 100%;
			position: relative;
		}
			.home4 .big_box .crew .cbox {
				float: left;
				width: 100%;
				position: relative;
				background: url('images/crew_shade.png') top 14.6vw left 50% no-repeat;
				background-size: 23.75vw;
			}
				.home4 .big_box .crew .cbox .photo_box {
					float: left;
					width: 100%;
					height: 19vw;
					position: relative;
				}
				.home4 .big_box .crew .cbox .text_box {
					float: left;
					width: 100%;
					position: relative;
					margin: 0 0 0 0;
					display: flex;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
				}
					.home4 .big_box .crew .cbox .text_box .uni_header_30 {
						text-align: center;
						margin: 2.2vw 0 0.4vw 0;
					}
					.home4 .big_box .crew_position {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 1.8vw 0;
						text-align: center;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 1.05vw;
						font-weight: 400;
						line-height: 1.2vw;
						letter-spacing: 0.5px;
						height: 2.4vw;
						overflow: hidden;
					}
		.home4 .link_box {
			float: left;
			width: 100%;
			position: relative;
			margin: 4vw 0 0 0;
		}
		.home4 .link_box:before {
			content: "";
			position: absolute;
			float: left;
			width: 64.4vw;
			background-color: rgba(0, 0, 0, 0.5);
			height: 1px;
			left: 0;
			bottom: 0;
		}
			.home4 .link_box .uni_link {
				float: right;
			}

.home5 {
	float:left;
	width:100%;
	height: 49.9vw;
	position:relative;
	background: url('images/home_img7.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: -2.5vw 0 0 0;
	z-index: -1;
	overflow: hidden;
}
.home5.single_news,
.home5.newsy {
	margin: 0 0 0 0;
	background: #fff;
	height: auto;
}
	.home5 .uni_header_72 {
		text-align: center;
		margin: 7.8vw 0 4.5vw 0;
	}
	.home5 .big_box {
		float: left;
		width: 100%;
		position: relative;
	}
	.home5.newsy .big_box.home {
		margin: 7vw 0 3vw 0;
	}
	.home5.newsy .big_box.press {
		margin: 6vw 0 6vw 0;
	}
	.home5.single_news .big_box.old_news {
		margin: 0 0 4vw 0;
	}
	.home5.single_news .uni_header_30 {
		margin: 2vw 0 4vw 0;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
	}
	.home5.single_news .uni_header_30:before {
		content: '';
		position: absolute;
		float: left;
		width: 62vw;
		height: 1px;
		right: 0;
		top: 50%;
		background-color: #d8d8d8;
	}
		.home5 .big_box .nal {
			position: absolute;
			float: left;
			color: #fff;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-left: 2.3vw;
			background: url(images/sal_white.png) left no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			left: -10%;
			top: 8.5vw;
		}
		.home5 .big_box .nar {
			position: absolute;
			float: left;
			color: #fff;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-right: 2.3vw;
			background: url(images/sar_white.png) right no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			right: -10%;
			top: 8.5vw;
		}
		.news {
			float: left;
			width: 100%;
			position: relative;
			display: block;
		}
			.news .news_box {
				position: relative;
				float: left;
				width: calc(33.33% - 1.8vw);
				margin: 0 2.6vw 2.6vw 0;
			}

			.news .news_box:nth-of-type(3n) {
				margin: 0 0 2.6vw 0;
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(3n) {
				margin: 0 2.6vw 2.6vw 0;
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(3n+4) {
				margin: 0 0 2.6vw 0;
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(1) {
				width: 100%;
			}
				.news .news_box .photo_box {
					position: relative;
					float: left;
					width: 100%;
					height: 14vw;
				}
				.home5.newsy .big_box .news .news_box:nth-of-type(1) .photo_box {
					height: 32vw;
				}
				.news .news_box .text_box {
					position: relative;
					float: left;
					width: 100%;
				}
				.home5.newsy .big_box .news .news_box:nth-of-type(1) .text_box {
					position: absolute;
					left: 3vw;
					bottom: 3vw;
					z-index: 6;
				}
					.ndate {
						position: relative;
						float: left;
						width: 100%;
						margin: 1.2vw 0 0.6vw 0;
						color: #919191;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 0.85vw;
						font-weight: 700;
						line-height: 1vw;
						letter-spacing: 0.4px;
					}
					.news_title {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 1vw 0;
						color: #ffffff;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 1.25vw;
						font-weight: 700;
						line-height: 1.5vw;
						height: 3vw;
						overflow: hidden;
						letter-spacing: 0.6px;
					}
					.home5.newsy .big_box .news .news_box .text_box .news_title,
					.home5.single_news .big_box .news .news_box .text_box .news_title {
						color: #000;
					}
					.home5.newsy .big_box .news .news_box:nth-of-type(1) .text_box .news_title {
						color: #ffffff;
						font-size: 3vw;
						font-weight: 700;
						line-height: 3.2vw;
						letter-spacing: 0.08vw;
						margin-bottom: 2vw;
						height: auto;
						overflow: visible;
					}
			.home5.carousel .news_box {
				width: 100%;
				margin: 0;
			}

.home6 {
	float: left;
	width: 100%;
	position: relative;
	/* height: 29.1vw; */
	background: url('images/quick_contact_bg_cut.png') top no-repeat;
	background-size: cover;
}
.home6_1 {
	margin: -3.8vw 0 0 0;
}
.home6_2 {
	margin: -1.6vw 0 0 0;
}
.home6_3,
.home6_4,
.home6_idk2,
.home6_idk5,
.home6_5,
.home6_6,
.home6_8,
.home6_9 {
	margin: -1vw 0 0 0;
	z-index: 5;
}
.home6_7 {
	margin: 8vw 0 0 0;
}
	.home6 .big_box {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 50px 0;
	}
		.home6 .big_box .top {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 2vw 0;
		}
			.home6 .big_box .top .uni_header_72 {
				text-align: center;
				margin: 3.2vw 0 1.8vw 0;
			}
			.home6 .big_box .top .uni_text_16 {
				text-align: center;
				font-weight: 700;
				width: 56%;
				margin: 0 22% 0 22%;
			}
		.home6 .big_box .bottom {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 0 0;
		}
			.home6 .big_box .bottom .left {
				position: relative;
				float: left;
				width: 40%;
			}
				.home6 .big_box .bottom .left .uni_text_16 p {
					position: relative;
					float: left;
					width: 50%;
					margin: 0 0 1.5vw 0;
				}
					.home6 .big_box .bottom .left .uni_text_16 p strong {
						color: #e81750;
						font-weight: 700;
					}
					.home6 .big_box .bottom .left .uni_text_16 p a {
						color: #000;
						text-decoration: none;
					}
				.home6 .big_box .bottom .left .social {
					position: relative;
					float: left;
					margin: 1vw 0 0 0;
				}
						.home6 .big_box .bottom .left .social a img {
							margin: 0 0.8vw 0 0;
						}
			.home6 .big_box .bottom .right {
				position: relative;
				float: left;
				width: 60%;
			}

.home7 {
	float: left;
	width: 100%;
	position: relative;
	height: 15.1vw;
	background: url('images/partners_bg_cut.png') center no-repeat;
	background-size: cover;
	margin: -1vw 0 0 0;
}
	.home7 .big_box {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
		.home7 .big_box .uni_header_30 {
			margin: 2vw 0 2vw 0;
			text-align: center;
			text-transform: none !important;
		}
		.home7 .big_box .par_box {
			position: relative;
			float: left;
			width: 100%;
			height: 6vw;
			margin: 0 0 0 0;
		}

.home11 {
	float:left;
	width:100%;
	height: 55.2vw;
	position:relative;
	background: url('images/home_img6.png') center no-repeat;
	background-size: cover;
	margin: -2.5vw 0 0 0;
	overflow: hidden;
}
	.home11 .uni_header_72 {
		text-align: center;
		margin: 6.4vw 0 3vw 0;
	}
	.home11 .big_box {
		float:left;
		width:100%;
		position:relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.home11 .big_box .cal {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-left: 2.3vw;
			background: url('images/sal_black.png') left no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			left: -10%;
			top: 8.5vw;
		}
		.home11 .big_box .car {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-right: 2.3vw;
			background: url('images/sar_black.png') right no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			right: -10%;
			top: 8.5vw;
		}
		.home11 .big_box .painters {
			float: left;
			width: 100%;
			position: relative;
		}
			.home11 .big_box .painters .cbox {
				float: left;
				width: 100%;
				position: relative;
				background: url('images/painters_shade.png') top 14.6vw left 50% no-repeat;
				background-size: 23.75vw;
			}
				.home11 .big_box .painters .cbox .photo_box {
					float: left;
					width: 100%;
					height: 19vw;
					position: relative;
				}
				.home11 .big_box .painters .cbox .text_box {
					float: left;
					width: 100%;
					position: relative;
					margin: 0 0 0 0;
					display: flex;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
				}
					.home11 .big_box .painters .cbox .text_box .uni_header_30 {
						text-align: center;
						margin: 2.2vw 0 0.4vw 0;
					}
					.home11 .big_box .painters_position {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 1.8vw 0;
						text-align: center;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 1.05vw;
						font-weight: 400;
						line-height: 1.2vw;
						letter-spacing: 0.5px;
						height: 2.4vw;
						overflow: hidden;
					}
		.home11 .link_box {
			float: left;
			width: 100%;
			position: relative;
			margin: 4vw 0 0 0;
		}
		.home11 .link_box:before {
			content: "";
			position: absolute;
			float: left;
			width: 64.4vw;
			background-color: rgba(0, 0, 0, 0.5);
			height: 1px;
			left: 0;
			bottom: 0;
		}
			.home11 .link_box .uni_link {
				float: right;
			}

.home18 {
	float:left;
	width:100%;
	height: 49.9vw;
	position:relative;
	background: url('images/home_img7.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: -2.5vw 0 0 0;
	z-index: -1;
	overflow: hidden;
}
.home18.single_faq,
.home18.faq {
	margin: 0 0 0 0;
	background: #fff;
	height: auto;
}
	.home18 .uni_header_72 {
		text-align: center;
		margin: 7.8vw 0 4.5vw 0;
	}
	.home18 .big_box {
		float: left;
		width: 100%;
		position: relative;
	}
	.home18.faq .big_box.home {
		margin: 7vw 0 3vw 0;
	}
	.home18.faq .big_box.press {
		margin: 6vw 0 6vw 0;
	}
	.home18.single_faq .big_box.old_faq {
		margin: 0 0 4vw 0;
	}
	.home18.single_faq .uni_header_30 {
		margin: 2vw 0 4vw 0;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
	}
	.home18.single_faq .uni_header_30:before {
		content: '';
		position: absolute;
		float: left;
		width: 62vw;
		height: 1px;
		right: 0;
		top: 50%;
		background-color: #d8d8d8;
	}
		.home18 .big_box .nal {
			position: absolute;
			float: left;
			color: #fff;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-left: 2.3vw;
			background: url(images/sal_white.png) left no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			left: -10%;
			top: 8.5vw;
		}
		.home18 .big_box .nar {
			position: absolute;
			float: left;
			color: #fff;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-right: 2.3vw;
			background: url(images/sar_white.png) right no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			right: -10%;
			top: 8.5vw;
		}
		.faq {
			float: left;
			width: 100%;
			position: relative;
			display: block;
		}
			.faq .faq_box {
				position: relative;
				float: left;
				width: calc(33.33% - 1.8vw);
				margin: 0 2.6vw 2.6vw 0;
			}

			.home18.faq .big_box .faq .faq_box {
				width: 100%;
			}
				.faq .faq_box .photo_box {
					position: relative;
					float: left;
					width: 100%;
					height: 14vw;
				}
				.home18.faq .big_box .faq .faq_box .photo_box {
					height: 32vw;
				}
				.faq .faq_box .text_box {
					position: relative;
					float: left;
					width: 100%;
				}
				.home18.faq .big_box .faq .faq_box .text_box {
					position: absolute;
					left: 3vw;
					bottom: 3vw;
					z-index: 6;
				}
					.ndate {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 1.2vw 0;
						color: #888888;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 0.85vw;
						font-weight: 200;
						line-height: 1vw;
						letter-spacing: 0.4px;
					}
					.faq_title {
						position: relative;
						float: left;
						width: 100%;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 1.vw;
						font-weight: 500;
						line-height: 1.5vw;
						overflow: hidden;
						letter-spacing: 0.8px;
					}
					.home18.faq .big_box .faq .faq_box .text_box .faq_title,
					.home18.single_faq .big_box .faq .faq_box .text_box .faq_title {
						color: #000;
					}
					.home18 .faq .big_box .faq .text_box .faq_title {
						color: #000000;
						font-size: 3vw;
						font-weight: 700;
						line-height: 3.2vw;
						letter-spacing: 0.08vw;
						margin-bottom: 2vw;
						height: auto;
						overflow: visible;
					}
			.home18.carousel .faq_box {
				width: 100%;
				margin: 0;
			}

/* ////////////////////////////////////// STORY ////////////////////////////////////// */


.story1 {
	float: left;
	width: 100%;
	position: relative;
	height: calc(100% - 6vw);
	background: url('images/story_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 0vw 0 0 0;
	background-attachment: fixed;
}
	.story1 .wrap {
		position: relative;
		width: 60%;
		margin: 0 auto;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.scroll_down_box {
			position: absolute;
			float: left;
			left: 0;
			bottom: 2vw;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			z-index: 6;
		}
			.story1 .scroll_down_box .scroll_down {
				visibility: hidden;
			}
		.story1 .big_box {
			position: relative;
			float: left;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: flex-start;
			flex-wrap: wrap;
		}
			.story1 .big_box .story_peasants {
				position: relative;
				float: left;
				width: 35.1vw;
				margin: 0 0 3vw 0;
				visibility: hidden;
			}
			.story1 .big_box .uni_text_16 {
				visibility: hidden;
			}

.story2 {
	float: left;
	width: 100%;
	position: relative;
	height: 44.2vw;
	margin: 0vw 0 0 0;
	overflow: hidden;
}
.story2.one {
	background: url('images/story_img2.jpg') center no-repeat;
	background-size: cover;
}
.story2.two {
	background: url('images/story_img3.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.story2.three {
	background: url('images/story_img4.jpg') center no-repeat;
	background-size: cover;
}
	.story2 .wrap_1530 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.story2.two .wrap_1530 {
		justify-content: flex-end;
	}
		.story2 .box {
			position: relative;
			float: left;
			width: 39%;
		}
			.story2 .box .uni_text_16 {
				margin: 0 0 3vw 0;
			}
			.story2.three .box .scroll_up_story {
				background: url('images/scroll_up_arrow.png') right no-repeat;
				background-size: 1.6vw;
			}


/* ////////////////////////////////////// CREW ////////////////////////////////////// */


.crew_container {
	position: relative;
	float: left;
	width: 100%;
}
.crew_bio {
	position: relative;
	float: left;
	width: 100%;
	height: 43.3vw;
	background-color: #fff;
}
	.crew_bio .photo_box {
		position: relative;
		float: left;
		width: 34%;
		height: 100%;
	}
	.crew_bio .text_box {
		position: relative;
		float: left;
		width: 66%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.crew_bio .text_box .inside_box {
			position: relative;
			float: left;
			width: 76%;
		}
			.crew_bio .text_box .inside_box .crew_position {
				color: #e81750;
				text-transform: none;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 700;
				margin: 0 0 3vw 0;
			}
			.crew_bio .text_box .inside_box .backk {
				margin: 5vw 0 0 0;
			}

.crew_main {
	position: relative;
	float: left;
	height: 43.3vw;
	width: 33.33%;
}
.crew_main:nth-child(2) {
	width: 100%;
}
.crew_main:nth-child(5),
.crew_main:nth-child(6) {
	width: 50%;
}
	.crew_main .photo_box {
		position: absolute;
		float: left;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.crew_main .text_box {
		position: absolute;
		float: left;
		left: 5.6vw;
		bottom: 5vw;
		z-index: 6;
	}
		.crew_main .text_box .crew_link {
			cursor: pointer;
		}
		.crew_main .text_box .crew_position {
			color: #e81750;
			text-transform: none;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 700;
			margin: 0 0 1.4vw 0;
		}

/* ////////////////////////////////////// painters ////////////////////////////////////// */


.painters_container {
	position: relative;
	float: left;
	width: 100%;
}
.painters_bio {
	position: relative;
	float: left;
	width: 100%;

	background-color: #fff;
}
	.painters_bio .photo_box {
		position: relative;
		float: left;
		width: 34%;

	}
	.painters_bio .text_box {
		position: relative;
		float: left;
		width: 66%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.painters_bio .text_box .inside_box {
			position: relative;
			float: left;
			width: 76%;
		}
			.painters_bio .text_box .inside_box .painters_position {
				color: #e81750;
				text-transform: none;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 700;
				margin: 0 0 3vw 0;
			}
			.painters_bio .text_box .inside_box .backk {
				margin: 1vw 0 1vw 0;
				//left: -21%;
			}
			.painters_bio .text_box .inside_box .big_box {
				padding-top:4%;
			float: center;
			width: 70%;
			position: relative;
			display: flex;
			align-items: center;
			}
			.painters_bio .text_box .inside_box .big_box .cal {
			position: static;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-left: 2.3vw;
			background: url('images/sal_black.png') left no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			left: -1%;
			top: 8.5vw;
			}
			.painters_bio .text_box .inside_box .big_box .car {
			position: static;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 1.25vw;
			line-height: 2vw;
			letter-spacing: 0.02vw;
			padding-right: 2.3vw;
			background: url('images/sar_black.png') right no-repeat;
			background-size: 1.6vw;
			cursor: pointer;
			right: -1%;
			top: 8.5vw;
			}
			.painters_bio .text_box .inside_box .big_box .owl-carousel {
			padding-left:10%;
			padding-right:10%;
			}

.painters_main {
	position: relative;
	float: left;
	height: 33.3vw;
	width: 25%;
}
	.painters_main .photo_box {
		position: absolute;
		float: left;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.painters_main .text_box {
		position: absolute;
		float: left;
		left: 1vw;
		bottom: 1vw;
		z-index: 6;
	}
		.painters_main .text_box .painters_link {
			cursor: pointer;
		}
		.painters_main .text_box .painters_position {
			color: #e81750;
			text-transform: none;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 700;
			margin: 0 0 1.4vw 0;
			/*text-shadow: 1px 0 1px #000,
			0 1px 1px #000,
			-1px 0 1px #000,
			0 -1px 1px #000;*/
		}
/* ////////////////////////////////////// CAST ////////////////////////////////////// */



.cast1 {
	position: relative;
	float: left;
	width: 100%;
}
	.cast1 .cast_box {
		position: relative;
		float: left;
		width: 33.33%;
		height: 22.4vw;
		cursor: pointer;
	}
		.cast1 .cast_box .text_box {
			position: relative;
			float: left;
			width: calc(100% - 4vw);
			margin: 16vw 2vw 0 2vw;
			z-index: 5;
			opacity: 0;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.cast1 .cast_box:hover .text_box {
			opacity: 1;
		}
			.cast_name {
				position: relative;
				float: left;
				width: 100%;
				color: #ffffff;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 2.5vw;
				font-weight: 700;
				letter-spacing: 1.2px;
				line-height: 2.5vw;
				margin: 0 0 0.4vw 0;
			}
			.cast_position {
				position: relative;
				float: left;
				width: 100%;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 600;
				color: #e81750;
				font-size: 1.25vw;
				letter-spacing: 0.6px;
				line-height: 1.6vw;
			}

.cast_bio {
	position: relative;
	float: left;
	width: 100%;
	height: 43.3vw;
}
	.cast_bio .left {
		position: relative;
		float: left;
		width: 33.33%;
		height: 100%;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.cast_bio .left .inside_box {
			position: relative;
			float: left;
			width:68%;
		}
			.cast_bio .left .inside_box .cast_name {
				color: #000;
			}
			.cast_bio .left .inside_box .cast_position {
				color: #000;
				margin: 0 0 2vw 0;
			}
	.cast_bio .right {
		position: relative;
		float: left;
		width: 66.67%;
		height: 100%;
		background-color: #d8d8d8;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.cast_bio .right .backk {
			position: absolute;
			right: 2vw;
			top: 4.4vw;
		}
		.cast_bio .right .inside_box {
			position: relative;
			float: left;
			width:72%;
		}
			.cast_bio .right .inside_box .text {
				position: relative;
				float: left;
				width: 100%;
				color: #000000;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 1.25vw;
				font-weight: 400;
				line-height: 1.8vw;
				letter-spacing: 0.6px;
				margin-bottom: 2.4vw;
			}
			.cast_bio .right .inside_box .photo_box {
				position: relative;
				float: left;
				width: calc(50% - 0.5vw);
			}
			.cast_bio .right .inside_box .photo_box.one {
				margin: 0 1vw 0 0;
			}
				.cast_bio .right .inside_box .photo_box .photo_box_inside {
					position: relative;
					float: left;
					width: 100%;
					height: 15.5vw;
				}
				.cast_bio .right .inside_box .photo_box .desc {
					position: relative;
					float: left;
					width: 100%;
					text-align: center;
					color: #000000;
					font-family: 'Roboto Condensed', sans-serif;
					font-size: 0.95vw;
					font-weight: 700;
					line-height: 1.4vw;
					text-transform: uppercase;
					letter-spacing: 0.4px;
					margin: 1vw 0 1vw 0;
				}


/* ////////////////////////////////////// STORY ////////////////////////////////////// */


.studio1 {
	float: left;
	width: 100%;
	position: relative;
	height: calc(100% - 6vw);
	background: url('images/studio_img1.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0vw 0 0 0;
}
.studio1.studio2 {
	height: 44.3vw;
	background: url('images/studio_img2.jpg') center no-repeat;
	background-size: cover;
}
	.studio1 .wrap_1530 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.studio1 .big_box {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 0 0;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
		}
			.studio1 .big_box .text_box {
				position: relative;
				float: left;
				width: 39%;
				margin: 0 0 0 0;
			}
				.studio1 .big_box .text_box .uni_header_72 {
					margin: 0 0 3vw 0;
					visibility: hidden;
				}
				.studio1 .big_box .text_box .uni_text_16 {
					visibility: hidden;
				}
				.studio1.studio2 .big_box .text_box .scroll_down {
					margin: 3vw 0 0 0;
				}
			.studio1 .big_box .btf_logo {
				position: relative;
				float: left;
				width: 35.15vw;
				margin: 4.2vw 0 0 0;
				visibility: hidden;
			}

.studio3 {
	float: left;
	width: 100%;
	position: relative;
	height: 43.49vw;
	background: url('images/studio_img3.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
	.studio3 .wrap {
		position: relative;
		width: 44%;
		margin: 0 auto;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.studio3 .text {
			position: relative;
			float: left;
			width: 100%;
			color: #ffffff;
			font-size: 1.9vw;
			line-height: 2.5vw;
			font-family: BebasNeueBook;
			font-weight: 300;
			letter-spacing: 0.05vw;
		}
			.studio3 .text p strong {
				font-family: BebasNeueBold;
				font-size: 2.5vw;
				letter-spacing: 0.05vw;
			}


/* ////////////////////////////////////// NEWS ////////////////////////////////////// */


.news1 {
	float: left;
	width: 100%;
	position: relative;
	height: calc(100% - 6vw);
	background: url('images/news_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 7vw 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.news1 .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.news1 .scroll_to_news {
		visibility: hidden;
	}


/* ////////////////////////////////////// SINGLE NEWS ////////////////////////////////////// */



.sn1 {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}
	.sn1 .box {
		position: relative;
		float: left;
		width: 100%;
	}
		.sn1 .box .ndate {
			color: #919191;
			text-align: center;
			margin: 5.5vw 0 1vw 0;
			visibility: hidden;
		}
		.sn1 .box .news_title {
			color: #000;
			font-size: 3vw;
			font-weight: 700;
			line-height: 3.2vw;
			letter-spacing: 0.08vw;
			margin-bottom: 3.5vw;
			text-align: center;
			height: auto;
			overflow: visible;
			visibility: hidden;
		}
		.sn1 .box .uni_text_16 {
			margin: 3vw 0 2vw 0;
		}
		.sn1 .box .backk {
			margin: 3vw 0 4vw 0;
		}

/* ////////////////////////////////////// faq ////////////////////////////////////// */


.faq1 {
	float: left;
	width: 100%;
	position: relative;
	height: calc(100% - 6vw);
	background: url('images/faq_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 7vw 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.faq1 .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.faq1 .scroll_to_faq {
		visibility: hidden;
	}


/* ////////////////////////////////////// SINGLE faq ////////////////////////////////////// */



.sn1 {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}
	.sn1 .box {
		position: relative;
		float: left;
		width: 100%;
	}
		.sn1 .box .ndate {
			color: #919191;
			text-align: center;
			margin: 5.5vw 0 1vw 0;
			visibility: hidden;
		}
		.sn1 .box .faq_title {
			color: #000;
			font-size: 3vw;
			font-weight: 700;
			line-height: 3.2vw;
			letter-spacing: 0.08vw;
			margin-bottom: 3.5vw;
			text-align: center;
			height: auto;
			overflow: visible;
			visibility: hidden;
		}
		.sn1 .box .uni_text_16 {
			margin: 3vw 0 2vw 0;
		}
		.sn1 .box .backk {
			margin: 3vw 0 4vw 0;
		}

/* ////////////////////////////////////// GALLERY ////////////////////////////////////// */



.photo_gallery  {
	float: left;
    width: 100%;
    position: relative;
    /* margin: 15.2vw 0px 4vw 0px; */
    background: #fff;
    padding: 10vw 0 0 0;
	overflow: hidden;
}
	.photo_gallery .wrap_1530 {

	}
	.photo_gallery .big_box {
		float:left;
		width:100%;
		position:relative;
		margin: 0px 0px 5vw 0px;
	}
		.photo_gallery .big_box .top {
			float:left;
			width:100%;
			position:relative;
			margin: 0px 0px 3.5vw 0px;
			display: flex;
			justify-content: center;
			align-items: flex-start;
		}
			.photo_gallery .big_box .top .inside_box {
				float:left;
				width:88%;
				position:relative;
				margin: 0px 0px 0 0px;
				border-bottom: 1px solid #000;
				display: flex;
				justify-content: center;
				align-items: flex-start;
				flex-wrap: wrap;
			}
				.photo_gallery .big_box .top .inside_box .inside_box_next {
					position: relative;
					float: left;
				}
					.photo_gallery .big_box .top .inside_box .photo_cat {
						position: relative;
						float: left;
						padding: 1vw 1vw 1vw 1vw;
						margin: 0 1vw 0 1vw;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 1.25vw;
						font-weight: 700;
						line-height: 2vw;
						letter-spacing: 0.05vw;
						border-bottom: 0.2vw solid transparent;
						text-decoration: none;
					}
					.photo_gallery .big_box .top .inside_box .photo_cat:hover,
					.photo_gallery .big_box .top .inside_box .photo_cat.active {
						color: #e81750;
						border-bottom: 0.2vw solid #000;
					}
		.photo_gallery .big_box .bottom {
			float:left;
			width:100%;
			position:relative;
			margin: 0px 0px 0vw 0px;
		}
			.photo_gallery .big_box .bottom .gallery-box {
				width: calc(50% - 0.5vw);
				margin: 0 1vw 1vw 0;
				height: 26vw;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+2) {
				margin: 0 0 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+3) {
				width: calc(67% - 0.5vw);
				height: 35vw;
				margin: 0 1vw 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+4) {
				width: calc(33% - 0.5vw);
				height: 17vw;
				margin: 0 0 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+5) {
				width: calc(33% - 0.5vw);
				height: 17vw;
				margin: 0 0 1vw 0;
			}

			/* .photo_gallery .big_box .bottom .gallery-box { */
				/* width: calc(50% - 0.5vw); */
				/* margin: 0 1vw 0 0; */
				/* height: 30vw; */
				/* display: block; */
			/* } */
			/* .photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+2) { */
				/* margin: 0 0 0 0; */
			/* } */
			/* .photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+3) { */
				/* width: calc(67% - 0.5vw); */
				/* height: 39vw; */
				/* margin: 0 1vw 0 0; */
			/* }		 */
			/* .photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+4) { */
				/* width: calc(33% - 0.5vw); */
				/* height: 19.5vw; */
				/* margin: 0 0 0 0; */
			/* }	 */
			/* .photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+5) { */
				/* width: calc(33% - 0.5vw); */
				/* height: 19.5vw; */
				/* margin: 0 0 0 0; */
			/* }			 */
				/* .photo_gallery .big_box .bottom .gallery-box .img-box { */
					/* position: relative; */
					/* float: left; */
					/* width: 100%; */
					/* height: calc(100% - 4vw); */
				/* } */
				/* .photo_gallery .big_box .bottom .gallery-box .title-box { */
					/* position: relative; */
					/* float: left; */
					/* width: 100%; */
					/* height: 4vw; */
					/* display: flex; */
					/* justify-content: center; */
					/* align-items: center; */
				/* }				 */
					/* .photo_gallery .big_box .bottom .gallery-box .title-box .title { */
						/* position: relative; */
						/* float: left; */
						/* width: 80%; */
						/* text-align: center; */
						/* color: #000000; */
						/* font-family: 'Roboto Condensed', sans-serif; */
						/* font-size: 1.05vw; */
						/* font-weight: 400; */
						/* line-height: 1.2vw; */
						/* letter-spacing: 0.03vw; */
					/* } */





#mapa-box {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	border: 0px solid #c0c0c0;
}

footer {
	float: left;
	width: 100%;
	height: 5.8vw;
	position: relative;
	background-color: #000;
}
	footer .uni_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	footer nav {
		float: left;
		width: auto;
		margin: 0 0 0 0;
		position: relative;
	}
	footer nav ul {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
	}
	footer nav ul li {
		float: left;
		margin: 0 0 0 0;
		position: relative;
		list-style: none;
	}
	footer nav ul li a {
		color: #919191;
		font-family: BebasNeueBold;
		font-size: 1.15vw;
		line-height: 2vw;
		letter-spacing: 0.01vw;
		text-decoration: none;
		padding: 0 0 0 0;
		display: inline-block;
	}
	footer nav ul li a:hover {
		color: #e81750;
	}
	footer nav ul li a.active {
		color: #e81750;
	}
	footer nav ul li .menu-hr-footer {
		float: right;
		margin: 0 2vw 0 0;
	}
	footer nav ul li:last-child .menu-hr-footer {
		display: none;
	}

	.soda-tip {
		display: inline;
		position: relative;
		opacity: 0.6
	}
	.soda-tip:hover:after {
		background: #333;
		background: rgba(0,0,0,.8);
		border-radius: 5px;
		bottom: 26px;
		color: #dc407f;
		content: attr(title);
		left: -110px;
		padding: 5px 10px;
		text-align: center;
		position: absolute;
		z-index: 98;
		width: 140px;
		font-size: 11px;
	}
	.soda-tip:hover:before {
		border: solid;
		border-color: rgba(0,0,0,.8) transparent;
		border-width: 6px 6px 0 6px;
		bottom: 20px;
		content: "";
		left: 40%;
		position: absolute;
		z-index: 99;
	}
	.soda-tip:hover  {
		opacity: 1;
		transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out;
	}
	.soda a {
		float: right;
		margin: 0 0 0 0;
	}
	.soda {
		position: relative;
		float: left;
	}

.formularz-div {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
	.form-box-left {
		float: left;
		width: calc(50% - 0.5vw);
		margin: 0 1vw 0 0;
		position: relative;
	}
	.form-box-right {
		float: right;
		width: calc(50% - 0.5vw);
		margin: 0 0 0 0;
		position: relative;
	}
	.form-box {
		float: left;
		width: calc(50% - 0.5vw);
		margin: 0 1vw 1vw 0;
	}
	.form-box:nth-of-type(2n) {
		margin: 0 0 1vw 0;
	}
	.form-box-all {
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	.form-box-file {
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	.form-box-kod {

	}

	.form-text  {
		float: left;
		margin: 0 0 0 0;
		width: 100%;
		font-size: 0;
		line-height: 0;
	}
	.form-input {
		float: left;
		width: 100%;
		height: 2.7vw;
		margin: 0 0 0 0;
		padding: 0 0 0 1.1vw;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.95vw;
		font-weight: 400;
		line-height: 1.4vw;
		letter-spacing: 0.4px;
		border: none;
		background: rgba(255, 255, 255, 0.35);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.form-textarea  {
		float: left;
		width: 100%;
		max-width: 100%;
		height: 6.4vw;
		max-height: 6.4vw;
		margin: 0 0 1vw 0;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.95vw;
		font-weight: 400;
		line-height: 1.4vw;
		letter-spacing: 0.4px;
		padding: 0.6vw 0 0 1.1vw;
		border: none;
		background: rgba(255, 255, 255, 0.35);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.form-box-file .default {
		display: none;
	}
	.form-box-file .put-file {
		float: left;
		margin: 0 0 15px 0;
		width: 100%;
		font-size: 15px;
		line-height: 15px;
		color: #000;
		font-family: 'Roboto', sans-serif;
		cursor: pointer;
	}
		.form-box-file .upload-change {
			display: none;
		}

	.form-submit  {
		border: none;
		border: 0px solid #dedede;
		cursor: pointer;
		background: rgba(255, 255, 255, 0.35);
		height: 2.7vw;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.95vw;
		font-weight: 400;
		line-height: 1.4vw;
		letter-spacing: 0.4px;
		text-align: center;
		margin: 0 0 0 1vw;
	}
	.form-input:focus,
	.form-textarea:focus,
	.form-submit:focus {
		outline:none;
	}
.control-group {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
.control {
    position: relative;
    float: left;
    width: calc(100% - 30px);
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.75vw;
	font-weight: 400;
	line-height: 1vw;
	letter-spacing: 0.3px;
    padding: 0.2vw 0 0 30px;
    margin-bottom: 0;
	text-align: justify;
}
.control a {
	 color: #fff;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: rgba(255, 255, 255, 0.35);
}
.control-radio .control_indicator {
    border-radius: undefined%;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
}
.control input:checked ~ .control_indicator {
    background: rgba(255, 255, 255, 0.35) url('images/checked_icon.png') center no-repeat;
}
}

@media screen and (min-width: 750px) and (max-width: 1099px) {

	.popupCanalPlus {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0, 0, 0, 0.9);
	}
		.popupCanalPlusBox {
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
		}
		.popupCanalPlusBoxInside {
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			.popupCanalPlusInside {
				position: relative;
				width: 44.4rem;
				background-color: #0A0A0A;
				display: flex;
				justify-content: center;
				align-items: center;
				flex-flow: column;
				border-radius: 2rem;
				padding: 4rem 0;
				text-decoration: none;
			}
				.popupLogo {
					width: 34rem;
					height: auto;
					margin-bottom: 2rem;
				}
				.popupText {
					font-family: 'Roboto Condensed', sans-serif;
					font-size: 1.5rem;
					font-weight: 400;
					line-height: 2rem;
					color: #EA1650;
					letter-spacing: 2.5px;
				}
					.closePopupCanalPlus {
						position: absolute;
						right: -1.5rem;
						top: -1.5rem;
						width: 3rem;
						height: 3rem;
						border-radius: 10rem;
						border: 2px solid #EA1650;
						font-size: 1.5rem;
						line-height: 2rem;
						font-weight: 700;
						color: #fff;
						display: flex;
						justify-content: center;
						align-items: center;
						cursor: pointer;
						z-index: 2;
					}

.formularz-div.mobile {
	display: none !important;
}

.under_construction {
	float: left;
    width: 100%;
    position: relative;
    height: 42vw;
    background: url(images/story_img1.jpg) center no-repeat;
    background-size: cover;
    /* margin: 7vw 0 0 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.under_construction.trailer {
	background: #000;
	height: 55vw;
}
	.under_construction .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.under_construction .movie,
	.under_construction .movie p,
	.under_construction .movie p iframe {
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
	}
	.under_construction .movie p iframe {
		height: 99%;
		margin: 1% 0 0 0;
	}
.no-comp { display:none !important; }

.wrapper {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 20;
	background: url('images/wrapper_bg.png') bottom no-repeat;
	background-size: cover;
}
.wrapper.sub {
	/* background: url('images/wrapper_bg.png') bottom no-repeat; */
	/* background-size: cover;	 */
}
.wrapper.sw {
	/* background: url('images/wrapper_bg.png') bottom no-repeat; */
	/* background-size: cover;	 */
	/* height:6vw; */
}
	.wrapper .uni_wrap {
		width: 94%;
		height: 100%;
		position: relative;
		margin: 0 auto;
	}
	.wrapper .logo {
		float: left;
		position: relative;
		margin: 18px 0 18px 0;
	}
		.wrapper .logo img {
			float: left;
			position: relative;
			height: 34px;
		}
		.wrapper .logo.logo_pl img {
			/* width: 11.14vw; */
		}
		.wrapper.sw .logo img {
			/* width: 14vw; */
		}
		.wrapper.sw .logo.logo_pl img {
			/* width: 8.6vw; */
		}
	.wrapper nav {
		display: none;
		width: 100%;
		float: left;
	}
	.wrapper nav ul {
		float: right;
		position: relative;
		margin: 0 0 10px 0;
		width: 100%;
	}
	.wrapper nav ul li {
		float: right;
		width: 100%;
		position: relative;
		padding: 5px 0 5px 0;
		list-style: none;
		text-align: right;
	}
	.wrapper nav ul li a {
		color: #ffffff;
		font-family: BebasNeueBold;
		font-size: 20px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0.2px;
		text-decoration: none;
	}
	.wrapper nav ul li a:hover {
		color: #e81750;
	}
	.wrapper nav ul li a.active {
		color: #e81750;
	}
	.wrapper nav ul li .menu-hr {
		float: right;
		margin: 3px 1vw 0 1vw;
		display: none;
	}
	.wrapper nav ul li:last-child .menu-hr {
		display: none;
	}
	.wrapper .menu-tel {
		float: right;
		margin: 21px 0px 0px 0px;
		cursor: pointer;
		position: relative;
		font-size: 28px;
		color: #fff;
	}
	.wrapper .box {
		position: absolute;
		float: left;
		right: 45px;
		/* width: 12vw; */
		top: 25px;
	}
		.wrapper .lang {
			position: relative;
			float: right;
			color: #ffffff;
			font-family: BebasNeueBold;
			font-size: 20px;
			line-height: 20px;
			letter-spacing: 0.5px;
			margin: 0 0 0 20px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		.wrapper.sw .lang {
			/* margin: 0 0 1vw 0; */
		}
			.wrapper .lang .choose {
				position: relative;
				float: left;
				margin: 0 0 0 0;
			}
			.wrapper .lang a {
				position: relative;
				float: left;
				text-decoration: none;
				margin: 0 0 0 1.2vw;
				cursor: pointer;
				color: rgba(255, 255, 255, 0.5);
			}
			.wrapper .lang .active-lang {
				color: #fff;
			}
			.social {
				position: relative;
				float: right;
			}
				.social a {
					position: relative;
					float: left;
				}
					.social a img {
						position: relative;
						float: left;
						margin: 0 0 0 10px;
					}

/* START style partners */
	.partners {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
	}
		.partners .owl-carousel {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
		}
		.partners .partners-box {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			/* border: 1px solid rgba(255, 255, 255, 0.3); */
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			/* background-color: #fff; */
		}
		.partners .partners-box .img {
			position: relative;
			float: left;
			width: 70%;
			height: 70%;
			max-width: 70%;
			max-height: 70%;
			object-fit: scale-down;
		}
		.partners.sg .partners-box .img {
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			object-fit: cover;
		}
		.partners.sg .partners-box {
			border: none;
		}
		.partners.certy .img {
			width: 77%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			object-fit: cover;

		}
		.partners .owl-nav {
			float: left;
			width: 100%;
			position: relative;
			margin: 10px 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: none;
		}
		.crew .owl-nav {
			display: none;
		}
		.painters .owl-nav {
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			float: left;
			width: 90%;
			margin: 10px 0 0 0;
			padding:0 0 0 0;
			position: relative;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */

	.pliki {
		float: left;
		width: 100%;
		position: relative;
		margin: 2vw 0 2vw 0;
		padding: 0 0 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
		.pliki .plik {
			float: left;
			/* width: 100%; */
			position: relative;
			margin: 0 0 10px 0;
			padding: 0 0 0 0;
		}
			.pliki .plik a {
				text-decoration: none;
				color: #000;
			}
			.pliki .plik a:hover {
				color: #000;
			}
		.pliki .plik-ikona-box {
			float: left;
			position: relative;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.pliki .plik-roz {
			float: left;
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			color: #fff;
			font-size: 10px;
			line-height: 16px;
			text-align: center;
		}
		.plik-ikona {
			float: left;
			width: 35px;
			margin: 0 0 0 0;
		}
		.plik-tytul {
			float: left;
			position: relative;
			margin: 18px 0 0 10px;
			padding: 0 0 0 0;
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 14px;
		}
	.fb-like-box {
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative;
	}

.zdjecie-glowne {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 0 0 0;
	z-index: 5;
}
	.gallery .gallery-box .img,
	.zdjecie-glowne .img {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.kbox .fade,
	.obox .fade,
	.gbox .fade,
	.cast_box .fade,
	.studio_box .fade,
	.gallery .gallery-box .fade,
	.zdjecie-glowne .fade {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: BebasNeueBold;
		background-color: rgba(0, 0, 0, 0.8);
		background: rgba(0, 0, 0, 0.8);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}
		.kbox:hover .fade,
		.obox:hover .fade,
		.gbox:hover .fade,
		.cast_box:hover .fade,
		.studio_box:hover .fade,
		.gallery .gallery-box:hover .fade,
		.zdjecie-glowne:hover .fade {
			opacity: 1;
		}
		.zoom {
			width: auto !important;
		}
.gallery {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
.gallery.cert {
	margin: 2vw 0 0 0;
}
	.gallery .gallery-box {
		float: left;
		width: calc(25% - 8px);
		height: 16vw;
		margin: 0 10px 10px 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.gallery .gallery-box:nth-of-type(4n) {
		margin: 0 0 10px 0;
	}
.white {
	color: #fff !important;
}
.uni_shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}
.uni_big_header {
	position: absolute;
	float: left;
	left: 0;
	color: rgba(255, 254, 254, 0.1);
	font-family: BebasNeueBold;
	font-size: 15vw;
	line-height: 11vw;
	letter-spacing: 0.5vw;
}
.uni_header_72 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.75vw;
	font-weight: 700;
	line-height: 4.2vw;
	letter-spacing: 0.1vw;
}
.uni_header_60 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.1vw;
	font-weight: 700;
	line-height: 3.75vw;
	letter-spacing: 0.02vw;
}
.uni_painters_header_60 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.1vw;
	font-weight: 700;
	line-height: 3.75vw;
	letter-spacing: 0.02vw;
}
.uni_header_30_72 {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    color: #e81750;
    font-family: BebasNeueBold;
    font-size: 2.6vw;
    line-height: 3vw;
    letter-spacing: 0.05vw;
}
	.uni_header_30_72 span {
		display: block;
		color: #000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 3.75vw;
		font-weight: 700;
		line-height: 5.8vw;
		letter-spacing: 0.08vw;
	}
.uni_header_30 {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    color: #000000;
    font-family: BebasNeueBold;
    font-size: 2.6vw;
    line-height: 3vw;
    letter-spacing: 0.05vw;
}
.uni_text_18 {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.2px;
}
.uni_text_16 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.2px;
}
	.uni_text_16 a {
		color: #000;
		text-decoration: none;
	}
.uni_link {
	position: relative;
	float: left;
	/* width: 11vw; */
	/* height: 2.2vw; */
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.uni_link:hover {
	background-color: #000;
	border: 1px solid #000;
}
.uni_link.white {
	border: 1px solid #fff;
}
.uni_link.white:hover {
	background-color: #fff;
	border: 1px solid #fff;
}
	.uni_link .link_text {
		position: relative;
		float: left;
		color: #000;
		font-family: BebasNeueBold;
		font-size: 14px;
		line-height: 32px;
		text-transform: uppercase;
		letter-spacing: 0.2px;
		padding: 0 30px 0 15px;
		background: url('images/link_arrow_black.png') right 10px top 50% no-repeat;
	}
	.uni_link:hover .link_text {
		color: #fff;
		background: url('images/link_arrow_white.svg') right 10px top 50% no-repeat;
	}
	.uni_link.white .link_text {
		background: url('images/link_arrow_white.svg') right 10px top 50% no-repeat;
		color: #fff;
	}
	.uni_link.white:hover .link_text {
		background: url('images/link_arrow_black.png') right 10px top 50% no-repeat;
		color: #000;
	}
.link_paint {
	position: relative;
	float: left;
	width: 10.8vw;
	height: 2.8vw;
	text-decoration: none;
	background: url('images/link_bg_red.png') center no-repeat;
	background-size: cover;
	color: #ffffff;
	font-family: BebasNeue;
	font-size: 1vw;
	line-height: 2.8vw;
	text-transform: uppercase;
	letter-spacing: 0.55px;
	text-align: center;
}
.link_paint_sml {
	position: relative;
    float: left;
    width: 160px;
    height: 30px;
    text-decoration: none;
    background: url(images/link_bg_red_sml.png) center no-repeat;
    background-size: contain;
    color: #ffffff;
    font-family: BebasNeue;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}
.uni_wrap {
	position: relative;
	width: 94%;
	height: 100%;
	margin: 0 auto;
}
.wrap_1530 {
	position: relative;
	width: 94%;
	height: 100%;
	margin: 0 auto;
}
.uni_margin_top {
	/* margin-top: 6vw !important; */
}
.scroll_down {
	position: relative;
    float: left;
    color: #ffffff;
    font-family: BebasNeueBold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-right: 30px;
    background: url(images/scroll_down_arrow.png) right no-repeat;
    background-size: 20px;
    cursor: pointer;
}
.backk {
	position: relative;
    float: left;
    color: #000;
    font-family: BebasNeueBold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-left: 30px;
    background: url(images/back_arrow_black.png) left no-repeat;
    background-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.container {
	float: left;
	width: 100%;
	height: 50.5vw;
	position: relative;
	margin: 0 0 0 0;
	overflow: hidden;
}
	.container .slideshow_shade {
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1;
		height: 17.76vw;
		background: url('images/slideshow_shade.png') top no-repeat;
		background-size: cover;
	}
	.container .slide-1 {
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
		.container .slides {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			background-size: cover !important;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.container .slides .box {
			float: left;
			width: 60%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
		}
		.container .slides .box .uni_header_60 {
			margin: 0 0 0 0;
			clear: both;
			text-align: center;
			visibility: hidden;
		}
		.container .slides .box .uni_text_18 {
			margin: 1.2vw 0 0 0;
			text-align: center;
			clear: both;
			visibility: hidden;
		}
	.container .scroll-down {
		position: absolute;
		float: left;
		width: 94%;
		left: 3%;
		bottom: 6vw;
		z-index: 5;
		color: #ffffff;
		font-family: BebasNeueBold;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.1px;
		text-align: center;
		cursor: pointer;
		visibility: hidden;
	}
		.container .scroll-down:before {
			content: "";
			position: absolute;
			float: left;
			width: 37vw;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.5);
			top: 50%;
			left: 0;
		}
		.container .scroll-down:after {
			content: "";
			position: absolute;
			float: left;
			width: 37vw;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.5);
			top: 50%;
			right: 0;
		}

.home1 {
	float:left;
	width:100%;
	height: 54.5vw;
	position:relative;
	background: url('images/home_img2.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: -4.7vw 0 0 0;
}
	.home1:before {
		content: "";
		position: absolute;
		float: left;
		left: 2vw;
		bottom: 7.5vw;
		width: calc(100% - 4vw);
		height: 1px;
		background-color: rgba(255, 255, 255, 0.5);
	}
	.home1 .uni_big_header {
		transform: translateX(-8vw) translateY(22.2vw) rotate(270deg);
	}
	.home1 .wrap_1530 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home1 .box {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
		.home1 .box .uni_header_30 {
			color: #e81750;
			margin: 0 0 2.5vw 0;
		}
		.home1 .box .logo2 {
			position: relative;
			float: left;
			/* width: 24vw; */
			height: 3.12vw;
			margin: 0 0 2.5vw 0;
		}
		.home1 .box .logo2.logo_pl {
			height: 2.34vw;
		}
		.home1 .box .uni_text_16 {
			margin: 0 0 3vw 0;
			text-align: justify;
		}

.home2 {
	float:left;
	width:100%;
	height: 50vw;
	position:relative;
	/* background: url('images/home_img3.png') center no-repeat; */
	/* background-size: cover;	 */
	margin: -3.5vw 0 0 0;
	z-index: 1;
}
.home2 .uni_big_header.one {
    color: rgba(139, 101, 0, 0.1);
    transform: translateX(-7vw) translateY(19.2vw) rotate(270deg);
}
.home2 .uni_big_header.two {
    color: rgba(139, 101, 0, 0.1);
    transform: translateX(41vw) translateY(19.2vw) rotate(270deg);
}
	.home2 .box {
		position: relative;
		float: left;
		width: 50%;
		height: 100%;
	}
		.home2 .box .photo_box {
			position: absolute;
			float: left;
			width: 100%;
			height: 100%;
			left: 0;
			bottom: 0;
			z-index: 2;
		}
				.home2 .box.two .photo_box .zdjecie-glowne .img {
				}
		.home2 .box .white_area {
			position: absolute;
			float: left;
			width: 100%;
			height: 10.6vw;
			/* background-color: rgba(255,255,255,0.4); */
			left: 0;
			bottom: 0;
			z-index: 6;
			display: flex;
			justify-content: center;
			align-items: center;
		}
				.home2 .box .white_area .inside_box {
					width: 80%;
					display: flex;
					justify-content: space-between;
					align-items: center;
				}
					.home2 .box .white_area .inside_box .uni_header_30_72 {
						width: 62%;
					}
					.home2 .box.two .white_area .inside_box .uni_header_30_72 {
						/* color: dimgrey;						 */
					}
					.home2 .box .white_area .inside_box .uni_link {
						margin: 2.5vw 0 0 0;
					}
	/* .home2 .wrap { */
		/* position: relative; */
		/* width: 70%; */
		/* height: 100%; */
		/* margin: 0 auto; */
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
	/* } */
		/* .home2 .big_box { */
			/* position: relative; */
			/* float: left; */
			/* width: 100%;		 */
			/* display: flex; */
			/* justify-content: space-between; */
			/* align-items: center;			 */
		/* } */
			/* .home2 .big_box .box { */
				/* position: relative;  */
				/* float: left; */
				/* width: 29%; */
				/* height: 36.5vw; */
				/* display: flex; */
				/* justify-content: center; */
				/* align-items: center; */
				/* border-top: 1px solid rgba(14, 14, 14, 0.5); */
				/* border-bottom: 1px solid rgba(14, 14, 14, 0.5); */
				/* box-sizing: border-box; */
				/* -moz-box-sizing: border-box; */
				/* -webkit-box-sizing: border-box;				 */
			/* } */
				/* .home2 .big_box .box .inside_box { */
					/* position: relative; */
					/* float: left; */
					/* width: 90%; */
					/* margin: 0 0 0 0; */
					/* display: flex; */
					/* justify-content: center; */
					/* align-items: flex-start; */
					/* flex-wrap: wrap; */
				/* } */
					/* .home2 .big_box .box .inside_box .uni_header_30_72 { */
						/* text-align: center; */
					/* } */
					/* .home2 .big_box .box .inside_box .uni_text_16 { */
						/* text-align: center; */
						/* margin: 1.4vw 0 3vw 0; */
					/* } */
						/* .home2 .big_box .box .inside_box .uni_link .link_text { */
							/* font-family: BebasNeueBold; */
						/* } */



.home3 {
	float:left;
	width:100%;
	height: 58.8vw;
	position:relative;
	margin: -4.7vw 0 0 0;
	background: url('images/home_img4.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
	.home3 .uni_big_header {
		transform: translateX(-9.5vw) translateY(25.8vw) rotate(270deg);
	}
	.home3 .left {
		position: relative;
		float: left;
		width: 50%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
		.home3 .left .btf {
			position: absolute;
			float: left;
			right: 3.4vw;
			bottom: 0vw;
		}
			.home3 .left .btf img {
				position: relative;
				float: left;
				width: 12vw;
			}
		.home3 .box {
			position: relative;
			float: left;
			width: 80%;
			margin: 0 0 0 6%;
		}
			.home3 .box .uni_header_30_72 {
				margin: 0 0 0 0;
			}
				.home3 .box .uni_header_30_72 span {
					color: #fff;
				}
			.home3 .box .uni_text_16 {
				margin: 1vw 0 3vw 0;
			}
	.home3 .gal_box {
		position: relative;
		float: left;
		height: 37.7vw;
		width: 50%;
		margin: 12.2vw 0 0 0;
	}
		.home3 .gal_box .nav {
			position: absolute;
			float: left;
			left: 10%;
			bottom: -40px;
			width: 80%;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.home3 .gal_box .nav .sgal {
				position: relative;
				float: left;
				color: #ffffff;
				font-family: BebasNeueBold;
				font-size: 16px;
				line-height: 20px;
				letter-spacing: 0.2px;
				padding-left: 30px;
				background: url('images/sal_white.png') left no-repeat;
				background-size: 20px;
				margin: 0 0 0 0;
				cursor: pointer;
			}
			.home3 .gal_box .nav .sgar {
				position: relative;
				float: left;
				color: #ffffff;
				font-family: BebasNeueBold;
				font-size: 16px;
				line-height: 20px;
				letter-spacing: 0.2px;
				padding-right: 30px;
				background: url('images/sar_white.png') right no-repeat;
				background-size: 20px;
				cursor: pointer;
			}

.home4 {
	float:left;
	width:100%;
	height: 55.2vw;
	position:relative;
	background: url('images/home_img6.png') center no-repeat;
	background-size: cover;
	margin: -2.5vw 0 0 0;
	overflow: hidden;
}
	.home4 .uni_header_72 {
		text-align: center;
		margin: 6.4vw 0 3vw 0;
	}
	.home4 .big_box {
		float:left;
		width:100%;
		position:relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.home4 .big_box .cal {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-left: 30px;
			background: url(images/sal_black.png) left no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: 0;
			bottom: calc(-4vw - 26px);
			z-index: 10;
		}
		.home4 .big_box .car {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 30px;
			background: url('images/sar_black.png') right no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: 20%;
			bottom: calc(-4vw - 26px);
			z-index: 10;
		}
		.home4 .big_box .crew {
			float: left;
			width: 100%;
			position: relative;
		}
			.home4 .big_box .crew .cbox {
				float: left;
				width: 100%;
				position: relative;
				background: url('images/crew_shade.png') top 14.6vw left 50% no-repeat;
				background-size: 23.75vw;
			}
				.home4 .big_box .crew .cbox .photo_box {
					float: left;
					width: 100%;
					height: 19vw;
					position: relative;
				}
				.home4 .big_box .crew .cbox .text_box {
					float: left;
					width: 100%;
					position: relative;
					margin: 0 0 0 0;
					display: flex;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
				}
					.home4 .big_box .crew .cbox .text_box .uni_header_30 {
						text-align: center;
						margin: 2.2vw 0 0.4vw 0;
					}
					.home4 .big_box .crew_position {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 1.8vw 0;
						text-align: center;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 14px;
						font-weight: 400;
						line-height: 18px;
						letter-spacing: 0.5px;
						height: 36px;
						overflow: hidden;
					}
		.home4 .link_box {
			float: left;
			width: 100%;
			position: relative;
			margin: 4vw 0 0 0;
		}
		.home4 .link_box:before {
			content: "";
			position: absolute;
			float: left;
			width: 64.4vw;
			background-color: rgba(0, 0, 0, 0.5);
			height: 1px;
			left: 0;
			bottom: 0;
		}
			.home4 .link_box .uni_link {
				float: right;
			}

.home5 {
	float:left;
	width:100%;
	/* height: 49.9vw; */
	position:relative;
	background: url('images/home_img7.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: -2.5vw 0 0 0;
	z-index: -1;
	overflow: hidden;
}
.home5.single_news,
.home5.newsy {
	margin: 0 0 0 0;
	background: #fff;
	height: auto;
	z-index: unset;
}
	.home5 .uni_header_72 {
		text-align: center;
		margin: 7.8vw 0 4.5vw 0;
	}
	.home5 .big_box {
		float: left;
		width: 100%;
		position: relative;
		margin-bottom: 40px
	}
	.home5.newsy .big_box.home {
		margin: 7vw 0 3vw 0;
	}
	.home5.newsy .big_box.press {
		margin: 6vw 0 6vw 0;
	}
	.home5.single_news .big_box.old_news {
		margin: 0 0 4vw 0;
	}
	.home5.single_news .uni_header_30 {
		margin: 2vw 0 4vw 0;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
	}
	.home5.single_news .uni_header_30:before {
		content: '';
		position: absolute;
		float: left;
		width: 62vw;
		height: 1px;
		right: 0;
		top: 50%;
		background-color: #d8d8d8;
	}
		.news {
			float: left;
			width: 100%;
			position: relative;
			display: block;
		}
			.news .news_box {
				position: relative;
				float: left;
				width: calc(33.33% - 1.8vw);
				margin: 0 2.6vw 2.6vw 0;
			}
			.news .news_box:nth-of-type(3n) {
				margin: 0 0 2.6vw 0;
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(3n) {
				margin: 0 2.6vw 2.6vw 0;
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(3n+4) {
				margin: 0 0 2.6vw 0;
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(1) {
				width: 100%;
			}
				.news .news_box .photo_box {
					position: relative;
					float: left;
					width: 100%;
					height: 19vw;
				}
				.home5.newsy .big_box .news .news_box:nth-of-type(1) .photo_box {
					height: 32vw;
				}
				.news .news_box .text_box {
					position: relative;
					float: left;
					width: 100%;
				}
				.home5.newsy .big_box .news .news_box:nth-of-type(1) .text_box {
					position: absolute;
					left: 3vw;
					bottom: 3vw;
					z-index: 6;
				}
					.ndate {
						position: relative;
						float: left;
						width: 100%;
						margin: 10px 0 10px 0;
						color: #919191;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 12px;
						font-weight: 700;
						line-height: 20px;
						letter-spacing: 0.4px;
					}
					.news_title {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 10px 0;
						color: #ffffff;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 15px;
						font-weight: 700;
						line-height: 20px;
						height: 40px;
						overflow: hidden;
						letter-spacing: 0.4px;
					}
					.home5.newsy .big_box .news .news_box .text_box .news_title,
					.home5.single_news .big_box .news .news_box .text_box .news_title {
						color: #000;
					}
					.home5.newsy .big_box .news .news_box:nth-of-type(1) .text_box .news_title {
						color: #ffffff;
						font-size: 3vw;
						font-weight: 700;
						line-height: 3.2vw;
						letter-spacing: 0.08vw;
						margin-bottom: 2vw;
						height: auto;
						overflow: visible;
					}
	.home5 .big_box .nal {
		position: absolute;
		float: left;
		color: #fff;
		font-family: BebasNeueBold;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.2px;
		padding-left: 30px;
		background: url(images/sal_white.png) left no-repeat;
		background-size: 20px;
		cursor: pointer;
		left: 0;
		bottom: 0;
		z-index: 10;
		}
		.home5 .big_box .nar {
			position: absolute;
			float: left;
			color: #fff;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 30px;
			background: url(images/sar_white.png) right no-repeat;
			background-size: 20px;
			cursor: pointer;
			right: 0;
			bottom: 0;
			z-index: 10;
		}
			.home5.carousel .news {
				margin-bottom: 60px;
			}
			.home5.carousel .big_box {
				margin-bottom: 60px;
			}
			.home5.carousel .news_box {
				width: 100%;
				margin: 0;
			}

.home6 {
	float: left;
	width: 100%;
	position: relative;
	/* height: 29.1vw; */
	background: url('images/quick_contact_bg_cut.png') top no-repeat;
	background-size: cover;
}
.home6_1 {
	margin: -3.8vw 0 0 0;
}
.home6_2 {
	margin: -1.6vw 0 0 0;
}
.home6_3,
.home6_4,
.home6_idk2,
.home6_idk5,
.home6_5,
.home6_6,
.home6_8,
.home6_9 {
	margin: -2vw 0 0 0;
	z-index: 5;
}
.home6_7 {
	/* margin: 8vw 0 0 0; */
}
	.home6 .big_box {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 50px 0;
	}
		.home6 .big_box .top {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 30px 0;
		}
			.home6 .big_box .top .uni_header_72 {
				text-align: center;
				margin: 40px 0 20px 0;
			}
			.home6 .big_box .top .uni_text_16 {
				text-align: center;
				font-weight: 700;
				width: 100%;
				margin: 0 0 0 0;
			}
		.home6 .big_box .bottom {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 0 0;
		}
			.home6 .big_box .bottom .left {
				position: relative;
				float: left;
				width: 100%;
				margin-bottom: 30px;
				display: flex;
				justify-content: center;
				align-items: flex-start;
				flex-wrap: wrap;
			}
				.home6 .big_box .bottom .left .uni_text_16 {
					text-align: center;
				}
				.home6 .big_box .bottom .left .uni_text_16 p {
					position: relative;
					float: left;
					width: 100%;
					margin: 0 0 20px 0;
				}
					.home6 .big_box .bottom .left .uni_text_16 p strong {
						color: #e81750;
						font-weight: 700;
					}
					.home6 .big_box .bottom .left .uni_text_16 p a {
						color: #000;
						text-decoration: none;
					}
				.home6 .big_box .bottom .left .social {
					position: relative;
					float: left;
					margin: 10px 0 10px 0;
				}
						.home6 .big_box .bottom .left .social a img {
							margin: 0 10px 0 10px;
						}
			.home6 .big_box .bottom .right {
				position: relative;
				float: left;
				width: 100%;
			}

.home7 {
	float: left;
    width: 100%;
    position: relative;
    /* height: 15.1vw; */
    background: url(images/partners_bg_cut.png) top no-repeat;
    background-size: cover;
    margin: -1vw 0 0 0;
}
	.home7 .big_box {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
		.home7 .big_box .uni_header_30 {
			margin: 30px 0 20px 0;
			text-align: center;
			text-transform: none !important;
		}
		.home7 .big_box .par_box {
			position: relative;
			float: left;
			width: 100%;
			height: 100px;
			margin: 0 0 30px 0;
		}

.home11 {
	float:left;
	width:100%;
	height: 55.2vw;
	position:relative;
	background: url('images/home_img6.png') center no-repeat;
	background-size: cover;
	margin: -2.5vw 0 0 0;
	overflow: hidden;
}
	.home11 .uni_header_72 {
		text-align: center;
		margin: 6.4vw 0 3vw 0;
	}
	.home11 .big_box {
		float:left;
		width:100%;
		position:relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.home11 .big_box .cal {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-left: 30px;
			background: url(images/sal_black.png) left no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: 0;
			bottom: calc(-4vw - 26px);
			z-index: 10;
		}
		.home11 .big_box .car {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 30px;
			background: url('images/sar_black.png') right no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: 20%;
			bottom: calc(-4vw - 26px);
			z-index: 10;
		}
		.home11 .big_box .painters {
			float: left;
			width: 100%;
			position: relative;
		}
			.home11 .big_box .painters .cbox {
				float: left;
				width: 100%;
				position: relative;
				background: url('images/painters_shade.png') top 14.6vw left 50% no-repeat;
				background-size: 23.75vw;
			}
				.home11 .big_box .painters .cbox .photo_box {
					float: left;
					width: 100%;
					height: 19vw;
					position: relative;
				}
				.home11 .big_box .painters .cbox .text_box {
					float: left;
					width: 100%;
					position: relative;
					margin: 0 0 0 0;
					display: flex;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
				}
					.home11 .big_box .painters .cbox .text_box .uni_header_30 {
						text-align: center;
						margin: 2.2vw 0 0.4vw 0;
					}
					.home11 .big_box .painters_position {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 1.8vw 0;
						text-align: center;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 14px;
						font-weight: 400;
						line-height: 18px;
						letter-spacing: 0.5px;
						height: 36px;
						overflow: hidden;
					}
		.home11 .link_box {
			float: left;
			width: 100%;
			position: relative;
			margin: 4vw 0 0 0;
		}
		.home11 .link_box:before {
			content: "";
			position: absolute;
			float: left;
			width: 64.4vw;
			background-color: rgba(0, 0, 0, 0.5);
			height: 1px;
			left: 0;
			bottom: 0;
		}
			.home11 .link_box .uni_link {
				float: right;
			}

.home18 {
	float:left;
	width:100%;
	/* height: 49.9vw; */
	position:relative;
	background: url('images/home_img7.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: -2.5vw 0 0 0;
	z-index: -1;
	overflow: hidden;
}
.home18.single_faq,
.home18.faq {
	margin: 0 0 0 0;
	background: #fff;
	height: auto;
	z-index: unset;
}
	.home18 .uni_header_72 {
		text-align: center;
		margin: 7.8vw 0 4.5vw 0;
	}
	.home18 .big_box {
		float: left;
		width: 100%;
		position: relative;
		margin-bottom: 40px
	}
	.home18.faq .big_box.home {
		margin: 7vw 0 3vw 0;
	}
	.home18.faq .big_box.press {
		margin: 6vw 0 6vw 0;
	}
	.home18.single_faq .big_box.old_faq {
		margin: 0 0 4vw 0;
	}
	.home18.single_faq .uni_header_30 {
		margin: 2vw 0 4vw 0;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
	}
	.home18.single_faq .uni_header_30:before {
		content: '';
		position: absolute;
		float: left;
		width: 62vw;
		height: 1px;
		right: 0;
		top: 50%;
		background-color: #d8d8d8;
	}
		.faq {
			float: left;
			width: 100%;
			position: relative;
			display: block;
		}
			.faq .faq_box {
				position: relative;
				float: left;
				width: calc(33.33% - 1.8vw);
				margin: 0 2.6vw 2.6vw 0;
			}
			.faq .faq_box:nth-of-type(3n) {
				margin: 0 0 2.6vw 0;
			}
			.home18.faq .big_box .faq .faq_box:nth-of-type(3n) {
				margin: 0 2.6vw 2.6vw 0;
			}
			.home18.faq .big_box .faq .faq_box:nth-of-type(3n+4) {
				margin: 0 0 2.6vw 0;
			}
			.home18.faq .big_box .faq .faq_box:nth-of-type(1) {
				width: 100%;
			}
				.faq .faq_box .photo_box {
					position: relative;
					float: left;
					width: 100%;
					height: 19vw;
				}
				.home18.faq .big_box .faq .faq_box:nth-of-type(1) .photo_box {
					height: 32vw;
				}
				.faq .faq_box .text_box {
					position: relative;
					float: left;
					width: 100%;
				}
				.home18.faq .big_box .faq .faq_box:nth-of-type(1) .text_box {
					position: absolute;
					left: 3vw;
					bottom: 3vw;
					z-index: 6;
				}
					.ndate {
						position: relative;
						float: left;
						width: 100%;
						margin: 10px 0 30px 0;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 12px;
						font-weight: 700;
						line-height: 20px;
						letter-spacing: 0.4px;
					}
					.faq_title {
						position: relative;
						float: left;
						width: 100%;
						color: #919191;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 15px;
						font-weight: 700;
						line-height: 20px;
						overflow: hidden;
						letter-spacing: 0.4px;
					}
					.home18.faq .big_box .faq .faq_box .text_box .faq_title,
					.home18.single_faq .big_box .faq .faq_box .text_box .faq_title {
						color: #000;
					}
					.home18.faq .big_box .faq .faq_box:nth-of-type(1) .text_box .faq_title {
						color: #000000;
						font-size: 3vw;
						font-weight: 700;
						line-height: 3.2vw;
						letter-spacing: 0.08vw;
						margin-bottom: 2vw;
						height: auto;
						overflow: visible;
					}
	.home18 .big_box .nal {
		position: absolute;
		float: left;
		color: #fff;
		font-family: BebasNeueBold;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.2px;
		padding-left: 30px;
		background: url(images/sal_white.png) left no-repeat;
		background-size: 20px;
		cursor: pointer;
		left: 0;
		bottom: 0;
		z-index: 10;
		}
		.home18 .big_box .nar {
			position: absolute;
			float: left;
			color: #fff;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 30px;
			background: url(images/sar_white.png) right no-repeat;
			background-size: 20px;
			cursor: pointer;
			right: 0;
			bottom: 0;
			z-index: 10;
		}
			.home18.carousel .faq {
				margin-bottom: 60px;
			}
			.home18.carousel .big_box {
				margin-bottom: 60px;
			}
			.home18.carousel .faq_box {
				width: 100%;
				margin: 0;
			}
/* ////////////////////////////////////// STORY ////////////////////////////////////// */


.story1 {
	float: left;
	width: 100%;
	position: relative;
	height: 42vw;
	background: url('images/story_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 0vw 0 0 0;
	/* background-attachment: fixed; */
}
	.story1 .wrap {
		position: relative;
		width: 80%;
		margin: 0 auto;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.scroll_down_box {
			position: absolute;
			float: left;
			left: 0;
			bottom: 2vw;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			z-index: 6;
		}
			.story1 .scroll_down_box .scroll_down {
				visibility: hidden;
			}
		.story1 .big_box {
			position: relative;
			float: left;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: flex-start;
			flex-wrap: wrap;
		}
			.story1 .big_box .story_peasants {
				position: relative;
				float: left;
				width: 35.1vw;
				margin: 0 0 3vw 0;
				visibility: hidden;
			}
			.story1 .big_box .uni_text_16 {
				visibility: hidden;
			}

.story2 {
	float: left;
	width: 100%;
	position: relative;
	height: 44.2vw;
	margin: 0vw 0 0 0;
	overflow: hidden;
}
.story2.one {
	background: url('images/story_img2.jpg') center no-repeat;
	background-size: cover;
}
.story2.two {
	background: url('images/story_img3.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.story2.three {
	background: url('images/story_img4.jpg') center no-repeat;
	background-size: cover;
}
	.story2 .wrap_1530 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.story2.two .wrap_1530 {
		justify-content: flex-end;
	}
		.story2 .box {
			position: relative;
			float: left;
			width: 70%;
		}
			.story2 .box .uni_text_16 {
				margin: 0 0 3vw 0;
			}
			.story2.three .box .scroll_up_story {
				background: url('images/scroll_up_arrow.png') right no-repeat;
				background-size: 20px;
			}


/* ////////////////////////////////////// CREW ////////////////////////////////////// */


.crew_container {
	position: relative;
	float: left;
	width: 100%;
}
.crew_bio {
	position: relative;
	float: left;
	width: 100%;
	/* height: 43.3vw; */
	background-color: #fff;
}
	.crew_bio .photo_box {
		position: relative;
		float: left;
		width: 34%;
		/* height: 100%; */
	}
	.crew_bio .text_box {
		position: relative;
		float: left;
		width: 66%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.crew_bio .text_box .inside_box {
			position: relative;
			float: left;
			width: 86%;
			margin: 30px 0 30px 0;
		}
			.crew_bio .text_box .inside_box .crew_position {
				color: #e81750;
				text-transform: none;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 700;
				margin: 0 0 3vw 0;
			}
			.crew_bio .text_box .inside_box .backk {
				margin: 5vw 0 0 0;
			}

.crew_main {
	position: relative;
	float: left;
	height: 43.3vw;
	width: 33.33%;
}
.crew_main:nth-child(2) {
	width: 100%;
}
.crew_main:nth-child(5),
.crew_main:nth-child(6) {
	width: 50%;
}
	.crew_main .photo_box {
		position: absolute;
		float: left;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.crew_main .text_box {
		position: absolute;
		float: left;
		left: 5.6vw;
		bottom: 5vw;
		z-index: 6;
	}
		.crew_main .text_box .crew_link {
			cursor: pointer;
		}
		.crew_main .text_box .crew_position {
			color: #e81750;
			text-transform: none;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 700;
			margin: 0 0 1.4vw 0;
		}

/* ////////////////////////////////////// painters ////////////////////////////////////// */


.painters_container {
	position: relative;
	float: left;
	width: 100%;
}
.painters_bio {
	position: relative;
	float: left;
	width: 100%;
	/* height: 43.3vw; */
	background-color: #fff;
}
	.painters_bio .photo_box {
		position: relative;
		float: left;
		width: 34%;
		/* height: 100%; */
	}
	.painters_bio .text_box {
		position: relative;
		float: left;
		width: 66%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.painters_bio .text_box .inside_box {
			position: relative;
			float: left;
			width: 86%;
			margin: 30px 0 30px 0;
		}
			.painters_bio .text_box .inside_box .painters_position {
				color: #e81750;
				text-transform: none;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 700;
				margin: 0 0 3vw 0;
			}
			.painters_bio .text_box .inside_box .backk {
				margin: 5vw 0 0 0;
			}
			.painters_bio .text_box .inside_box .big_box {
				padding-top:4%;
			float: center;
			width: 70%;
			position: relative;
			display: flex;
			align-items: center;
			}
			.painters_bio .text_box .inside_box .big_box .cal {
			position: static;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-left: 2.3vw;
			background: url('images/sal_black.png') left no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: -1%;
			bottom: calc(-4vw - 26px);
			z-index: 10;
			}
			.painters_bio .text_box .inside_box .big_box .car {
			position: static;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 2.3vw;
			background: url('images/sar_black.png') right no-repeat;
			background-size: 20px;
			cursor: pointer;
			right: -1%;
			bottom: calc(-4vw - 26px);
			z-index: 10;
			}
			.painters_bio .text_box .inside_box .big_box .owl-carousel {
			padding-left:10%;
			padding-right:10%;
			}


.painters_main {
	position: relative;
	float: left;
	height: 43.3vw;
	width: 33.33%;
}
	.painters_main .photo_box {
		position: absolute;
		float: left;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.painters_main .text_box {
		position: absolute;
		float: left;
		left: 1vw;
		bottom: 1vw;
		z-index: 6;
	}
		.painters_main .text_box .painters_link {
			cursor: pointer;
		}
		.painters_main .text_box .painters_position {
			color: #e81750;
			text-transform: none;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 700;
			margin: 0 0 1.4vw 0;
			/*text-shadow: 1px 0 1px #000,
			0 1px 1px #000,
			-1px 0 1px #000,
			0 -1px 1px #000;*/
		}
/* ////////////////////////////////////// CAST ////////////////////////////////////// */



.cast1 {
	position: relative;
	float: left;
	width: 100%;
}
	.cast1 .cast_box {
		position: relative;
		float: left;
		width: 33.33%;
		height: 22.4vw;
		cursor: pointer;
	}
		.cast1 .cast_box .fade {
			background: transparent;
		}
		.cast1 .cast_box .text_box {
			position: relative;
			float: left;
			width: calc(100% - 4vw);
			margin: 14vw 2vw 0 2vw;
			z-index: 5;
			opacity: 1;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.cast1 .cast_box:hover .text_box {
			/* opacity: 1; */
		}
			.cast_name {
				position: relative;
				float: left;
				width: 100%;
				color: #ffffff;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 20px;
				font-weight: 700;
				letter-spacing: 1px;
				line-height: 24px;
				margin: 0 0 0 0;
			}
			.cast_position {
				position: relative;
				float: left;
				width: 100%;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 600;
				color: #e81750;
				font-size: 12px;
				letter-spacing: 0.2px;
				line-height: 18px;
			}

.cast_bio {
	position: relative;
    float: left;
    width: 100%;
    /* height: 43.3vw; */
    background: #fff;
}
	.cast_bio .left {
		position: relative;
		float: left;
		width: 33.33%;
		background-color: #fff;
	}
		.cast_bio .left .inside_box {
			position: relative;
			float: left;
			width: 80%;
			margin: 50px 0 30px 10%;
		}
			.cast_bio .left .inside_box .cast_name {
				color: #000;
			}
			.cast_bio .left .inside_box .cast_position {
				color: #000;
				margin: 0 0 2vw 0;
			}
	.cast_bio .right {
		position: relative;
		float: left;
		width: 66.67%;
		height: 100%;
		background-color: #d8d8d8;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.cast_bio .right .backk {
			position: absolute;
			right: 3%;
			top: 15px;
		}
		.cast_bio .right .inside_box {
			position: relative;
			float: left;
			width: 80%;
			margin: 50px 0 40px 0;
		}
			.cast_bio .right .inside_box .text {
				position: relative;
				float: left;
				width: 100%;
				color: #000000;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 14px;
				font-weight: 400;
				line-height: 21px;
				letter-spacing: 0.1px;
				margin-bottom: 30px;
			}
			.cast_bio .right .inside_box .photo_box {
				position: relative;
				float: left;
				width: calc(50% - 0.5vw);
			}
			.cast_bio .right .inside_box .photo_box.one {
				margin: 0 1vw 0 0;
			}
				.cast_bio .right .inside_box .photo_box .photo_box_inside {
					position: relative;
					float: left;
					width: 100%;
					height: 15.5vw;
				}
				.cast_bio .right .inside_box .photo_box .desc {
					position: relative;
					float: left;
					width: 100%;
					text-align: center;
					color: #000000;
					font-family: 'Roboto Condensed', sans-serif;
					font-size: 14px;
					font-weight: 700;
					line-height: 20px;
					text-transform: uppercase;
					letter-spacing: 0.2px;
					margin: 10px 0 10px 0;
				}


/* ////////////////////////////////////// STORY ////////////////////////////////////// */


.studio1 {
	float: left;
	width: 100%;
	position: relative;
	height: 40vw;
	background: url('images/studio_img1.jpg') center no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	margin: 0vw 0 0 0;
}
.studio1.studio2 {
	height: 43.3vw;
	background: url('images/studio_img2.jpg') center no-repeat;
	background-size: cover;
}
	.studio1 .wrap_1530 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.studio1 .big_box {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 0 0;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
		}
			.studio1 .big_box .text_box {
				position: relative;
				float: left;
				width: 60%;
				margin: 0 0 0 0;
			}
				.studio1 .big_box .text_box .uni_header_72 {
					margin: 0 0 3vw 0;
					visibility: hidden;
				}
				.studio1 .big_box .text_box .uni_text_16 {
					visibility: hidden;
				}
				.studio1.studio2 .big_box .text_box .scroll_down {
					margin: 3vw 0 0 0;
				}
			.studio1 .big_box .btf_logo {
				position: relative;
				float: left;
				width: 28vw;
				margin: 4.2vw 0 0 0;
				visibility: hidden;
			}

.studio3 {
	float: left;
	width: 100%;
	position: relative;
	height: 43.49vw;
	background: url('images/studio_img3.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
	.studio3 .wrap {
		position: relative;
		width: 70%;
		margin: 0 auto;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.studio3 .text {
			position: relative;
			float: left;
			width: 100%;
			color: #ffffff;
			font-size: 4vw;
			line-height: 5vw;
			font-family: BebasNeueBook;
			font-weight: 300;
			letter-spacing: 0.05vw;
		}
			.studio3 .text p strong {
				font-family: BebasNeueBold;
				font-size: 4vw;
				letter-spacing: 0.05vw;
			}


/* ////////////////////////////////////// NEWS ////////////////////////////////////// */


.news1 {
	float: left;
	width: 100%;
	position: relative;
	height: 40vw;
	background: url('images/news_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 0 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.news1 .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.news1 .scroll_to_news {
		visibility: hidden;
	}


/* ////////////////////////////////////// SINGLE NEWS ////////////////////////////////////// */



.sn1 {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}
	.sn1 .box {
		position: relative;
		float: left;
		width: 100%;
	}
		.sn1 .box .ndate {
			color: #919191;
			text-align: center;
			margin: 5.5vw 0 1vw 0;
			visibility: hidden;
		}
		.sn1 .box .news_title {
			color: #000;
			font-size: 3vw;
			font-weight: 700;
			line-height: 3.2vw;
			letter-spacing: 0.08vw;
			margin-bottom: 3.5vw;
			text-align: center;
			height: auto;
			overflow: visible;
			visibility: hidden;
		}
		.sn1 .box .uni_text_16 {
			margin: 3vw 0 2vw 0;
		}
		.sn1 .box .backk {
			margin: 3vw 0 4vw 0;
		}

/* ////////////////////////////////////// faq ////////////////////////////////////// */


.faq1 {
	float: left;
	width: 100%;
	position: relative;
	height: 40vw;
	background: url('images/faq_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 0 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.faq1 .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.faq1 .scroll_to_faq {
		visibility: hidden;
	}


/* ////////////////////////////////////// SINGLE faq ////////////////////////////////////// */



.sn1 {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}
	.sn1 .box {
		position: relative;
		float: left;
		width: 100%;
	}
		.sn1 .box .ndate {
			color: #919191;
			text-align: center;
			margin: 5.5vw 0 1vw 0;
			visibility: hidden;
		}
		.sn1 .box .faq_title {
			color: #000;
			font-size: 3vw;
			font-weight: 700;
			line-height: 3.2vw;
			letter-spacing: 0.08vw;
			margin-bottom: 3.5vw;
			text-align: center;
			height: auto;
			overflow: visible;
			visibility: hidden;
		}
		.sn1 .box .uni_text_16 {
			margin: 3vw 0 2vw 0;
		}
		.sn1 .box .backk {
			margin: 3vw 0 4vw 0;
		}

/* ////////////////////////////////////// GALLERY ////////////////////////////////////// */



.photo_gallery  {
	float: left;
    width: 100%;
    position: relative;
    /* margin: 15.2vw 0px 4vw 0px; */
    background: #fff;
    padding: 20px 0 0 0;
	overflow: hidden;
}
	.photo_gallery .wrap_1530 {

	}
	.photo_gallery .big_box {
		float:left;
		width:100%;
		position:relative;
		margin: 0px 0px 5vw 0px;
	}
		.photo_gallery .big_box .top {
			float:left;
			width:100%;
			position:relative;
			margin: 0px 0px 3.5vw 0px;
			display: flex;
			justify-content: center;
			align-items: flex-start;
		}
			.photo_gallery .big_box .top .inside_box {
				float:left;
				width:88%;
				position:relative;
				margin: 0px 0px 0 0px;
				border-bottom: 1px solid #000;
				display: flex;
				justify-content: center;
				align-items: flex-start;
				flex-wrap: wrap;
			}
				.photo_gallery .big_box .top .inside_box .inside_box_next {
					position: relative;
					float: left;
				}
					.photo_gallery .big_box .top .inside_box .photo_cat {
						position: relative;
						float: left;
						padding: 10px;
						margin: 0 5px 0 5px;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 14px;
						font-weight: 700;
						line-height: 20px;
						letter-spacing: 0.1px;
						border-bottom: 0.2vw solid transparent;
						text-decoration: none;
					}
					.photo_gallery .big_box .top .inside_box .photo_cat:hover,
					.photo_gallery .big_box .top .inside_box .photo_cat.active {
						color: #e81750;
						border-bottom: 0.2vw solid #000;
					}
		.photo_gallery .big_box .bottom {
			float:left;
			width:100%;
			position:relative;
			margin: 0px 0px 0vw 0px;
		}
			.photo_gallery .big_box .bottom .gallery-box {
				width: calc(50% - 0.5vw);
				margin: 0 1vw 1vw 0;
				height: 26vw;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+2) {
				margin: 0 0 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+3) {
				width: calc(67% - 0.5vw);
				height: 35vw;
				margin: 0 1vw 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+4) {
				width: calc(33% - 0.5vw);
				height: 17vw;
				margin: 0 0 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+5) {
				width: calc(33% - 0.5vw);
				height: 17vw;
				margin: 0 0 1vw 0;
			}
		/* .photo_gallery .big_box .gal_box { */
			/* position:relative; */
			/* float:left; */
			/* width:100%; */
		/* } */
			/* .photo_gallery .big_box .gal_box .sgal_box { */
				/* position:relative; */
				/* float:left; */
				/* width:100%; */
				/* height:38vw;				 */
			/* } */
			/* .photo_gallery .big_box .gal_box .fgal_box { */
				/* position:relative; */
				/* float:left; */
				/* width:100%; */
				/* height:10vw;		 */
				/* margin:12px 0px 0px 0px;	 */
			/* } */
			/* .photo_gallery .gal { */
				/* position: absolute; */
				/* float: left; */
				/* color: #000; */
				/* font-family: BebasNeueBold; */
				/* font-size: 1.25vw; */
				/* line-height: 2vw; */
				/* letter-spacing: 0.02vw; */
				/* padding-left: 2.3vw;		 */
				/* background: url('images/sal_black.png') left no-repeat;	 */
				/* background-size: 1.6vw; */
				/* cursor: pointer;	 */
				/* left: -10%; */
				/* top: 4vw;			 */
			/* } */
			/* .photo_gallery .gar { */
				/* position: absolute; */
				/* float: left; */
				/* color: #000; */
				/* font-family: BebasNeueBold; */
				/* font-size: 1.25vw; */
				/* line-height: 2vw; */
				/* letter-spacing: 0.02vw; */
				/* padding-right: 2.3vw;		 */
				/* background: url('images/sar_black.png') right no-repeat;	 */
				/* background-size: 1.6vw; */
				/* cursor: pointer;	 */
				/* right: -10%; */
				/* top: 4vw;			 */
			/* }	 */



#mapa-box {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	border: 0px solid #c0c0c0;
}

footer {
	float: left;
	width: 100%;
	height: 60px;
	position: relative;
	background-color: #000;
}
	footer .uni_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer nav {
		float: left;
		width: auto;
		margin: 0 0 0 0;
		position: relative;
		display: none;
	}
	footer nav ul {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
	}
	footer nav ul li {
		float: left;
		margin: 0 0 0 0;
		position: relative;
		list-style: none;
	}
	footer nav ul li a {
		color: #919191;
		font-family: BebasNeueBold;
		font-size: 1.15vw;
		line-height: 2vw;
		letter-spacing: 0.01vw;
		text-decoration: none;
		padding: 0 0 0 0;
		display: inline-block;
	}
	footer nav ul li a:hover {
		color: #e81750;
	}
	footer nav ul li a.active {
		color: #e81750;
	}
	footer nav ul li .menu-hr-footer {
		float: right;
		margin: 0 2vw 0 0;
	}
	footer nav ul li:last-child .menu-hr-footer {
		display: none;
	}

	.soda-tip {
		display: inline;
		position: relative;
		opacity: 0.6
	}
	.soda-tip:hover:after {
		background: #333;
		background: rgba(0,0,0,.8);
		border-radius: 5px;
		bottom: 26px;
		color: #dc407f;
		content: attr(title);
		left: -110px;
		padding: 5px 10px;
		text-align: center;
		position: absolute;
		z-index: 98;
		width: 140px;
		font-size: 11px;
	}
	.soda-tip:hover:before {
		border: solid;
		border-color: rgba(0,0,0,.8) transparent;
		border-width: 6px 6px 0 6px;
		bottom: 20px;
		content: "";
		left: 40%;
		position: absolute;
		z-index: 99;
	}
	.soda-tip:hover  {
		opacity: 1;
		transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out;
	}
	.soda a {
		float: right;
		margin: 0 0 0 0;
	}
	.soda {
		position: relative;
		float: left;
	}

.formularz-div {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
	.form-box-left {
		float: left;
		width: calc(50% - 5px);
		margin: 0 10px 0 0;
		position: relative;
	}
	.form-box-right {
		float: right;
		width: calc(50% - 5px);
		margin: 0 0 0 0;
		position: relative;
	}
	.form-box {
		float: left;
		width: calc(50% - 5px);
		margin: 0 10px 10px 0;
	}
	.form-box:nth-of-type(2n) {
		margin: 0 0 10px 0;
	}
	.form-box-all {
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	.form-box-file {
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	.form-box-kod {

	}

	.form-text  {
		float: left;
		margin: 0 0 0 0;
		width: 100%;
		font-size: 0;
		line-height: 0;
	}
	.form-input {
		float: left;
		width: 100%;
		height: 32px;
		margin: 0 0 0 0;
		padding: 0 0 0 15px;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: 0.4px;
		border: none;
		background: rgba(255, 255, 255, 0.35);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}
	.form-textarea  {
		float: left;
		width: 100%;
		max-width: 100%;
		height: 74px;
		max-height: 74px;
		margin: 0 0 10px 0;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: 0.4px;
		padding: 7px 0 0 15px;
		border: none;
		background: rgba(255, 255, 255, 0.35);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.form-box-file .default {
		display: none;
	}
	.form-box-file .put-file {
		float: left;
		margin: 0 0 15px 0;
		width: 100%;
		font-size: 15px;
		line-height: 15px;
		color: #000;
		font-family: 'Roboto', sans-serif;
		cursor: pointer;
	}
		.form-box-file .upload-change {
			display: none;
		}

	.form-submit  {
		border: none;
		border: 0px solid #dedede;
		cursor: pointer;
		background: rgba(255, 255, 255, 0.35);
		height: 32px;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: 0.4px;
		text-align: center;
		margin: 0 0 0 10px;
	}
	.form-input:focus,
	.form-textarea:focus,
	.form-submit:focus {
		outline:none;
	}
.control-group {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
.control {
    position: relative;
    float: left;
    width: calc(100% - 30px);
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.3px;
    padding: 4px 0 0 30px;
    margin-bottom: 0;
	text-align: justify;
}
.control a {
	 color: #fff;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: rgba(255, 255, 255, 0.35);
}
.control-radio .control_indicator {
    border-radius: undefined%;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
}
.control input:checked ~ .control_indicator {
    background: rgba(255, 255, 255, 0.35) url('images/checked_icon.png') center no-repeat;
}
}

@media screen and (min-width: 0px) and (max-width: 749px) {

	.popupCanalPlus {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0, 0, 0, 0.9);
	}
		.popupCanalPlusBox {
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
		}
		.popupCanalPlusBoxInside {
			width: 84%;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			.popupCanalPlusInside {
				position: relative;
				width: 100%;
				background-color: #0A0A0A;
				display: flex;
				justify-content: center;
				align-items: center;
				flex-flow: column;
				border-radius: 1rem;
				padding: 3rem 0;
				text-decoration: none;;
			}
				.popupLogo {
					width: 80%;
					height: auto;
					margin-bottom: 1.2rem;
				}
				.popupText {
					font-family: 'Roboto Condensed', sans-serif;
					font-size: 1.1rem;
					font-weight: 400;
					line-height: 2rem;
					color: #EA1650;
					letter-spacing: 1.2px;
				}
					.closePopupCanalPlus {
						position: absolute;
						right: -1.5rem;
						top: -1.5rem;
						width: 3rem;
						height: 3rem;
						border-radius: 10rem;
						border: 2px solid #EA1650;
						font-size: 1.5rem;
						line-height: 2rem;
						font-weight: 700;
						color: #fff;
						display: flex;
						justify-content: center;
						align-items: center;
						cursor: pointer;
						z-index: 2;
					}

.formularz-div.desktop {
	display: none !important;
}

.dropbtn {
	padding-inline: 0px;
	padding-block: 0px;
    background: transparent;
    color: white;
    font-size: 20px;
	line-height: 22px;
    border: none;
	font-family: BebasNeueBold;
	text-align: right;
}

.dropdown-content {
	display: none;
	opacity: 0.5;
	position: absolute;
	text-align: left;
	transform: translate(210%);
    z-index: 1;
	width: 50%;
	margin-top: -27px;
}

.dropdown-content a {
	padding: 5px 0 5px 0;
	display: block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}


.under_construction {
	float: left;
    width: 100%;
    position: relative;
    height: 42vw;
    background: url(images/story_img1.jpg) center no-repeat;
    background-size: cover;
    /* margin: 7vw 0 0 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.under_construction.trailer {
	background: #000;
	height: 55vw;
}
	.under_construction .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.under_construction .movie,
	.under_construction .movie p,
	.under_construction .movie p iframe {
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
	}
	.under_construction .movie p iframe {
		height: 99%;
		margin: 1% 0 0 0;
	}
.no-comp { display:none !important; }

.wrapper {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 20;
	background: url('images/wrapper_bg.png') bottom no-repeat;
	background-size: cover;
}
.wrapper.sub {
	/* background: url('images/wrapper_bg.png') bottom no-repeat; */
	/* background-size: cover;	 */
}
.wrapper.sw {
	/* background: url('images/wrapper_bg.png') bottom no-repeat; */
	/* background-size: cover;	 */
	/* height:6vw; */
}
	.wrapper .uni_wrap {
		width: 94%;
		height: 100%;
		position: relative;
		margin: 0 auto;
	}
	.wrapper .logo {
		float: left;
		position: relative;
		margin: 24px 0 24px 0;
	}
		.wrapper .logo img {
			float: left;
			position: relative;
			height: 22px;
		}
		.wrapper .logo.logo_pl img {
			/* width: 11.14vw; */
		}
		.wrapper.sw .logo img {
			/* width: 14vw; */
		}
		.wrapper.sw .logo.logo_pl img {
			/* width: 8.6vw; */
		}
	.wrapper nav {
		display: none;
		width: 100%;
		float: left;
	}
	.wrapper nav ul {
		float: right;
		position: relative;
		margin: 0 0 10px 0;
		width: 100%;
	}
	.wrapper nav ul li {
		width: 50%;
		position: relative;
		padding: 5px 0 5px 0;
		list-style: none;
		text-align: right;
	}
	.wrapper nav ul li a {
		color: #ffffff;
		font-family: BebasNeueBold;
		font-size: 20px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0.2px;
		text-decoration: none;
	}
	.wrapper nav ul li a:hover {
		color: #e81750;
	}
	.wrapper nav ul li a.active {
		color: #e81750;
	}
	.wrapper nav ul li .menu-hr {
		float: right;
		margin: 3px 1vw 0 1vw;
		display: none;
	}
	.wrapper nav ul li:last-child .menu-hr {
		display: none;
	}
	.wrapper .menu-tel {
		float: right;
		margin: 21px 0px 0px 0px;
		cursor: pointer;
		position: relative;
		font-size: 28px;
		color: #fff;
	}
	.wrapper .box {
		position: absolute;
		float: left;
		right: 45px;
		width: 100px;
		top: 10px;
	}
		.wrapper .lang {
			position: relative;
			float: right;
			color: #ffffff;
			font-family: BebasNeueBold;
			font-size: 20px;
			line-height: 20px;
			letter-spacing: 0.5px;
			margin: 0 0 10px 20px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		.wrapper.sw .lang {
			/* margin: 0 0 1vw 0; */
		}
			.wrapper .lang .choose {
				position: relative;
				float: left;
				margin: 0 0 0 0;
				display: none;
			}
			.wrapper .lang a {
				position: relative;
				float: left;
				text-decoration: none;
				margin: 0 0 0 10px;
				cursor: pointer;
				color: rgba(255, 255, 255, 0.5);
			}
			.wrapper .lang .active-lang {
				color: #fff;
			}
			.social {
				position: relative;
				float: right;
			}
			.wrapper .social {
				/* display: none; */
			}
				.social a {
					position: relative;
					float: left;
				}
					.social a img {
						position: relative;
						float: left;
						margin: 0 0 0 10px;
					}

/* START style partners */
	.partners {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
	}
		.partners .owl-carousel {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
		}
		.partners .partners-box {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			/* border: 1px solid rgba(255, 255, 255, 0.3); */
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			/* background-color: #fff; */
		}
		.partners .partners-box .img {
			position: relative;
			float: left;
			width: 70%;
			height: 70%;
			max-width: 70%;
			max-height: 70%;
			object-fit: scale-down;
		}
		.partners.sg .partners-box .img {
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			object-fit: cover;
		}
		.partners.sg .partners-box {
			border: none;
		}
		.partners.certy .img {
			width: 77%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			object-fit: cover;

		}
		.partners .owl-nav {
			float: left;
			width: 100%;
			position: relative;
			margin: 10px 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: none;
		}
		.crew .owl-nav {
			display: none;
		}

		.painters .owl-nav {
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			float: left;
			width: 90%;
			margin: 10px 0 0 0;
			padding:0 0 0 0;
			position: relative;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */

	.pliki {
		float: left;
		width: 100%;
		position: relative;
		margin: 20px 0 20px 0;
		padding: 0 0 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
		.pliki .plik {
			float: left;
			/* width: 100%; */
			position: relative;
			margin: 0 0 10px 0;
			padding: 0 0 0 0;
		}
			.pliki .plik a {
				text-decoration: none;
				color: #000;
			}
			.pliki .plik a:hover {
				color: #000;
			}
		.pliki .plik-ikona-box {
			float: left;
			position: relative;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.pliki .plik-roz {
			float: left;
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			color: #fff;
			font-size: 10px;
			line-height: 16px;
			text-align: center;
		}
		.plik-ikona {
			float: left;
			width: 35px;
			margin: 0 0 0 0;
		}
		.plik-tytul {
			float: left;
			position: relative;
			margin: 18px 0 0 10px;
			padding: 0 0 0 0;
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 14px;
		}
	.fb-like-box {
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative;
	}

.zdjecie-glowne {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 0 0 0;
	z-index: 5;
}
	.gallery .gallery-box .img,
	.zdjecie-glowne .img {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.kbox .fade,
	.obox .fade,
	.gbox .fade,
	.cast_box .fade,
	.studio_box .fade,
	.gallery .gallery-box .fade,
	.zdjecie-glowne .fade {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: BebasNeueBold;
		background-color: rgba(0, 0, 0, 0.8);
		background: rgba(0, 0, 0, 0.8);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}
		.kbox:hover .fade,
		.obox:hover .fade,
		.gbox:hover .fade,
		.cast_box:hover .fade,
		.studio_box:hover .fade,
		.gallery .gallery-box:hover .fade,
		.zdjecie-glowne:hover .fade {
			opacity: 1;
		}
		.zoom {
			width: auto !important;
		}
.gallery {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
.gallery.cert {
	margin: 2vw 0 0 0;
}
	.gallery .gallery-box {
		float: left;
		width: calc(25% - 8px);
		height: 16vw;
		margin: 0 10px 10px 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.gallery .gallery-box:nth-of-type(4n) {
		margin: 0 0 10px 0;
	}
.white {
	color: #fff !important;
}
.uni_shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}
.uni_big_header {
	position: absolute;
	float: left;
	left: 0;
	color: rgba(255, 254, 254, 0.1);
	font-family: BebasNeueBold;
	font-size: 15vw;
	line-height: 11vw;
	letter-spacing: 0.5vw;
}
.uni_header_72 {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 7vw;
    font-weight: 700;
    line-height: 8vw;
    letter-spacing: 0.2vw;
}
.uni_header_60 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 5vw;
	font-weight: 700;
	line-height: 6vw;
	letter-spacing: 0.02vw;
}
.uni_painters_header_60 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 5vw;
	font-weight: 700;
	line-height: 6vw;
	letter-spacing: 0.02vw;
}
.uni_header_30_72 {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    color: #e81750;
    font-family: BebasNeueBold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
	.uni_header_30_72 span {
		display: block;
		color: #000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 7vw;
		font-weight: 700;
		line-height: 9vw;
		letter-spacing: 0.2vw;
	}
.uni_header_30 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    color: #000000;
    font-family: BebasNeueBold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.uni_text_18 {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.2px;
}
.uni_text_16 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.2px;
}
	.uni_text_16 a {
		color: #000;
		text-decoration: none;
	}
.uni_link {
	position: relative;
	float: left;
	/* width: 11vw; */
	/* height: 2.2vw; */
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.uni_link:hover {
	background-color: #000;
	border: 1px solid #000;
}
.uni_link.white {
	border: 1px solid #fff;
}
.uni_link.white:hover {
	background-color: #fff;
	border: 1px solid #fff;
}
	.uni_link .link_text {
		position: relative;
		float: left;
		color: #000;
		font-family: BebasNeueBold;
		font-size: 14px;
		line-height: 32px;
		text-transform: uppercase;
		letter-spacing: 0.2px;
		padding: 0 30px 0 15px;
		background: url('images/link_arrow_black.png') right 10px top 50% no-repeat;
	}
	.uni_link:hover .link_text {
		color: #fff;
		background: url('images/link_arrow_white.svg') right 10px top 50% no-repeat;
	}
	.uni_link.white .link_text {
		background: url('images/link_arrow_white.svg') right 10px top 50% no-repeat;
		color: #fff;
	}
	.uni_link.white:hover .link_text {
		background: url('images/link_arrow_black.png') right 10px top 50% no-repeat;
		color: #000;
	}
.link_paint {
	position: relative;
	float: left;
	width: 10.8vw;
	height: 2.8vw;
	text-decoration: none;
	background: url('images/link_bg_red.png') center no-repeat;
	background-size: cover;
	color: #ffffff;
	font-family: BebasNeue;
	font-size: 1vw;
	line-height: 2.8vw;
	text-transform: uppercase;
	letter-spacing: 0.55px;
	text-align: center;
}
.link_paint_sml {
	position: relative;
    float: left;
    width: 160px;
    height: 30px;
    text-decoration: none;
    background: url(images/link_bg_red_sml.png) center no-repeat;
    background-size: contain;
    color: #ffffff;
    font-family: BebasNeue;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}
.uni_wrap {
	position: relative;
	width: 94%;
	height: 100%;
	margin: 0 auto;
}
.wrap_1530 {
	position: relative;
	width: 94%;
	height: 100%;
	margin: 0 auto;
}
.uni_margin_top {
	/* margin-top: 6vw !important; */
}
.scroll_down {
	position: relative;
    float: left;
    color: #ffffff;
    font-family: BebasNeueBold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-right: 30px;
    background: url(images/scroll_down_arrow.png) right no-repeat;
    background-size: 20px;
    cursor: pointer;
}
.backk {
	position: relative;
    float: left;
    color: #000;
    font-family: BebasNeueBold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-left: 30px;
    background: url(images/back_arrow_black.png) left no-repeat;
    background-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.container {
	float: left;
	width: 100%;
	height: 50.5vw;
	position: relative;
	margin: 0 0 0 0;
	overflow: hidden;
}
	.container .slideshow_shade {
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1;
		height: 17.76vw;
		background: url('images/slideshow_shade.png') top no-repeat;
		background-size: cover;
	}
	.container .slide-1 {
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
		.container .slides {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			background-size: cover !important;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.container .slides .box {
			float: left;
			width: 84%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
		}
		.container .slides .box .uni_header_60 {
			margin: 0 0 0 0;
			clear: both;
			text-align: center;
			visibility: hidden;
		}
		.container .slides .box .uni_text_18 {
			margin: 2.2vw 0 0 0;
			text-align: center;
			clear: both;
			visibility: hidden;
		}
	.container .scroll-down {
		position: absolute;
		float: left;
		width: 94%;
		left: 3%;
		bottom: 6vw;
		z-index: 5;
		color: #ffffff;
		font-family: BebasNeueBold;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.1px;
		text-align: center;
		cursor: pointer;
		visibility: hidden;
		display: none;
	}
		.container .scroll-down:before {
			content: "";
			position: absolute;
			float: left;
			width: 37vw;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.5);
			top: 50%;
			left: 0;
		}
		.container .scroll-down:after {
			content: "";
			position: absolute;
			float: left;
			width: 37vw;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.5);
			top: 50%;
			right: 0;
		}

.home1 {
	float:left;
	width:100%;
	/* height: 54.5vw; */
	position:relative;
	background: url('images/home_img2.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: -4.7vw 0 0 0;
}
	.home1:before {
		content: "";
		position: absolute;
		float: left;
		left: 2vw;
		bottom: 7.5vw;
		width: calc(100% - 4vw);
		height: 1px;
		background-color: rgba(255, 255, 255, 0.5);
		display: none;
	}
	.home1 .uni_big_header {
		transform: translateX(-8vw) translateY(22.2vw) rotate(270deg);
		display: none;
	}
	.home1 .wrap_1530 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home1 .box {
		position: relative;
		float: left;
		width: 100%;
		margin: 40px 0 40px 0;
	}
		.home1 .box .uni_header_30 {
			color: #e81750;
			margin: 0 0 2.5vw 0;
		}
		.home1 .box .logo2 {
			position: relative;
			float: left;
			height: 5vw;
			margin: 0 0 30px 0;
		}
		.home1 .box .uni_text_16 {
			margin: 0 0 20px 0;
			text-align: justify;
		}

.home2 {
	float:left;
	width:100%;
	/* height: 50vw; */
	position:relative;
	/* background: url('images/home_img3.png') center no-repeat; */
	/* background-size: cover;	 */
	margin: -3.5vw 0 0 0;
	z-index: 1;
}
.home2 .uni_big_header.one {
    color: rgba(139, 101, 0, 0.1);
    transform: translateX(-7vw) translateY(19.2vw) rotate(270deg);
	display: none;
}
.home2 .uni_big_header.two {
    color: rgba(139, 101, 0, 0.1);
    transform: translateX(41vw) translateY(19.2vw) rotate(270deg);
	display: none;
}
	.home2 .box {
		position: relative;
		float: left;
		width: 100%;
		height: 97vw;
	}
		.home2 .box .photo_box {
			position: absolute;
			float: left;
			width: 100%;
			height: 100%;
			left: 0;
			bottom: 0;
			z-index: 2;
		}
				.home2 .box.two .photo_box .zdjecie-glowne .img {
				}
	.home2 .box.two {
		/* margin: -3vw 0 0 0; */
	}
		.home2 .box .white_area {
			position: absolute;
			float: left;
			width: 100%;
			height: 20.6vw;
			/* background-color: rgba(255,255,255,0.4); */
			left: 0;
			bottom: 0;
			z-index: 6;
			display: flex;
			justify-content: center;
			align-items: center;
		}
				.home2 .box .white_area .inside_box {
					width: 94%;
					display: flex;
					justify-content: space-between;
					align-items: center;
				}
					.home2 .box .white_area .inside_box .uni_header_30_72 {
						width: 70%;
					}
					.home2 .box.two .white_area .inside_box .uni_header_30_72 {
						/* color: dimgrey;						 */
					}
					.home2 .box .white_area .inside_box .uni_link {
						margin: 2.5vw 0 0 0;
					}
	/* .home2 .wrap { */
		/* position: relative; */
		/* width: 70%; */
		/* height: 100%; */
		/* margin: 0 auto; */
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
	/* } */
		/* .home2 .big_box { */
			/* position: relative; */
			/* float: left; */
			/* width: 100%;		 */
			/* display: flex; */
			/* justify-content: space-between; */
			/* align-items: center;			 */
		/* } */
			/* .home2 .big_box .box { */
				/* position: relative;  */
				/* float: left; */
				/* width: 29%; */
				/* height: 36.5vw; */
				/* display: flex; */
				/* justify-content: center; */
				/* align-items: center; */
				/* border-top: 1px solid rgba(14, 14, 14, 0.5); */
				/* border-bottom: 1px solid rgba(14, 14, 14, 0.5); */
				/* box-sizing: border-box; */
				/* -moz-box-sizing: border-box; */
				/* -webkit-box-sizing: border-box;				 */
			/* } */
				/* .home2 .big_box .box .inside_box { */
					/* position: relative; */
					/* float: left; */
					/* width: 90%; */
					/* margin: 0 0 0 0; */
					/* display: flex; */
					/* justify-content: center; */
					/* align-items: flex-start; */
					/* flex-wrap: wrap; */
				/* } */
					/* .home2 .big_box .box .inside_box .uni_header_30_72 { */
						/* text-align: center; */
					/* } */
					/* .home2 .big_box .box .inside_box .uni_text_16 { */
						/* text-align: center; */
						/* margin: 1.4vw 0 3vw 0; */
					/* } */
						/* .home2 .big_box .box .inside_box .uni_link .link_text { */
							/* font-family: BebasNeueBold; */
						/* } */



.home3 {
	float:left;
	width:100%;
	/* height: 58.8vw; */
	position:relative;
	margin: -3vw 0 0 0;
	background: url('images/home_img4.jpg') center no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
}
	.home3 .uni_big_header {
		transform: translateX(-9.5vw) translateY(25.8vw) rotate(270deg);
		display: none;
	}
	.home3 .left {
		position: relative;
		float: left;
		width: 100%;
	}
		.home3 .left .btf {
			position: absolute;
			float: left;
			right: 3%;
			bottom: 40px;
		}
			.home3 .left .btf img {
				position: relative;
				float: left;
				height: 34px;
			}
		.home3 .box {
			position: relative;
			float: left;
			width: 94%;
			margin: 40px 0 40px 3%;
		}
			.home3 .box .uni_header_30_72 {
				margin: 0 0 0 0;
			}
				.home3 .box .uni_header_30_72 span {
					color: #fff;
				}
			.home3 .box .uni_text_16 {
				margin: 20px 0 30px 0;
			}
	.home3 .gal_box {
		position: relative;
		float: left;
		height: 65.7vw;
		width: 94%;
		margin: 30px 0 70px 3%;
	}
		.home3 .gal_box .studio_box {
			position: relative;
			float: left;
			width: 100%;
			height: auto;
		}
		.home3 .gal_box .nav {
			position: absolute;
			float: left;
			left: 0;
			bottom: -40px;
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.home3 .gal_box .nav .sgal {
				position: relative;
				float: left;
				color: #ffffff;
				font-family: BebasNeueBold;
				font-size: 16px;
				line-height: 20px;
				letter-spacing: 0.2px;
				padding-left: 30px;
				background: url('images/sal_white.png') left no-repeat;
				background-size: 20px;
				margin: 0 0 0 0;
				cursor: pointer;
			}
			.home3 .gal_box .nav .sgar {
				position: relative;
				float: left;
				color: #ffffff;
				font-family: BebasNeueBold;
				font-size: 16px;
				line-height: 20px;
				letter-spacing: 0.2px;
				padding-right: 30px;
				background: url('images/sar_white.png') right no-repeat;
				background-size: 20px;
				cursor: pointer;
			}

.home4 {
	float:left;
	width:100%;
	/* height: 55.2vw; */
	position:relative;
	background: url('images/home_img6.png') center no-repeat;
	background-size: cover;
	margin: -2.5vw 0 0 0;
	overflow: hidden;
}
	.home4 .uni_header_72 {
		text-align: center;
		margin: 7.4vw 0 7vw 0;
	}
	.home4 .big_box {
		float:left;
		width:100%;
		position:relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.home4 .big_box .cal {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-left: 30px;
			background: url(images/sal_black.png) left no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: 0;
			bottom: -27px;
			z-index: 10;
		}
		.home4 .big_box .car {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 30px;
			background: url('images/sar_black.png') right no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: 35%;
			bottom: -27px;
			z-index: 10;
		}
		.home4 .big_box .crew {
			float: left;
			width: 100%;
			position: relative;
		}
			.home4 .big_box .crew .cbox {
				float: left;
				width: 100%;
				position: relative;
				background: url('images/crew_shade.png') top 14.6vw left 50% no-repeat;
				background-size: 23.75vw;
			}
				.home4 .big_box .crew .cbox .photo_box {
					float: left;
					width: 100%;
					height: 65vw;
					position: relative;
				}
				.home4 .big_box .crew .cbox .text_box {
					float: left;
					width: 100%;
					position: relative;
					margin: 0 0 0 0;
					display: flex;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
				}
					.home4 .big_box .crew .cbox .text_box .uni_header_30 {
						text-align: center;
						margin: 20px 0 5px 0;
					}
					.home4 .big_box .crew_position {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 30px 0;
						text-align: center;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 14px;
						font-weight: 400;
						line-height: 18px;
						letter-spacing: 0.5px;
						height: 36px;
						overflow: hidden;
					}
		.home4 .link_box {
			float: left;
			width: 100%;
			position: relative;
			margin: 0 0 40px 0;
		}
		.home4 .link_box:before {
			content: "";
			position: absolute;
			float: left;
			width: 64.4vw;
			background-color: rgba(0, 0, 0, 0.5);
			height: 1px;
			left: 0;
			bottom: 0;
			display: none;
		}
			.home4 .link_box .uni_link {
				float: right;
			}

.home5 {
	float:left;
	width:100%;
	/* height: 49.9vw; */
	position:relative;
	background: url('images/home_img7.jpg') center no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	margin: -5vw 0 0 0;
	z-index: -1;
	overflow: hidden;
}
.home5.single_news,
.home5.newsy {
	margin: 0 0 0 0;
	background: #fff;
	height: auto;
	z-index: unset;
}
	.home5 .uni_header_72 {
		text-align: center;
		margin: 10.4vw 0 7vw 0;
	}
	.home5 .big_box {
		float: left;
		width: 100%;
		position: relative;
		margin-bottom: 20px
	}
	.home5.newsy .big_box.home {
		margin: 7vw 0 3vw 0;
	}
	.home5.newsy .big_box.press {
		margin: 40px 0 50px 0;
	}
	.home5.single_news .big_box.old_news {
		margin: 0 0 4vw 0;
	}
	.home5.single_news .uni_header_30 {
		margin: 2vw 0 4vw 0;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
	}
	.single_news .uni_header_30:before {
		content: '';
		position: absolute;
		float: left;
		width: 50%;
		height: 1px;
		right: 0;
		top: 50%;
		background-color: #d8d8d8;
	}
		.news {
			float: left;
			width: 100%;
			position: relative;
			display: block;
		}
			.news .news_box {
				position: relative;
				float: left;
				width: 100%;
				margin: 0 0 40px 0;
			}
			.news .news_box:nth-of-type(3n) {
				/* margin: 0 0 2.6vw 0; */
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(3n) {
				margin: 0 2.6vw 2.6vw 0;
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(3n+4) {
				margin: 0 0 2.6vw 0;
			}
			.home5.newsy .big_box .news .news_box:nth-of-type(1) {
				width: 100%;
			}
				.news .news_box .photo_box {
					position: relative;
					float: left;
					width: 100%;
					height: 50vw;
				}
				.home5.newsy .big_box .news .news_box:nth-of-type(1) .photo_box {
					/* height: 32vw; */
				}
				.news .news_box .text_box {
					position: relative;
					float: left;
					width: 100%;
				}
				.home5.newsy .big_box .news .news_box:nth-of-type(1) .text_box {
					/* position: absolute; */
					/* left: 3vw; */
					/* bottom: 3vw; */
					/* z-index: 6; */
				}
					.ndate {
						position: relative;
						float: left;
						width: 100%;
						margin: 10px 0 10px 0;
						color: #919191;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 12px;
						font-weight: 700;
						line-height: 20px;
						letter-spacing: 0.4px;
					}
					.news_title {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 20px 0;
						color: #ffffff;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 15px;
						font-weight: 700;
						line-height: 20px;
						letter-spacing: 0.4px;
					}
					.home5.newsy .big_box .news .news_box .text_box .news_title,
					.home5.single_news .big_box .news .news_box .text_box .news_title {
						color: #000;
					}
					.home5.newsy .big_box .news .news_box:nth-of-type(1) .text_box .news_title {
						/* color: #ffffff; */
						/* font-size: 3vw; */
						/* font-weight: 700; */
						/* line-height: 3.2vw; */
						/* letter-spacing: 0.08vw;	 */
						/* margin-bottom: 2vw; */
						/* height: auto; */
						/* overflow: visible;	 */
					}
				.home5 .big_box .news .news_box:nth-child(2),
				.home5 .big_box .news .news_box:nth-child(3) {
					display: none;
				}
				.home5.newsy .big_box .news .news_box:nth-child(2),
				.home5.single_news .big_box.old_news .news .news_box:nth-child(2),
				.home5.newsy .big_box .news .news_box:nth-child(3),
				.home5.single_news .big_box.old_news .news .news_box:nth-child(3) {
					display: block;
				}
	.home5 .big_box .nal {
		position: absolute;
		float: left;
		color: #fff;
		font-family: BebasNeueBold;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.2px;
		padding-left: 30px;
		background: url(images/sal_white.png) left no-repeat;
		background-size: 20px;
		cursor: pointer;
		left: 0;
		bottom: 0;
		z-index: 10;
		}
		.home5 .big_box .nar {
			position: absolute;
			float: left;
			color: #fff;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 30px;
			background: url(images/sar_white.png) right no-repeat;
			background-size: 20px;
			cursor: pointer;
			right: 0;
			bottom: 0;
			z-index: 10;
		}
			.home5.carousel .news {
				margin-bottom: 20px;
			}
			.home5.carousel .big_box {
				margin-bottom: 50px;
			}
			.home5.carousel .news_box {
				width: 100%;
				margin: 0;
			}

.home6 {
	float: left;
	width: 100%;
	position: relative;
	/* height: 29.1vw; */
	background: url('images/quick_contact_bg_cut.png') top no-repeat;
	background-size: cover;
}
.home6_1 {
	margin: -3.8vw 0 0 0;
}
.home6_2 {
	margin: -1.6vw 0 0 0;
}
.home6_3,
.home6_4,
.home6_idk2,
.home6_idk5,
.home6_5,
.home6_6,
.home6_8,
.home6_9 {
	margin: -4vw 0 0 0;
	z-index: 5;
}
.home6_7 {
	/* margin: 8vw 0 0 0; */
}
	.home6 .big_box {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 50px 0;
	}
		.home6 .big_box .top {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 30px 0;
		}
			.home6 .big_box .top .uni_header_72 {
				text-align: center;
				margin: 40px 0 20px 0;
			}
			.home6 .big_box .top .uni_text_16 {
				text-align: center;
				font-weight: 700;
				width: 100%;
				margin: 0 0 0 0;
			}
		.home6 .big_box .bottom {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 0 0;
		}
			.home6 .big_box .bottom .left {
				position: relative;
				float: left;
				width: 100%;
				margin-bottom: 30px;
				display: flex;
				justify-content: center;
				align-items: flex-start;
				flex-wrap: wrap;
			}
				.home6 .big_box .bottom .left .uni_text_16 {
					text-align: center;
				}
				.home6 .big_box .bottom .left .uni_text_16 p {
					position: relative;
					float: left;
					width: 100%;
					margin: 0 0 20px 0;
				}
					.home6 .big_box .bottom .left .uni_text_16 p strong {
						color: #e81750;
						font-weight: 700;
					}
					.home6 .big_box .bottom .left .uni_text_16 p a {
						color: #000;
						text-decoration: none;
					}
				.home6 .big_box .bottom .left .social {
					position: relative;
					float: left;
					margin: 10px 0 10px 0;
				}
						.home6 .big_box .bottom .left .social a img {
							margin: 0 10px 0 10px;
						}
			.home6 .big_box .bottom .right {
				position: relative;
				float: left;
				width: 100%;
			}

.home7 {
	float: left;
    width: 100%;
    position: relative;
    /* height: 15.1vw; */
    background: url(images/partners_bg_cut.png) top no-repeat;
    background-size: cover;
    margin: -1vw 0 0 0;
}
	.home7 .big_box {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
		.home7 .big_box .uni_header_30 {
			margin: 30px 0 20px 0;
			text-align: center;
			text-transform: none !important;
		}
		.home7 .big_box .par_box {
			position: relative;
			float: left;
			width: 100%;
			height: 100px;
			margin: 0 0 30px 0;
		}

.home11 {
	float:left;
	width:100%;
	/* height: 55.2vw; */
	position:relative;
	background: url('images/home_img6.png') center no-repeat;
	background-size: cover;
	margin: -2.5vw 0 0 0;
	overflow: hidden;
}
	.home11 .uni_header_72 {
		text-align: center;
		margin: 7.4vw 0 7vw 0;
	}
	.home11 .big_box {
		float:left;
		width:100%;
		position:relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.home11 .big_box .cal {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-left: 30px;
			background: url(images/sal_black.png) left no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: 0;
			bottom: -27px;
			z-index: 10;
		}
		.home11 .big_box .car {
			position: absolute;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 30px;
			background: url('images/sar_black.png') right no-repeat;
			background-size: 20px;
			cursor: pointer;
			left: 35%;
			bottom: -27px;
			z-index: 10;
		}
		.home11 .big_box .painters {
			float: left;
			width: 100%;
			position: relative;
		}
			.home11 .big_box .painters .cbox {
				float: left;
				width: 100%;
				position: relative;
				background: url('images/painters_shade.png') top 14.6vw left 50% no-repeat;
				background-size: 23.75vw;
			}
				.home11 .big_box .painters .cbox .photo_box {
					float: left;
					width: 100%;
					height: 65vw;
					position: relative;
				}
				.home11 .big_box .painters .cbox .text_box {
					float: left;
					width: 100%;
					position: relative;
					margin: 0 0 0 0;
					display: flex;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
				}
					.home11 .big_box .painters .cbox .text_box .uni_header_30 {
						text-align: center;
						margin: 20px 0 5px 0;
					}
					.home11 .big_box .painters_position {
						position: relative;
						float: left;
						width: 100%;
						margin: 0 0 30px 0;
						text-align: center;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 14px;
						font-weight: 400;
						line-height: 18px;
						letter-spacing: 0.5px;
						height: 36px;
						overflow: hidden;
					}
		.home11 .link_box {
			float: left;
			width: 100%;
			position: relative;
			margin: 0 0 40px 0;
		}
		.home11 .link_box:before {
			content: "";
			position: absolute;
			float: left;
			width: 64.4vw;
			background-color: rgba(0, 0, 0, 0.5);
			height: 1px;
			left: 0;
			bottom: 0;
			display: none;
		}
			.home11 .link_box .uni_link {
				float: right;
			}

.home18 {
	float:left;
	width:100%;
	/* height: 49.9vw; */
	position:relative;
	background: url('images/home_img7.jpg') center no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	margin: -5vw 0 0 0;
	z-index: -1;
	overflow: hidden;
}
.home18.single_faq,
.home18.faq {
	margin: 0 0 0 0;
	background: #fff;
	height: auto;
	z-index: unset;
}
	.home18 .uni_header_72 {
		text-align: center;
		margin: 10.4vw 0 7vw 0;
	}
	.home18 .big_box {
		float: left;
		width: 100%;
		position: relative;
		margin-bottom: 20px
	}
	.home18.faq .big_box.home {
		margin: 7vw 0 3vw 0;
	}
	.home18.faq .big_box.press {
		margin: 40px 0 50px 0;
	}
	.home18.single_faq .big_box.old_faq {
		margin: 0 0 4vw 0;
	}
	.home18.single_faq .uni_header_30 {
		margin: 2vw 0 4vw 0;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
	}
	.single_faq .uni_header_30:before {
		content: '';
		position: absolute;
		float: left;
		width: 50%;
		height: 1px;
		right: 0;
		top: 50%;
		background-color: #d8d8d8;
	}
		.faq {
			float: left;
			width: 100%;
			position: relative;
			display: block;
		}
			.faq .faq_box {
				position: relative;
				float: left;
				width: 100%;
				margin: 0 0 40px 0;
			}
			.faq .faq_box:nth-of-type(3n) {
				/* margin: 0 0 2.6vw 0; */
			}
			.home18.faq .big_box .faq .faq_box:nth-of-type(3n) {
				margin: 0 2.6vw 2.6vw 0;
			}
			.home18.faq .big_box .faq .faq_box:nth-of-type(3n+4) {
				margin: 0 0 2.6vw 0;
			}
			.home18.faq .big_box .faq .faq_box:nth-of-type(1) {
				width: 100%;
			}
				.faq .faq_box .photo_box {
					position: relative;
					float: left;
					width: 100%;
					height: 50vw;
				}
				.home18.faq .big_box .faq .faq_box:nth-of-type(1) .photo_box {
					/* height: 32vw; */
				}
				.faq .faq_box .text_box {
					position: relative;
					float: left;
					width: 100%;
				}
				.home18.faq .big_box .faq .faq_box:nth-of-type(1) .text_box {
					/* position: absolute; */
					/* left: 3vw; */
					/* bottom: 3vw; */
					/* z-index: 6; */
				}
					.ndate {
						position: relative;
						float: left;
						width: 100%;
						margin: 10px 0 20px 0;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 12px;
						font-weight: 700;
						line-height: 20px;
						letter-spacing: 0.4px;
					}
					.faq_title {
						position: relative;
						float: left;
						width: 100%;
						color: #919191;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 15px;
						font-weight: 700;
						letter-spacing: 0.4px;
					}
					.home18.faq .big_box .faq .faq_box .text_box .faq_title,
					.home18.single_faq .big_box .faq .faq_box .text_box .faq_title {
						color: #000;
					}
					.home18.faq .big_box .faq .faq_box:nth-of-type(1) .text_box .faq_title {
						/* color: #ffffff; */
						/* font-size: 3vw; */
						/* font-weight: 700; */
						/* line-height: 3.2vw; */
						/* letter-spacing: 0.08vw;	 */
						/* margin-bottom: 2vw; */
						/* height: auto; */
						/* overflow: visible;	 */
					}
				.home18 .big_box .faq .faq_box:nth-child(2),
				.home18 .big_box .faq .faq_box:nth-child(3) {
					display: none;
				}
				.home18.faq .big_box .faq .faq_box:nth-child(2),
				.home18.single_faq .big_box.old_faq .faq .faq_box:nth-child(2),
				.home18.faq .big_box .faq .faq_box:nth-child(3),
				.home18.single_faq .big_box.old_faq .faq .faq_box:nth-child(3) {
					display: block;
				}
	.home18 .big_box .nal {
		position: absolute;
		float: left;
		color: #fff;
		font-family: BebasNeueBold;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.2px;
		padding-left: 30px;
		background: url(images/sal_white.png) left no-repeat;
		background-size: 20px;
		cursor: pointer;
		left: 0;
		bottom: 0;
		z-index: 10;
		}
		.home18 .big_box .nar {
			position: absolute;
			float: left;
			color: #fff;
			font-family: BebasNeueBold;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.2px;
			padding-right: 30px;
			background: url(images/sar_white.png) right no-repeat;
			background-size: 20px;
			cursor: pointer;
			right: 0;
			bottom: 0;
			z-index: 10;
		}
			.home18.carousel .faq {
				margin-bottom: 20px;
			}
			.home18.carousel .big_box {
				margin-bottom: 50px;
			}
			.home18.carousel .faq_box {
				width: 100%;
				margin: 0;
			}
/* ////////////////////////////////////// STORY ////////////////////////////////////// */


.story1 {
	float: left;
	width: 100%;
	position: relative;
	/* height: 42vw; */
	background: url('images/story_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 0vw 0 0 0;
	/* background-attachment: fixed; */
}
	.story1 .wrap {
		position: relative;
		width: 94%;
		margin: 0 auto;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.scroll_down_box {
			position: absolute;
			float: left;
			left: 0;
			bottom: 2vw;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			z-index: 6;
			display: none
		}
			.story1 .scroll_down_box .scroll_down {
				visibility: hidden;
			}
		.story1 .big_box {
			position: relative;
			float: left;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: flex-start;
			flex-wrap: wrap;
			margin: 40px 0 40px 0;
		}
			.story1 .big_box .story_peasants {
				position: relative;
				float: left;
				width: 35.1vw;
				margin: 0 0 30px 0;
				visibility: hidden;
			}
			.story1 .big_box .uni_text_16 {
				visibility: hidden;
			}

.story2 {
	float: left;
	width: 100%;
	position: relative;
	/* height: 44.2vw; */
	margin: 0vw 0 0 0;
	overflow: hidden;
}
.story2.one {
	background: url('images/story_img2.jpg') center no-repeat;
	background-size: cover;
}
.story2.two {
	background: url('images/story_img3.jpg') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.story2.three {
	background: url('images/story_img4.jpg') center no-repeat;
	background-size: cover;
}
	.story2 .wrap_1530 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.story2.two .wrap_1530 {
		justify-content: flex-end;
	}
		.story2 .box {
			position: relative;
			float: left;
			width: 100%;
			margin: 40px 0 40px 0;
		}
			.story2 .box .uni_text_16 {
				margin: 0 0 30px 0;
			}
			.story2.three .box .scroll_up_story {
				background: url('images/scroll_up_arrow.png') right no-repeat;
				background-size: 20px;
			}


/* ////////////////////////////////////// CREW ////////////////////////////////////// */


.crew_container {
	position: relative;
	float: left;
	width: 100%;
}
.crew_bio {
	position: relative;
	float: left;
	width: 100%;
	/* height: 43.3vw; */
	background-color: #fff;
}
	.crew_bio .photo_box {
		position: relative;
		float: left;
		width: 100%;
		/* height: 100%; */
	}
	.crew_bio .text_box {
		position: relative;
		float: left;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.crew_bio .text_box .inside_box {
			position: relative;
			float: left;
			width: 94%;
			margin: 30px 0 30px 0;
		}
			.crew_bio .text_box .inside_box .crew_position {
				color: #e81750;
				text-transform: none;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 700;
				margin: 0 0 30px 0;
			}
			.crew_bio .text_box .inside_box .backk {
				margin: 30px 0 0 0;
			}

.crew_main {
	position: relative;
	float: left;
	height: 75vw;
	width: 100%;
}
.crew_main:nth-child(2) {
	/* width: 100%; */
}
.crew_main:nth-child(5),
.crew_main:nth-child(6) {
	/* width: 50%; */
}
	.crew_main .photo_box {
		position: absolute;
		float: left;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.crew_main .text_box {
		position: absolute;
		float: left;
		width: 94%;
		left: 3%;
		bottom: 30px;
		z-index: 6;
	}
		.crew_main .text_box .crew_link {
			cursor: pointer;
		}
		.crew_main .text_box .crew_member {
			font-size: 7vw;
			font-weight: 700;
			line-height: 9vw;
		}
		.crew_main .text_box .crew_position {
			color: #e81750;
			text-transform: none;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 700;
			margin: 0 0 10px 0;
			font-size: 16px;
		}

/* ////////////////////////////////////// painters ////////////////////////////////////// */


.painters_container {
	position: relative;
	float: left;
	width: 100%;
}
.painters_bio {
	position: relative;
	float: left;
	width: 100%;
	/* height: 43.3vw; */
	background-color: #fff;
}
	.painters_bio .photo_box {
		position: relative;
		float: left;
		width: 100%;
		/* height: 100%; */
	}
	.painters_bio .text_box {
		position: relative;
		float: left;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.painters_bio .text_box .inside_box {
			position: relative;
			float: left;
			width: 94%;
			margin: 30px 0 30px 0;
		}
			.painters_bio .text_box .inside_box .painters_position {
				color: #e81750;
				text-transform: none;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 700;
				margin: 0 0 30px 0;
			}
			.painters_bio .text_box .inside_box .backk {
				margin: 30px 0 0 0;
			}
			.painters_bio .text_box .inside_box .big_box {
			padding-top:4%;
			float: center;
			width: 100%;
			position: relative;
			display: flex;
			align-items: center;
			}
			.painters_bio .text_box .inside_box .big_box .cal {
			position: static;
			width: 18%;
			float: left;
			color: #000;
			font-family: BebasNeueBold;
			font-size: 150%;
			line-height: 20px;
			letter-spacing: 0.2px;
			background-size: 20px;
			cursor: pointer;
			left: 0%;
			bottom: 0;
			z-index: 10;
			}
			.painters_bio .text_box .inside_box .big_box .car {
				position: static; /* Change from static to relative */
				width: 18%;
				float: right;
				color: #000;
				font-family: BebasNeueBold;
				font-size: 150%;
				line-height: 20px;
				letter-spacing: 0.2px;
				background-size: 20px;
				cursor: pointer;
				right: 0%;
				bottom: 0; /* Change from calc(-4vw - 26px) to 0 */
				z-index: 10;
			}

			.painters_bio .text_box .inside_box .big_box .owl-carousel {
				width: 64%;
				padding-left: 3%;
				padding-right: 3%;
			}





.painters_main {
	position: relative;
	float: left;
	height: 75vw;
	width: 100%;
}

	.painters_main .photo_box {
		position: absolute;
		float: left;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.painters_main .text_box {
		position: absolute;
		float: left;
		width: 94%;
		left: 2%;
		bottom: 2%;
		z-index: 6;
	}
		.painters_main .text_box .painters_link {
			cursor: pointer;
		}
		.painters_main .text_box .painters_member {
			font-size: 7vw;
			font-weight: 700;
			line-height: 9vw;
		}
		.painters_main .text_box .painters_position {
			color: #e81750;
			text-transform: none;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 700;
			margin: 0 0 10px 0;
			font-size: 16px;
			/*text-shadow: 1px 0 1px #000,
			0 1px 1px #000,
			-1px 0 1px #000,
			0 -1px 1px #000;*/
		}
/* ////////////////////////////////////// CAST ////////////////////////////////////// */



.cast1 {
	position: relative;
	float: left;
	width: 100%;
}
	.cast1 .cast_box {
		position: relative;
		float: left;
		width: 100%;
		height: 64vw;
		cursor: pointer;
	}
		.cast1 .cast_box .fade {
			background: transparent;
		}
		.cast1 .cast_box .text_box {
			position: absolute;
			float: left;
			width: 94%;
			left: 3%;
			bottom: 30px;
			z-index: 6;
		}
		.cast1 .cast_box:hover .text_box {
			/* opacity: 1; */
		}
			.cast_name {
				position: relative;
				float: left;
				width: 100%;
				color: #ffffff;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 7vw;
				font-weight: 700;
				line-height: 9vw;
				margin: 0 0 0 0;
				letter-spacing: 0.02vw;
			}
			.cast_position {
				position: relative;
				float: left;
				width: 100%;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 700;
				color: #e81750;
				font-size: 16px;
				line-height: 20px;
				letter-spacing: 0.2px;
			}
			.cast1 .cast_box .text_box .cast_position {
				text-transform: none;
				font-weight: 700;
				margin: 0 0 10px 0;
			}

.cast_bio {
	position: relative;
    float: left;
    width: 100%;
    /* height: 43.3vw; */
}
	.cast_bio .left {
		position: relative;
		float: left;
		width: 100%;
		background-color: #fff;
	}
		.cast_bio .left .inside_box {
			position: relative;
			float: left;
			width: 94%;
			margin: 30px 0 30px 3%;
		}
			.cast_bio .left .inside_box .cast_name {
				color: #000;
			}
			.cast_bio .left .inside_box .cast_position {
				color: #000;
				margin: 0 0 20px 0;
			}
	.cast_bio .right {
		position: relative;
		float: left;
		width: 100%;
		background-color: #d8d8d8;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.cast_bio .right .backk {
			position: absolute;
			right: 3%;
			top: 20px;
		}
		.cast_bio .right .inside_box {
			position: relative;
			float: left;
			width: 94%;
			margin: 60px 0 30px 0;
		}
			.cast_bio .right .inside_box .text {
				position: relative;
				float: left;
				width: 100%;
				color: #000000;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 14px;
				font-weight: 400;
				line-height: 21px;
				letter-spacing: 0.1px;
				margin-bottom: 30px;
			}
			.cast_bio .right .inside_box .photo_box {
				position: relative;
				float: left;
				width: calc(50% - 0.5vw);
			}
			.cast_bio .right .inside_box .photo_box.one {
				margin: 0 1vw 0 0;
			}
				.cast_bio .right .inside_box .photo_box .photo_box_inside {
					position: relative;
					float: left;
					width: 100%;
					height: 30vw;
				}
				.cast_bio .right .inside_box .photo_box .desc {
					position: relative;
					float: left;
					width: 100%;
					text-align: center;
					color: #000000;
					font-family: 'Roboto Condensed', sans-serif;
					font-size: 14px;
					font-weight: 700;
					line-height: 20px;
					text-transform: uppercase;
					letter-spacing: 0.2px;
					margin: 10px 0 10px 0;
				}


/* ////////////////////////////////////// STORY ////////////////////////////////////// */


.studio1 {
	float: left;
	width: 100%;
	position: relative;
	/* height: 40vw; */
	background: url('images/studio_img1.jpg') center no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	margin: 0vw 0 0 0;
}
.studio1.studio2 {
	/* height: 43.3vw; */
	background: url('images/studio_img2.jpg') center no-repeat;
	background-size: cover;
}
	.studio1 .wrap_1530 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.studio1 .big_box {
			position: relative;
			float: left;
			width: 100%;
			margin: 30px 0 30px 0;
		}
			.studio1 .big_box .text_box {
				position: relative;
				float: left;
				width: 100%;
				margin: 0 0 20px 0;
			}
				.studio1 .big_box .text_box .uni_header_72 {
					margin: 0 0 30px 0;
					visibility: hidden;
				}
				.studio1 .big_box .text_box .uni_text_16 {
					visibility: hidden;
				}
				.studio1.studio2 .big_box .text_box .scroll_down {
					margin: 30px 0 0 0;
				}
			.studio1 .big_box .btf_logo {
				position: relative;
				float: left;
				height: 8vw;
				margin: 30px 0 0 0;
				visibility: hidden;
			}

.studio3 {
	float: left;
	width: 100%;
	position: relative;
	/* height: 43.49vw; */
	background: url('images/studio_img3.jpg') center no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
}
	.studio3 .wrap {
		position: relative;
		width: 80%;
		margin: 0 auto;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.studio3 .text {
			position: relative;
			float: left;
			width: 100%;
			color: #ffffff;
			font-size: 6vw;
			line-height: 7vw;
			font-family: BebasNeueBook;
			font-weight: 300;
			letter-spacing: 0.05vw;
			margin: 10vw 0 10vw 0;
		}
			.studio3 .text p strong {
				font-family: BebasNeueBold;
				font-size: 6vw;
				line-height: 8vw;
				letter-spacing: 0.05vw;
			}


/* ////////////////////////////////////// NEWS ////////////////////////////////////// */


.news1 {
	float: left;
	width: 100%;
	position: relative;
	height: 40vw;
	background: url('images/news_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 0 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.news1 .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.news1 .scroll_to_news {
		visibility: hidden;
	}


/* ////////////////////////////////////// SINGLE NEWS ////////////////////////////////////// */



.sn1 {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}
	.sn1 .box {
		position: relative;
		float: left;
		width: 100%;
	}
		.sn1 .box .ndate {
			color: #919191;
			text-align: center;
			margin: 30px 0 20px 0;
			visibility: hidden;
		}
		.sn1 .box .news_title {
			color: #000;
			font-size: 18px;
			font-weight: 700;
			line-height: 26px;
			letter-spacing: 0.08vw;
			margin-bottom: 30px;
			text-align: center;
			height: auto;
			overflow: visible;
			visibility: hidden;
		}
		.sn1 .box .uni_text_16 {
			margin: 30px 0 20px 0;
		}
		.sn1 .box .backk {
			margin: 10px 0 40px 0;
		}

/* ////////////////////////////////////// faq ////////////////////////////////////// */


.faq1 {
	float: left;
	width: 100%;
	position: relative;
	height: 40vw;
	background: url('images/faq_img1.jpg') center no-repeat;
	background-size: cover;
	margin: 0 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.faq1 .uni_header_72 {
		text-align: center;
		margin-bottom: 3vw;
		visibility: hidden;
	}
	.faq1 .scroll_to_faq {
		visibility: hidden;
	}


/* ////////////////////////////////////// SINGLE faq ////////////////////////////////////// */



.sn1 {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}
	.sn1 .box {
		position: relative;
		float: left;
		width: 100%;
	}
		.sn1 .box .ndate {
			color: #919191;
			text-align: center;
			margin: 30px 0 20px 0;
			visibility: hidden;
		}
		.sn1 .box .faq_title {
			color: #000;
			font-size: 18px;
			font-weight: 700;
			line-height: 26px;
			letter-spacing: 0.08vw;
			margin-bottom: 30px;
			text-align: center;
			height: auto;
			overflow: visible;
			visibility: hidden;
		}
		.sn1 .box .uni_text_16 {
			margin: 30px 0 20px 0;
		}
		.sn1 .box .backk {
			margin: 10px 0 40px 0;
		}
/* ////////////////////////////////////// GALLERY ////////////////////////////////////// */



.photo_gallery  {
	float: left;
    width: 100%;
    position: relative;
    /* margin: 15.2vw 0px 4vw 0px; */
    background: #fff;
    padding: 20px 0 0 0;
	overflow: hidden;
}
	.photo_gallery .wrap_1530 {

	}
	.photo_gallery .big_box {
		float:left;
		width:100%;
		position:relative;
		margin: 0px 0px 40px 0px;
	}
		.photo_gallery .big_box .top {
			float:left;
			width:100%;
			position:relative;
			margin: 0px 0px 20px 0px;
			display: flex;
			justify-content: center;
			align-items: flex-start;
		}
			.photo_gallery .big_box .top .inside_box {
				float:left;
				width:100%;
				position:relative;
				margin: 0px 0px 0 0px;
				border-bottom: 1px solid #000;
				display: flex;
				justify-content: center;
				align-items: flex-start;
				flex-wrap: wrap;
			}
				.photo_gallery .big_box .top .inside_box .inside_box_next {
					position: relative;
					float: left;
					display: flex;
					justify-content: center;
					align-items: flex-start;
					flex-wrap: wrap;
				}
					.photo_gallery .big_box .top .inside_box .photo_cat {
						position: relative;
						float: left;
						padding: 5px;
						margin: 0 5px 0 5px;
						color: #000000;
						font-family: 'Roboto Condensed', sans-serif;
						font-size: 14px;
						font-weight: 700;
						line-height: 20px;
						letter-spacing: 0.1px;
						border-bottom: 0.2vw solid transparent;
						text-decoration: none;
					}
					.photo_gallery .big_box .top .inside_box .photo_cat:hover,
					.photo_gallery .big_box .top .inside_box .photo_cat.active {
						color: #e81750;
						border-bottom: 0.2vw solid #000;
					}
		.photo_gallery .big_box .bottom {
			float:left;
			width:100%;
			position:relative;
			margin: 0px 0px 0vw 0px;
		}
			.photo_gallery .big_box .bottom .gallery-box {
				width: calc(50% - 0.5vw);
				margin: 0 1vw 1vw 0;
				height: 26vw;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+2) {
				margin: 0 0 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+3) {
				width: calc(67% - 0.5vw);
				height: 35vw;
				margin: 0 1vw 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+4) {
				width: calc(33% - 0.5vw);
				height: 17vw;
				margin: 0 0 1vw 0;
			}
			.photo_gallery .big_box .bottom .gallery-box:nth-of-type(5n+5) {
				width: calc(33% - 0.5vw);
				height: 17vw;
				margin: 0 0 1vw 0;
			}
		/* .photo_gallery .big_box .gal_box { */
			/* position:relative; */
			/* float:left; */
			/* width:100%; */
		/* } */
			/* .photo_gallery .big_box .gal_box .sgal_box { */
				/* position:relative; */
				/* float:left; */
				/* width:100%; */
				/* height:38vw;				 */
			/* } */
			/* .photo_gallery .big_box .gal_box .fgal_box { */
				/* position:relative; */
				/* float:left; */
				/* width:100%; */
				/* height:10vw;		 */
				/* margin:12px 0px 0px 0px;	 */
			/* } */
			/* .photo_gallery .gal { */
				/* position: absolute; */
				/* float: left; */
				/* color: #000; */
				/* font-family: BebasNeueBold; */
				/* font-size: 1.25vw; */
				/* line-height: 2vw; */
				/* letter-spacing: 0.02vw; */
				/* padding-left: 2.3vw;		 */
				/* background: url('images/sal_black.png') left no-repeat;	 */
				/* background-size: 1.6vw; */
				/* cursor: pointer;	 */
				/* left: -10%; */
				/* top: 4vw;			 */
			/* } */
			/* .photo_gallery .gar { */
				/* position: absolute; */
				/* float: left; */
				/* color: #000; */
				/* font-family: BebasNeueBold; */
				/* font-size: 1.25vw; */
				/* line-height: 2vw; */
				/* letter-spacing: 0.02vw; */
				/* padding-right: 2.3vw;		 */
				/* background: url('images/sar_black.png') right no-repeat;	 */
				/* background-size: 1.6vw; */
				/* cursor: pointer;	 */
				/* right: -10%; */
				/* top: 4vw;			 */
			/* }	 */



#mapa-box {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	border: 0px solid #c0c0c0;
}

footer {
	float: left;
	width: 100%;
	height: 60px;
	position: relative;
	background-color: #000;
}
	footer .uni_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer nav {
		float: left;
		width: auto;
		margin: 0 0 0 0;
		position: relative;
		display: none;
	}
	footer nav ul {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
	}
	footer nav ul li {
		float: left;
		margin: 0 0 0 0;
		position: relative;
		list-style: none;
	}
	footer nav ul li a {
		color: #919191;
		font-family: BebasNeueBold;
		font-size: 1.15vw;
		line-height: 2vw;
		letter-spacing: 0.01vw;
		text-decoration: none;
		padding: 0 0 0 0;
		display: inline-block;
	}
	footer nav ul li a:hover {
		color: #e81750;
	}
	footer nav ul li a.active {
		color: #e81750;
	}
	footer nav ul li .menu-hr-footer {
		float: right;
		margin: 0 2vw 0 0;
	}
	footer nav ul li:last-child .menu-hr-footer {
		display: none;
	}

	.soda-tip {
		display: inline;
		position: relative;
		opacity: 0.6
	}
	.soda-tip:hover:after {
		background: #333;
		background: rgba(0,0,0,.8);
		border-radius: 5px;
		bottom: 26px;
		color: #dc407f;
		content: attr(title);
		left: -110px;
		padding: 5px 10px;
		text-align: center;
		position: absolute;
		z-index: 98;
		width: 140px;
		font-size: 11px;
	}
	.soda-tip:hover:before {
		border: solid;
		border-color: rgba(0,0,0,.8) transparent;
		border-width: 6px 6px 0 6px;
		bottom: 20px;
		content: "";
		left: 40%;
		position: absolute;
		z-index: 99;
	}
	.soda-tip:hover  {
		opacity: 1;
		transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-webkit-transition: opacity .5s ease-in-out;
	}
	.soda a {
		float: right;
		margin: 0 0 0 0;
	}
	.soda {
		position: relative;
		float: left;
	}

.formularz-div {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
	.form-box-left {
		float: left;
		width: 100%;
		margin: 0 0 0 0;
		position: relative;
	}
	.form-box-right {
		float: right;
		width: 100%;
		margin: 0 0 0 0;
		position: relative;
	}
	.form-box {
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.form-box-all {
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	.form-box-file {
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
	.form-box-kod {

	}

	.form-text  {
		float: left;
		margin: 0 0 0 0;
		width: 100%;
		font-size: 0;
		line-height: 0;
	}
	.form-input {
		float: left;
		width: 100%;
		height: 32px;
		margin: 0 0 0 0;
		padding: 0 0 0 15px;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: 0.4px;
		border: none;
		background: rgba(255, 255, 255, 0.35);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}
	.form-textarea  {
		float: left;
		width: 100%;
		max-width: 100%;
		height: 140px;
		max-height: 140px;
		margin: 0 0 10px 0;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: 0.4px;
		padding: 7px 0 0 15px;
		border: none;
		background: rgba(255, 255, 255, 0.35);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.form-box-file .default {
		display: none;
	}
	.form-box-file .put-file {
		float: left;
		margin: 0 0 15px 0;
		width: 100%;
		font-size: 15px;
		line-height: 15px;
		color: #000;
		font-family: 'Roboto', sans-serif;
		cursor: pointer;
	}
		.form-box-file .upload-change {
			display: none;
		}

	.form-submit  {
		border: none;
		border: 0px solid #dedede;
		cursor: pointer;
		background: rgba(255, 255, 255, 0.35);
		height: 32px;
		color: #000000;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: 0.4px;
		text-align: center;
		margin: 0 0 0 0;
	}
	.form-input:focus,
	.form-textarea:focus,
	.form-submit:focus {
		outline:none;
	}
.control-group {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
.control {
    position: relative;
    float: left;
    width: calc(100% - 30px);
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.3px;
    padding: 4px 0 0 30px;
    margin-bottom: 0;
	text-align: justify;
	margin: 8px 0 0 0;
}
.control a {
	 color: #fff;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: rgba(255, 255, 255, 0.35);
}
.control-radio .control_indicator {
    border-radius: undefined%;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
}
.control input:checked ~ .control_indicator {
    background: rgba(255, 255, 255, 0.35) url('images/checked_icon.png') center no-repeat;
}
}
