body {
	font-family: 'Nexa Bold', sans-serif;
	font-optical-sizing: auto;
	letter-spacing: -0.1px;
	color: #fff;
	font-size: 1.35vw;
	line-height: 1.35vw;
	font-style: normal;
	font-weight: 400;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #000000;
}

body {
	background-color: #000;
	margin: 0;
}

body p {
	line-height: 2vw;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 200;
}

strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
	margin-bottom: 25px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

p a,
p a[href^="mailto:"] {
	border-bottom: 1px solid #fff;
}

section {
	clear: both;
}

u {
	text-decoration: none;
}

u,
.underline {
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}

.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 500ms;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 500ms;
}

.noscroll {
	overflow: hidden !important;
	height: 100% !important;
}

.loading {
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

#main {
	min-height: 100vh;
	padding-bottom: 120px !important;
}

.container {
	width: calc(100vw - 7vw);
	padding-left: 0;
	padding-right: 0;
	margin-left: 4.5vw;
	margin-right: 4.5vw;
}

body.page-id-11 {
	/*background: url(../backgrounds/1.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
}

.header-title {
	display: inline-block;
	margin-top: 60px;
}

.header-subtitle {
	margin-left: 0.75vw;
	opacity: 0.6;
	font-weight: 100;
}

.brand {
	font-family: 'Nexa Black', sans-serif;
	display: inline-block;
	letter-spacing: 3px;
}

#cover-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.8;
	-webkit-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

.menu-icon {
	display: none;
	margin: 0 0.5vw 0 0;
	position: absolute;
	right: 0;
	cursor: pointer !important;
	z-index: 200;
	top: 23px;
	right: 19px;
}

.menu-icon img {
	width: 1.3vw;
	margin-bottom: -0.1vw;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.menu-icon img.close {
	display: none;
}

.rotate {
	transform: rotateZ(45deg);
}

#menu {
	margin-top: 60px;
	margin-right: 30px;
}

#menu ul {
	padding-top: 0.3vw;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
}

#menu ul li {
	display: block;
	padding-top: 0.3vw;
	padding-bottom: 0.3vw;
	text-transform: uppercase;
	margin-right: 15px;
}

#menu ul li a {
	display: inline-block;
	text-decoration: none;
	opacity: 0.8;
	transition: color 0.3s ease;
	font-size: 20px;
	line-height: 25px;
}

#menu ul li.current,
#menu ul li a:hover {
	opacity: 1;
	color: #ec008c;
}

#menu-mobile {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ec008c;
	padding: 30px;
	font-size: 22px;
	line-height: 30px;
}

#menu-mobile ul {
	list-style-type: none;
	padding-left: 0;
}

#menu-mobile a {
	color: white;
}

.me-ca {
	font-family: "Nexa Black";
	font-weight: bold;
}

div.column {
	display: inline-block;
	width: 50vw;
	min-height: 100vh;
}

.work-item {
	display: inline-block;
	position: relative;
	width: 25vw;
	height: calc(25vw * 0.5625);
	margin: 0 0 0.80vw 0;
}


.work-item .files-container {
	position: absolute;
	z-index: 2;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(22, 22, 22, 0);
}

.work-item .files-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.work-item .files-container .thumb-text {
	display: none;
	opacity: 1 !important;
	z-index: 3;
	text-align: center;
	font-weight: 700;
	width: 100%;
	height: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background-color: #ec008c;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition: background-color 21s ease-in-out;
	-moz-transition: background-color 21s ease-in-out;
	-o-transition: background-color 12s ease-in-out;
	transition: background-color 22s ease-in-out;
}


.work-item:hover .files-container .thumb-text {
	display: flex;
	cursor: pointer;
	background-color: #ec008c;
	-webkit-transition: background-color 21s ease-in-out;
	-moz-transition: background-color 21s ease-in-out;
	-o-transition: background-color 12s ease-in-out;
	transition: background-color 22s ease-in-out;
}


.thumb-text h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	padding: 0 20px;

}

.thumb-text h3 {
	text-shadow: 0px 0px 2px rgba(75, 75, 75, 1);
	padding: 15px;
	font-size: 16px;
	font-weight: 100;
	box-sizing: border-box;
	margin-bottom: 0px;
	height: 22px;
	overflow: hidden;
}

.work-item .video-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.work-item video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media (min-aspect-ratio: 16/9) {
	.work-item video {
		height: 300%;
		top: -100%;
	}

	.owl-item video {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16/9) {
	.work-item video {
		width: 300%;
		left: -100%;
	}

	.owl-item video {
		width: 300%;
		left: -100%;
	}
}

@supports (object-fit: cover) {

	.work-item video,
	.owl-item video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

.column_mobile {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 60px;
	margin-right: 4.5vw;
	margin-left: 4.5vw;
	width: 52vw;
}

.work-item:nth-child(2n) {
	margin-left: 1vw;
}

.work-item:nth-child(2n+1) {
	margin-right: 1vw;
}

.still-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#media-container {
	display: inline-block;
}

.video-still-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.video-player-container {
	display: none;
	width: 100%;
	overflow: hidden;
}

.video-js {
	text-transform: uppercase;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


#overlay iframe,
embed,
object {
	max-width: 100%;
}

#overlay video {
	max-width: 100%;
}

#profile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#profile video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#profile img.poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#cover-layer-profile {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	background-color: #090446;
	opacity: 0.8;
}

.bio {
	display: table;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50vw;
	height: 100vh;
}

.contact {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50vw;
	width: 50vw;
}

.bio .bio-container {
	display: table-cell;
	vertical-align: middle;
	padding: 0 7vw;
}

.contact .contact-container .first,
.contact .contact-container .last {
	padding: 2.5vw 7vw;
}

.contact .contact-container .first,
.contact .contact-container .last {
	padding-bottom: 5vw;
}

.bio-download {
	position: absolute;
	bottom: 2.5vw;
	left: 3.5vw;
	font-weight: 700;
}

.bio-download img {
	width: 1.3vw;
	margin-bottom: -0.2vw;
}

hr {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 25px;
	border-color: rgba(255, 255, 255, 1);
}

.mainwrapper {
	display: flex;
	margin-top: 6.75vw;
	margin-left: 3.5vw;
	margin-right: 3.5vw;
	height: auto;
	min-height: initial !important;
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 22px;
	color: white;
	text-align: justify;
}

.withlimiter {
	max-width: 900px;
}

.about_image {
	background-position-x: right;
}

.col50:first-child {
	padding-left: 0px;
}

.col50:last-child {
	padding-right: 0px;
}

.backgroundfull {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.col-justiffy {
	text-align: justify;
}

.page-template-content-template {
	height: 100%;
	margin: 0;
}

.contact-text {
	display: inline-block;
	width: auto;
	top: -12px;
	margin-right: 20px;
}


.hamburger {
	display: none;
}

.hamburger,
.close {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	padding-top: 1px;
}

.hamburger span,
.close span {
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	transition: transform 0.3s ease;
}

.hamburger span:nth-child(1) {
	transform: translateY(-6px);
}

.hamburger span:nth-child(2) {
	transform: translateY(6px);
}

.hamburger.active span:nth-child(1),
.close span:nth-child(1) {
	transform: rotate(45deg);
}

.hamburger.active span:nth-child(2),
.close span:nth-child(2) {
	transform: rotate(-45deg);
}

.wpcf7 form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 20px;
	max-width: 750px;
	position: relative;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: none;
	box-sizing: border-box;
	font-family: 'Roboto';
	color: white;
	margin-bottom: 20px;
	background-color: #2a2a2a;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	outline: none;
	border-color: white;
}

.wpcf7 input[type="submit"] {
	width: 100%;
	padding: 12px;
	font-size: 18px;
	background-color: white;
	color: black;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	text-transform: uppercase;
	font-weight: 800;
}

.wpcf7 input[type="submit"]:hover {
	background-color: rgb(192, 255, 120);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	background-color: #ffb900;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	padding: 5px 10px;
	font-size: 14px;
	white-space: nowrap;
	z-index: 10;
}

.col25 {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
}

.col75 {
	width: auto;
	box-sizing: border-box;
	padding: 0 10px;
}

.col50 {
	flex: 1;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}



.contact-container {
	font-size: 18px;
	margin-top: 60px;
	margin-right: 4.5vw;
	margin-left: 4.5vw;
	width: 52vw;
	line-height: 23px;
}

.contact-container p {
	font-size: 18px;
	line-height: 23px;

}

.contact-container p a {
	text-decoration: none;
	border-bottom: 0px
}

.contact-container p a:hover {
	color: #ec008c;
}


#preloader {
	display: none;
}

/*
.lazyload, .lazyloading{
	opacity: 1;
}
.video-container{
	display: none;
}*/

.site-main {
	font-size: 18px;
	margin-top: 60px;
	margin-right: 4.5vw;
	margin-left: 4.5vw;
	width: 52vw;
	line-height: 23px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-titol {
	margin-bottom: 2rem;
	text-transform: uppercase;
	color: #ec008c;
}

.video-subtitol {
	color: white;
	margin-top: 2rem;
}

.video-body {
	color: white;
	margin-top: 2rem;
}



body {
	position: relative;
	z-index: 0;
}

body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

body.videos-template-default::before {
	opacity: 0.2;

}

.speaker {
	display: none;
}

/*** HUG ****/

.error_msg {
	padding-top: 40%;
	padding-left: 10%;
}


.about-container {
	display: flex;
	gap: 2rem;
	margin-top: 60px;
	margin-right: 4.5vw;
	margin-left: 4.5vw;
	width: 52vw;
}

/* Desktop layout (default) */
.about-column {
	flex: 1;
	font-size: 18px;
}

.about-column>div {
	margin-bottom: 2rem;
}

.about-destacat {
	font-family: "Nexa Black";
	font-weight: bold;
}

.about-fucsia {
	color: #ec008c;
}

.current_page_item a {
	color: #ec008c !important;
}

.about-column .wp-block-image img {
	width: 100%;
}

@media screen and (max-width:1024px) {

	html,
	body {
		height: 100%;
		width: 100%;
		overflow: auto;
	}

	body {
		font-size: 2.2vw;
		line-height: 2.2vw;
	}

	#main {
		min-height: 0;
	}

	.caption {
		bottom: 12.5vw;
	}

	.owl-dots {
		right: 5.5vw;
		bottom: 12.5vw;
	}

	.owl-dots .owl-dot span {
		width: 1.5vw;
		height: 1.5vw;
		margin: 0 0 0 2vw;
		-webkit-border-radius: 0.75vw;
		-moz-border-radius: 0.75vw;
		border-radius: 0.75vw;
	}

	.video-info-container {
		left: 0;
		width: 100vw;
	}

	#menu {
		display: none;
	}

	.hamburger {
		display: block;
	}

	.header-title {
		width: 100%;
	}

	.brand {
		text-align: center;
		font-size: 4.5vw;
		width: 100%;
	}

	.column_mobile {
		width: 100%;

	}

	.work-item {
		margin: 0px;
	}

	.work-item:nth-child(2n+1) {
		margin: 0px;
	}


	.site-main {
		width: calc(100% - 9vw)
	}

	/*.menu-mobile {
		display: block;
	}*/
	#menu-mobile ul li a {
		text-transform: uppercase;
	}

	#menu-mobile ul li {
		margin-bottom: 2rem;
	}

	#menu-mobile ul li.current_page_item a {

		color: white !important;
	}

	/*#menu-mobile {
		display: block;
	}
*/

	/*#menu ul {
		padding-left: 2.5vw;
		padding-top: 0.6vw;
	}

	#menu ul li {
		padding-top: 0.6vw;
		padding-bottom: 0.6vw;
	}*/

	.menu-icon {
		display: inline-block;
	}

	.menu-icon img {
		width: 2vw;
		margin-bottom: -0.1vw;
	}

	/*.speaker {
		top: 3.5vw;
		right: 3.5vw;
	}

	.speaker img {
		width: 2vw !important;
	}*/

	.video-title {
		width: 50vw;
	}

	.video-title span.subtitle {
		display: block;
		margin-left: 0;
	}

	.video-menu .info-video img,
	.video-menu .share-video img,
	.video-menu .close-video img,
	.bio-download img {
		width: 2vw;
		margin: 0 1vw -0.1vw 0;
	}

	#profile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
	}

	.bio {
		display: block;
		position: absolute;
		z-index: 2;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		width: 50vw;
		height: auto;
		margin-top: 15vw;
	}

	.bio .bio-container {
		display: block;
		vertical-align: middle;
		padding: 0 6vw;
	}

	.bio-download {
		position: relative;
		bottom: auto;
		left: auto;
		padding-top: 5vw;
		padding-left: 6vw;
	}

	body p {
		line-height: 3vw;
	}

	.contact-container .last {
		display: none;
	}

	/*
	.play-video-container {
		top: calc(50% - 4vw);
	}

	.play-video {
		width: 8vw;
	}

	.video-js .vjs-control-bar {
		width: 89vw;
		margin-bottom: 5.5vw;
		margin-left: 5.5vw;
		border: 1px solid red;
	}

	.video-js .vjs-control {
		width: 5vw;
	}

	.video-js .vjs-play-control:before,
	.video-js.vjs-playing .vjs-play-control:before {
		background-size: 2.5vw 2.5vw;
		width: 2.5vw;
		height: 2.5vw;
	}

	.vjs-progress-control.vjs-control {
		left: 1.5vw;
		top: 0.3vw;
		height: 2vw;
	}  */
}

