@import url('https://fonts.googleapis.com/css?family=Archivo:400,400i,600,700|Muli:200,300,300i,400,400i,700,700i,900,900i&display=swap');
:root{
	--land-image : url("../img/land_luggage.jpg");
	--color-blue : #73c3ff;
	--background-dark : #2c5982;
	--background-light : #75bdff;
	--background-slight : #5a96ce;
}

.hide {
	display: none !important;
}

.lang-selector {
	position: absolute;
	display: flex;
    align-items: flex-end;
	list-style: none;
    bottom: 0;
    right: 5%;
	color: white;
	font-weight: bold;
}

body.mobile .lang-selector{
	display: flex !important;
	bottom: -5px;
    left: 5%;
	width: 30%;
}

.lang-selector > li {
	margin-left: 2px;
	margin-right: 2px;
}
.lang-selector > p {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px
}

.primary-text2 {
	color: var(--color-blue);
}

.img-elb-responsive {
	height:auto;
	width:100%;
}

.hidden {
	display:none !important;
}

.elb-btn{
	display: block;
	width: 100%;
    border: none;
    background: none;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    border-radius: 5px;
	cursor: pointer;
}

.elb-btn-default,
.elb-btn-default:active{
	background-color: grey;
	color:white;
}
.elb-btn-default:hover{
	background-color: darkgrey;
	color:white;
}

.elb-btn-primary,
.elb-btn-primary:active{
	background-color: var(--color-blue);
	color:white;
}
.elb-btn-primary:hover{
	background-color: #9bd4ff;
	color:white;
}

.elb-btn-secondary,
.elb-btn-secondary:active{
	background-color: var(--background-dark);
	color:white;
}
.elb-btn-secondary:hover{
	background-color: #5194d2;
	color:white;
}

