:root{
	--fontcolor: #000;
}
body{
	font-family: sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: var(--fontcolor);
}
nav{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100px;
	z-index: 10;
}
nav.withbg{
	background: #00000096;
	color: #fff;
	backdrop-filter: blur(5px);
}
header.o-section{
	padding: 100px 0 0 0;
}
.o-section{
	position: relative;
	background: #fafafa no-repeat center /cover;

}
.mybo-editor .o-section{
	min-height: 190px;
}
.o-section.o-dark{
	background: #232323 no-repeat center /cover;
}
.o-section.o-alt{
	height: 600px;
}
.o-section.hauto{
	height: auto;
}
footer{
	position: relative;
	z-index: 1;
}
.o-center{
	height: 100%;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.o-col-content{
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	padding: 20px 0;
}
.o-col{
	max-width: 350px;
	text-align: justify;
	text-align-last: center;
	padding: 0 20px;
}
.bgvid{
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.bgvidsection{
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.o-txtimg-img .bgvidsection{
	object-fit: contain;
	position: initial;
	padding: 40px 0;
}
/*MENU*/
.o-menu{
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	justify-content: space-between;
}
.o-logo{
	height: 90%;
	width: 250px;
	background: no-repeat center /contain;
	position: relative;
	z-index: 2;
}
.o-menu-center{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.o-menu-right{
	margin: 0 0 0 auto;
	z-index: 2;
}
.o-menu-item{
	padding: 5px 10px;
	border-radius: 2px;
	margin: 0 5px;
	cursor: pointer;
	transition-duration: .5s;
	font-size: 15px;
}
.o-menu-item:hover{
	outline: 2px solid #fff;
}
.o-menu-right .o-menu-item:last-child{
	margin: 0 0 0 5px;
}
.o-menu-container{
	display: flex;
}

/*SECTION*/
.o-content-center{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.o-content{
	height: 80%;
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.o-content h1{
	font-size: 44px;
	text-align: center;
	padding: 20px 0 10px;
	font-family: gothambold, sans-serif;
}
.o-content h3{
	padding: 10px 0;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
}

.o-content h2{
	font-size: 38px;
	text-align: center;
	padding: 20px 0 10px;
	font-family: gothambold, sans-serif;
}
.o-content h4{
	padding: 10px 0;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.909em;
}
.o-content-link{
	width: fit-content;
	margin: auto;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.o-content-bottom{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px 0;
}
.o-content-btn{
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	background: var(--primary);
	color: #fff;
	cursor: pointer;
	margin: 0 5px;
}
.o-dark{
	color: #fff;
}

/*CONTACT*/
.o-contact{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.o-form-contact{
	height: 80%;
	width: 100%;
	max-width: 500px;
	border-radius: 10px;
	background: #222e;
	box-shadow: 0 1px 11px 2px #0009;
	color: #ffffff;
	padding: 15px;
	display: flex;
	flex-direction: column;
}
.o-form-contact h3{
	font-size: 26px;
	text-align: center;
}
.o-contact-btn{
	float: right;
	font-size: 16px;
	height: 40px;
}
.o-form-contact label{
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 16px;
}
.o-form-contact label input{
	height: 40px;
	border: none;
	background: #111111;
	color: #ffffff;
	border-radius: 4px;
	font-size: 14px;
}
.o-textarea-label{
	flex-grow: 1;
}
.o-textarea-label textarea{
	height: 90%;
	border: none;
	background: #111111;
	color: #ffffff;
	border-radius: 4px;
	font-size: 14px;
}
.o-footer-top{
	height: 80%;
	padding: 60px 0 0 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.o-footer-bottom{
	height: 60px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 0 15px;
	font-size: 10px;
}
.o-footer-menu{
	width: 100%;
	max-width: 350px;
	display: flex;
	justify-content: space-between;
}
.o-footer-menu-item {
	cursor: pointer;
	padding: 5px 0;
	margin: 5px 0;
}
.o-footer-logo{
	width: 310px;
	background: no-repeat center /contain;
}

.o-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}



/*EDITION*/
.add-section-line{
	height: 4px;
	background: #0099bc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 5;
}
.add-section{
	width: 200px;
	height: 30px;
	position: absolute;
	top: -14px;
	background: #0099bc;
	border-radius: 25px;
	left: 50%;
	margin-left: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	transition: .5s;
}
.add-section:hover{
	background: #237b96;
}
.section-actions{
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 200;
	text-shadow: 0 0 6px #000;
}
.o-demo{
	width: 320px;
	height: 180px;
	border-radius: 3px;
	background: #eee no-repeat center /contain;
}
.template-picker-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 15px 0;
}
.template-tile{
	cursor: pointer;
}
.template-title{
	text-align: center;
	padding: 0 0 10px;
}
.meta-box{
	position: relative;
	height: 100%;
	padding: 20px 20px 71px 20px;
}
.meta-content{
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
}
.meta-content label{
	margin: 10px 0;
}
.meta-content label:last-child{
	flex-grow: 1;
}
.meta-content textarea[name="description"]{
	height: calc(100% - 30px);
}
.meta-block {
	padding: 10px;
	margin: 10px;
	background: #e9e9e9;
	border-radius: 6px;
}
.meta-title {
	font-weight: 600;
	font-size: 18px;
	border-bottom: 2px solid #0002;
	margin: 0 0 10px 0;
}



.o-menu-mobile, .o-menu-mobile-btn{
	display: none;
}

.o-txtimg-content{
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.o-txtimg-img{
	background: no-repeat center /contain;
	width: 40%;
	min-height: 100px;
	position: relative;
}
.o-txtimg-img img{
	width: 100%;
}
.o-txtimg-txt{
	width: calc(60% - 15px);
	/*text-align: center;*/
	padding: 0 100px;
}
.o-img-order0, .o-txt-order1{
	order: 0;
}
.o-img-order1, .o-txt-order0{
	order: 1;
}
h3{
	font-size: 30px;
	margin: 0 0 30px;
}
.o-txtimg-text{
	/*text-align: justify;
	text-align-last: center;*/
}
.o-txt-content{
	padding: 25px 150px;
	/*text-align: justify;
	text-align-last: center;*/
}

.section-action{
	cursor: pointer;
}
.o-section-edit{
	padding: 15px;
	font-size: 14px;
}
.o-section-edit label{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	flex-wrap: wrap;
}
.o-section-edit input:not([type="checkbox"]){
	width: 50px;
}

.nlsection{
	padding: 80px 0;
}
.nlbox{
	width: calc(100% - 20px);
	max-width: 700px;
	margin: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 #0000006b;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.nlimg {
	height: 200px;
	width: 200px;
	margin: 0 15px 0 0;
	background: no-repeat center /cover;
	border-radius: 50%;
}
.nlbox input[type="text"]{
	margin: 15px 0;
	height: 40px;
}

.nlcontent{
	flex-grow: 1;
}
.nlsubmit{
	float: right;
}
.o-lang{
	position: relative;
}
.o-submenu-item{
	position: absolute;
	top: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding: 0 10px;
	color: #000;
	width: 100px;
	left: 0;
	display: none;
}
.o-submenu-item:nth-of-type(2){
	top: 80px;
}
.o-submenu-item:hover{
	background: #ddeff8;
}
.o-lang.o-active .o-submenu-item{
	display: block;
}
.myedit-richbar{
	z-index: 10 !important;
	right: auto !important;
}

.o-specs-title{
	text-align: center;
	position: relative;
}

.o-specs-grid{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 0 20px 0;
}
.o-specs-tile {
	width: calc(100% / 3);
	padding: 20px;
	text-align: center;
}
.o-specs-icon{
	margin: 5px auto;
	width: 64px;
	height: 64px;
}
.o-specs-icon img{
	max-width: 100%;
	max-height: 100%;
}
.o-specs-tile h4{
	font-family: gothambold, sans-serif;
}
.o-specs-content{
	padding: 20px 0 0 0;
}
.o-highlight-grid{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 0 5px 0;
}
.o-highlight-title{
	padding: 0 5px;
}
.o-highlight-title h3{
	margin: 0;
	padding: 10px 0 0 0;
}
.o-highlight-tile{
	width: calc(100% / 3);
	padding: 5px;
}
.o-highlight-img{
	height: 250px;
	background: no-repeat center /cover;
}
.o-highlight-subtitle{
	padding: 10px 0 5px;
	font-size: 16px;
}
.o-highlight-txt{
	opacity: .6;
	margin: 0 0 10px 0;
}
.o-wide-img{
	width: calc(100% / 3);
	background: no-repeat center /cover;
}
.o-wide-content{
	display: flex;
	align-items: stretch;
}

.o-wide-txt{
	width: calc(100% / 1.5);
	padding: 100px 180px;
	background: no-repeat center /cover;
	position: relative;
}
.o-wide-logo{
	max-height: 200px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.o-wide-txt > h3, .o-wide-txt > div:not(.o-overlay){
	position: relative;
	z-index: 2;
}
.o-wide-txt > div:not(.o-overlay){
	max-width: 530px;
}
.o-section.slider{
	overflow: hidden;
}
.o-slider-content{
	width: calc(100% * var(--nbslide));
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	position: relative;
	left: 0;
	min-height: 700px;
	transition: 1.5s;
	transition-timing-function: ease-in-out;
	height: 100%;
}
.o-slider-slide{
	width: calc(100% / var(--nbslide));
	background: no-repeat center /cover;
}
.o-slider-controls{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.o-slide-dot{
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid transparent;
	margin: 5px;
	background-clip: padding-box;
	cursor: pointer;
}
.o-slide-dot.selected{
	outline: 2px solid #fff;
	border: 3px solid transparent;
}
.o-slider-side-controls{
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 50px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	z-index: 100;
}
.o-slider-right-controls{
	right: 0;
	left: initial;
}
.o-slider-side-controls i{
	cursor: pointer;
	padding: 10px;
}
.o-slide-main{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	height: 100%;
}
.o-slide-main > div{
	width: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.o-slide-main h2{
	font-size: 38px;
	margin: 0;
	padding: 20px 0 10px;
	font-family: gothambold, sans-serif;
}
.o-slide-right img{
	max-width: 100%;
	max-height: calc(100% - 40px);
}
@media all and (max-width: 1200px) {
	.o-wide-txt{
		padding: 60px 20px;
	}
	nav{
		height: 60px;
	}
	.o-menu-center, .o-menu-right{
		display: none;
	}
	.o-logo{
		height: 50px;
		width: 150px;
	}
	header{
		padding: 0;
	}
	.o-content-bottom{
		flex-direction: column;
	}
	.o-content-btn{
		margin: 5px 0;
	}
	.o-menu-mobile-btn{
		height: 50px;
		width: 50px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.o-menu-mobile-btn div {
		height: 2px;
		width: 60%;
		background: #000;
		margin: 5px 0;
	}
	.o-dark .o-menu-mobile-btn div{
		background: #fff;
	}
	.o-menu-mobile{
		position: fixed;
		display: block;
		top: 0;
		right: -100%;
		bottom: 0;
		width: calc(100% - 50px);
		background: #fff;
		z-index: 100;
		transition: .5s;
		box-shadow: -1px 0 10px 0 #0000009c;
	}
	.o-menu-mobile.open{
		right: 0;
	}
	.o-menu-mobile-header{
		display: flex;
		align-items: stretch;
	}
	.o-menu-mobile-header-side{
		width: 50px;
	}
	.o-menu-mobile-header-center{
		flex-grow: 1;
	}
	.o-menu-mobile-btn-close div{
		margin: 0;
	}
	.o-menu-mobile-btn-close div:first-child{
		transform: rotate(45deg);
		position: relative;
		left: 1px;
	}
	.o-menu-mobile-btn-close div:last-child{
		transform: rotate(-45deg);
		position: relative;
		top: -2px;
		left: 1px;
	}
}

@media all and (max-width: 900px) {
	.o-wide-content{
		flex-direction: column;
	}
	.o-wide-img{
		width: 100%;
		height: 400px;
	}
	.o-wide-txt{
		width: 100%;
		padding: 20px;
	}
	.o-wide-txt > div{
		padding: 0 90px 0 110px;
	}
	.o-highlight-tile{
		width: 50%;
	}
}
@media all and (max-width: 600px) {
	.o-specs-tile{
		width: 50%;
	}
	.o-wide-txt > h3{
		padding: 0 0 0 40px;
	}
	.o-wide-txt > div{
		padding: 0 0 0 40px;
	}
	.o-txtimg-content{
		flex-direction: column;
		padding: 0 0 20px;
	}
	.o-txtimg-txt, .o-txtimg-img{
		width: 100%;
		padding: 10px 0 0;
	}
	.o-txt-content {
		padding: 25px 0;
	}
	.o-footer-top{
		flex-direction: column;
	}
	.o-col-content{
		flex-direction: column;
		align-items: center;
	}
	.o-col{
		margin: 15px 0;
	}
	.nlbox{
		flex-direction: column;
	}
	.nlimg {
		margin: 0 0 15px 0;
	}
	.o-slide-main > div{
		width: 100%;
	}
}
@media all and (max-width: 450px) {
	.o-highlight-tile{
		width: 100%;
	}
}