@media screen and (orientation: portrait) {
	.play-videoyt-container iframe {
		width: 100vw;
		padding-top: calc((100vh - (100vw * 0.5625)) / 2);
	}
}

@media screen and (max-width:767px) {
	body {
		font-size: 3.5vw;
		line-height: 3.5vw;
	}

	header {
		margin-top: 5.5vw;
	}

	.container {
		width: calc(100vw - 11vw);
		margin-left: 5.5vw;
		margin-right: 5.5vw;
	}

	.caption {
		left: 5.5vw;
		bottom: 16vh;
	}

	.column_mobile {
		display: inline-block;
		margin-bottom: 0;
		width: calc(100% - 9vw);
	}

	.work-item {
		display: inline-block;
		position: relative;
		width: 100%;
		height: calc(100vw * 0.5625);
		margin-left: 0;
		margin-top: 0;
		margin-bottom: calc(100vw * 0.5625 / 4) !important;
	}

	.work-item:nth-child(2n) {
		margin-left: 0;
		margin-top: 0;
	}

	.work-item:nth-child(2n+1) {
		margin-left: 0;
		margin-top: 0;
	}

	.work-item:nth-child(1) {
		margin-left: 0;
		margin-top: 0;
	}

	.thumb-text h2 {
		padding: 5vw 5vw 5vw;
		font-size: 18px;
	}

	.thumb-text h3 {
		padding: 0 5vw 5vw;
	}

	.video-title {
		top: 5.5vw;
		left: 5.5vw;
		width: 50vw;
	}

	.video-title span.subtitle {
		display: block;
		margin-left: 0;
	}

	.video-menu {
		top: 5.5vw;
		right: 5.5vw;
	}

	.share-options {
		margin-top: 2vw;
		font-size: 2.5vw;
	}

	.share-options a {
		line-height: 4vw;
	}

	.menu-icon img,
	.bio-download img {
		width: 3.5vw;
		margin-bottom: -0.5vw;
	}

	.video-menu .info-video {
		position: absolute;
		left: -7.5vw;
		bottom: 0;
	}

	.video-menu .info-video img {
		width: 18px;
	}

	.video-info-container .centered .info {
		font-size: 18px;
	}

	.col75 {
		flex: 0 0 75%;
		padding: 0;
		margin-top: 40px;
	}

	.col25 {
		position: relative;
		flex: 0 0 25%;
		min-height: 400px;
		width: 100%;
		display: flex;
		align-items: stretch;
	}

	.contact-text {
		display: block;
		margin-top: 30px;
	}

	.backgroundfull {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}

	.video-menu .share-video img,
	.video-menu .close-video img {}

	.video-nav {
		position: fixed;
		bottom: 6vw;
	}

	.video-nav-dot {
		margin-right: 3vw;
		width: 3vw;
		height: 3vw;
		border-radius: 1.5vw;
	}

	.bio {
		display: inline-block;
		position: relative;
		width: 100vw;
		height: auto;
		margin-top: 15vw;
	}

	.bio .bio-container {
		padding: 0 5.5vw;
	}

	.bio-download {
		padding-top: 0vw;
		padding-left: 5.5vw;
	}

	.contact {
		position: relative;
		top: auto;
		left: auto;
		width: 100vw;
	}

	.contact .contact-container .first {
		padding: 4vw 5.5vw;
	}

	body p {
		line-height: 6vw;
		margin-bottom: 4vw;
	}

	hr {
		margin-bottom: 4vw;
	}

	.play-video-container {
		top: calc(50% - 6vw);
	}

	.play-video {
		width: 12vw;
	}

	.mainwrapper {
		margin-top: 100px;
		flex-direction: column;
		font-size: 15px;
		font-family: 'Roboto';
		line-height: 6vw;
		font-weight: 300;
		margin-left: 5.5vw;
		margin-right: 5.5vw;
	}

	.header-subtitle {
		display: block;
		padding: 0px 0px;
		margin: 0;
	}

	.formpage {
		margin-top: 50px;
	}

	.about-container {
		flex-direction: column;
		width: calc(100% - 9vw);
	}

	.about-column {
		line-height: 24px;
	}

	.about-column-1 {
		order: 2;
	}

	.about-column-2 {
		order: 1;
	}
}