.elb-btn-success,
.elb-btn-success:active{
	color: #fff;
	background-color: #5cb85c;
    border-color: #4cae4c;
}
.elb-btn-success:hover{
	color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.elb-btn-danger,
.elb-btn-danger:active{
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.elb-btn-danger:hover{
	color: #fff;
	background-color: #c82333;
    border-color: #bd2130;
}

.elb-btn-default{
	background-color: grey;
	color:white;
}

.elb-btn-primary{
	background-color: var(--color-blue);
	color:white;
}

.elb-secondary{
	background-color: var(--background-dark);
	color:white;
}

.elb-success{
	color: #fff;
	background-color: #5cb85c;
    border-color: #4cae4c;
}

.elb-danger{
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


.elb-btn[disabled] {
	color: #868686;
    background-color: #d6d6d6;
    border-color: #9e9e9e;
}

.notification{
	margin: 10px;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
}

body {
	margin:0;
	overflow-x: hidden;
	font-family: 'Muli', sans-serif;
}

a{
	text-decoration: none !important;
	color:white;
}
a:hover{
	text-decoration: underline;
}

.centered {
	position: relative;
	display:flex;
	width: 1080px;
}

.elb-nav {
	position : absolute;
	display: flex;
	height : 10vh;
	width : 100%;
	justify-content: center;
	z-index: 100;
	transition: background 0.5 ease-in;
	background-color: var(--background-dark);
}

body.mobile .elb-nav{
		height : 12vh;
}

.elb-nav a {
	text-decoration: none;
	color: inherit;
}

.elb-nav a:hover {
	text-decoration: none;
	color: var(--color-blue);
}

.elb-nav.short ul.large{
	display: none;
}

.elb-nav .btn-menu,
.elb-nav ul.short{
	display:none;
}

.elb-nav .btn-menu {
    align-items: center;
    font-size: 3em;
    color: white;
}

.elb-nav.short .btn-menu{
	display:flex;
	cursor: pointer;
	transition: transform 0.2s ease-in;
	margin-right: 10px;
}

.elb-nav.short .btn-menu:active,
.elb-nav.short .btn-menu:hover,
.elb-nav.short .btn-menu:focus
{
	transform: rotate(-90deg);
	z-index: 100;
	color: var(--color-blue);
}

.elb-nav.short .btn-menu:active + ul.short,
.elb-nav.short .btn-menu + ul.short:active,
.elb-nav.short .btn-menu:focus + ul.short,
.elb-nav.short .btn-menu + ul.short:focus,
.elb-nav.short .btn-menu:hover + ul.short,
.elb-nav.short .btn-menu + ul.short:hover{
    position: absolute;
    display: flex;
	align-items: center;
    flex-direction: column;
    top: 60px;
    right: 5px;
    left: 5px;
    background-color: rgba(70, 70, 70, 0.95);
    list-style: none;
    padding: 10px;
    padding-left: 20px;
    padding-bottom: 30px;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    border-radius: 0 0 8px 8px;
}

.elb-nav.sticky {
	position:fixed;
	background-color: var(--background-dark);
}

.elb-nav .centered {
	justify-content: flex-end;
}

.elb-nav .elb-logo {
	position:absolute;
	left : 5px;
	top: 10px;
}
.elb-nav .elb-logo img{
	height : 7vh;
}

.elb-nav ul.large {
	list-style: none;
	display: flex;
	justify-self: flex-end;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
	color : white;
	font-weight: bold;
	font-size: 1.4em;
}
.elb-nav ul.large li {
	display: flex;
	align-items: center;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

body.mobile .yt-portfolio{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

body.mobile .yt-portfolio > .video > iframe {
	width:100%;
}

.yt-portfolio{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.yt-portfolio .caption{
	font-style: italic;
	margin:5px 0;
}

section{
	position:relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0;
    padding: 5px 0 15px 0;  
}

section .section-content{
	display:flex;
	flex-wrap: wrap;
}

section.light .section-content a{
	color: var(--background-light);
}

[class*='col-']{
	display:flex;
}

.col-2 > *{
	flex-basis: calc(100% / 2);
}
.col-3 > *{
	flex-basis: calc(100% / 3);
}
.col-4 > *{
	flex-basis: calc(100% / 4);
}
.col-5 > *{
	flex-basis: calc(100% / 5);
}
.col-6 > *{
	flex-basis: calc(100% / 6);
}

body.mobile section.prefooter .section-content > * {
	flex-basis: 100%;
}

.perc-5{
	flex-basis: 5%;
}
.perc-10{
	flex-basis: 10%;
}
.perc-15{
	flex-basis: 15%;
}
.perc-20{
	flex-basis: 20%;
}
.perc-25{
	flex-basis: 25%;
}
.perc-30{
	flex-basis: 30%;
}
.perc-35{
	flex-basis: 35%;
}
.perc-40{
	flex-basis: 40%;
}
.perc-45{
	flex-basis: 45%;
}
.perc-50{
	flex-basis: 50%;
}
.perc-55{
	flex-basis: 55%;
}
.perc-60{
	flex-basis: 60%;
}
.perc-65{
	flex-basis: 65%;
}
.perc-70{
	flex-basis: 70%;
}
.perc-75{
	flex-basis: 75%;
}
.perc-80{
	flex-basis: 80%;
}
.perc-85{
	flex-basis: 85%;
}
.perc-90{
	flex-basis: 90%;
}
.perc-95{
	flex-basis: 95%;
}
.perc-100{
	flex-basis: 100%;
}

body section:first-of-type {
    padding-top: 150px;
}

section:first-of-type > h2{
	position: absolute;
	top: 90px;
	left : 2%;
}

body section:first-of-type .container h1,
body section:first-of-type .container h2,
body section:first-of-type .container h3,
body section:first-of-type .container h4,
body section:first-of-type .container h5{
	font-weight: 100;
}

section.light{
	 background-color: #f3f3f3;
	 color: var(--background-dark);
}

section.dark{
	color:white !important;
	background-color: var(--background-dark);
}

section .wrap{
	margin: 0;
    padding: 0;
	width: 85%;
}

section[elb-view] .wrap {
	min-height: calc(100vh - 442px);
}

section .wrap .title{
	font-weight: normal;
    font-size: 1.5em;
}

ul.list-nostyle
{
	list-style: none;
	padding: 0;
}

ul.socialnetwork{
	display: flex;
}
ul.socialnetwork > * {
	margin-left: 2px;
	margin-right: 2px;
}

.elb-digit-big-input {
	border: none;
    font-size: 4em;
    color: #888888;
    text-align: center;
    border-radius: 10px;
}

select.elb-form-control,
input[type="text"].elb-form-control,
input[type="email"].elb-form-control,
input[type="password"].elb-form-control
{
    border: none;
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    color: #717171;
    width: calc(100% - 16px);
}

textarea.elb-form-control::placeholder,
input.elb-form-control::placeholder{
	font-style:italic;
	color:#bebebf;
	font-weight: lighter;
}

textarea.elb-form-control{
	border: none;
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    color: #717171;
    width: calc(100% - 16px);
}

.elb-form-control.has-error{
	border: 2px solid #ec5151 !important;
    border-radius: 8px !important;
}

.input-group{
	display: flex;
	flex-direction: row;
}
.input-group > .input-icon{
	border-radius: 0 5px 5px 0;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-group > input[type="text"].elb-form-control{
	border-radius: 5px 0 0 5px;
	flex-basis: 80%;
	box-shadow: none;
}
.input-group > .elb-btn{
	border-radius: 0px 5px 5px 0px;
	flex-basis: 20%;
	box-shadow: none;
}

.form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form .form-group{
	margin-top: 2px;
	margin-bottom: 2px;
}
.form .form-sep{
	margin-top: 15px;
    margin-bottom: 10px;
	flex-basis: 100%;
    border: 1px solid var(--background-dark);
}


/***BIG PREVIEW Style****/
div.image-wrapper{
	position: relative;
}
div.image-wrapper > i.preview{
	display: none;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}
div.image-wrapper:hover i.preview{
	display: block;
	cursor: pointer;
}
div.image-wrapper:hover i.preview:hover{
	color : var(--background-slight);
}

.elb-modal-img-preview{
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    z-index: 9000;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 2px 8px 4px #8c8c8c;
}
.elb-modal-img-preview .close {
	position : absolute;
	top : 30px;
	right : 30px;
	cursor: pointer;
}
.elb-modal-img-preview .close i {
	color : var(--background-dark);
}
.elb-modal-img-preview .close:hover i {
	color : var(--background-slight);
}
.elb-modal-img-preview img{
	height: calc(100vh - 10%);
    width: auto;
}

.elb-cookie-tooltip {
	display: flex;
	position: fixed;
	flex-direction: column;
	justify-content: space-between;
	bottom: 0;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	//height: 15%;
	left: 0;
	right: 0;
	background-color: rgba(60, 61, 63, 0.85);
	color: white;
	z-index: 1000;
}

.elb-cookie-tooltip h2 {
	margin: 0;
}

.elb-cookie-tooltip a {
	text-decoration: underline;
	color: var(--background-light);
}

.elb-cookie-tooltip .close {
	position: absolute;
	top: 15px;
	right: 25px;
	cursor: pointer;
}

.elb-cookie-tooltip .close:hover {
	color: #8e8e8e;
}
.elb-cookie-tooltip .action {
	display: flex;
	justify-content: flex-end;
}

.elb-cookie-tooltip .action > * {
	flex-basis: 20%;
	margin-left: 5px ;
	margin-right: 5px ;
}

body.mobile .elb-cookie-tooltip .action > * {
	flex-basis: 50%;
	margin-left: 5px ;
	margin-right: 5px ;
}