.kitdigital-wrap {
	width: 100%;
	position: fixed;
	margin-top: 80px;
	bottom: 0;
	z-index: 1000;
}

.kitdigital {

	background-color: rgba(0, 0, 0, 0.46);
	padding: 20px 20px 20px 20px;
	text-align: right;
}

.kitdigital img {
	max-width: 500px;
	width: 100%;
	margin: auto;
}

/*

.wpml-ls-statics-shortcode_actions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpml-ls-statics-shortcode_actions li {
	display: inline-block !important;
	margin-right: 10px;
}

.wpml-ls-legacy-list-horizontal {
	padding: 0px !important;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 0px 0px 0px 15px !important;
}

.video-js .vjs-tech {
	width: unset;
	height: unset;
	margin: auto;
	display: block;
	position: unset;
}

#overlay #video-player {

	margin: auto;
	text-align: center;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	text-align: center;
}

*/



/* Change to column layout and reverse order on small screens */
/*@media (max-width: 768px) {
	.about-container {
		flex-direction: column;
	}

	.about-column-1 {
		order: 2;
	}

	.about-column-2 {
		order: 1;
	}
}

*/

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.header {
  position: relative;
  z-index: 1;
  padding: 2rem;
  color: white; /* optional: make text readable over image */
}
.wrapper {
  position: relative;
  z-index: 1;
  padding: 2rem;
  color: white; /* optional: make text readable over image */
}

.page-id-13 .background{
	display:none !important;
}


BODY{
    overflow-x: unset !important;
	background-color: black;
}
.about-container{
	width: 80%;
}
.about-column-1{
	max-width: 25%
}
.about-column-2{
	width: 75%
}