/*
	
	HTML

-------- */
html{
	height:100%;
}

/*
	
	BODY

-------- */
body{
	background-color:#fff;
	color:#000;
	font-size:14px;
	line-height:1.6;
	font-family: "new-zen", sans-serif;
	height: 100%;
}
body a{
	color:#000;
}
@media(min-width:1200px){
	body{
		font-size:16px;
	}
}

.container-fluid{
	max-width: 1400px;
}

#loading{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color:rgba(255,255,255,0.9);
}
@keyframes rotate {
  from {
    transform: rotate(0deg); /* Start with 0-degree rotation */
  }
  to {
    transform: rotate(360deg); /* Rotate to 360 degrees for a full circle */
  }
}
#loading img{
	width:100px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
}

.wrapper{
	overflow-x: hidden;
	position: relative;
}
.wrapper.down{
	padding-top: 90px;
}
.wrapper .cyclist-container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.wrapper .cyclist-container .container-fluid{
	max-width: 1400px;
}
.wrapper .cyclist{
	width: 200px;
	margin-left: -60px;
	margin-top: -15px;
	opacity: 0.5;
}
@media(min-width: 768px){
	.wrapper .cyclist{
		width: 300px;
	}
}
@media(min-width: 768px){
	.wrapper .cyclist{
		margin-left: -90px;
	}
}
@media(min-width: 1500px){
	.wrapper .cyclist{
		margin-left: -120px;
	}
}

.anchor{
		display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
    float:left;
    width:100%;
	}

/*

	GENERAL

----------- */
strong, b{
	font-weight:700;
}
.bg-center{
	background-position: center center;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}
.bg-left{
	background-position: left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}
.bg-top{
	background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}
.bg-bottom{
	background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}
.bg-contain{
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat:no-repeat;
    background-repeat: no-repeat;
}
a, button{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.animo{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
ul{
	margin:0;
	padding:0;
}
::-webkit-input-placeholder {
	color:#888;
}
:-ms-input-placeholder {
	color:#888;
}
::placeholder {
	color:#888;
}

ul{
	padding: 0 0 0 20px;
}
ul li{
	list-style: disc;
}
p a{
	color: #000 !important;
}

a{
	outline:0 !important;
}
em{
	font-style:italic;
}
h1{
	font-family: "new-zen", sans-serif;
}
h2{
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	margin: 0 0 30px 0;
}
h2 span{
	position: relative;
	z-index: 1;
}
h2::after{
	content: '';
	position: absolute;
	bottom: 5px;
	left: -5px;
	right: -5px;
	height: 10px;
	background-color: #ffd800;
	z-index: 0;
}
h3{
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	font-weight: 100;
}
h4{
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	font-weight: 100;
}
p{
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
@media(min-width: 768px){
	h2{
		font-size: 45px;
	}
	h3{
		font-size: 30px;
		font-weight: bold;
	}
}

.btn-default{
	background-color: transparent;
	color: #000;
	padding: 20px 25px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	border: solid 2px #000;
	-webkit-box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.2);
	text-transform: uppercase;
	font-weight: bold;
}
.btn-default:hover{
	background-color: #222;
	color: #fff;
}
.btn-default i{
	margin: 0 0 0 10px;
}
.btn-default.invert{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-default.invert-black{
	background-color: transparent;
	border-color: #000;
	color: #000;
}
.btn-default.color{
	background-color: #ffd800;
	color: #000;
	border-color: #ffd800;
}
.btn-default.black{
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.black-out{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: none;
}

.light-grey{
	background-color: #fafafa;
}
.grey{
	background-color: #f5f5f5;
}

/*

	HEADER

-------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0);
	z-index: 80;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 75px;
}
.header .container-fluid{
	padding: 0;
	position: relative;
}
.header-content{
	position: relative;
}
.btn-open-nav{
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px;
	font-size: 34px;
	line-height: 1;
}
.btn-open-nav:active,
.btn-open-nav:focus{
	color:#fff;
}
.header-fixed{
	background-color: rgba(255,255,255,0.9);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.2);
}
.header-fixed .btn-open-nav{
	color: #000;
	padding-top: 20px;
}
@media(min-width: 992px){
	.btn-open-nav{
		display: none;
	}
	.header{
		padding:30px;
		height: auto;
	}
	.header .langs{
		display: inline-block;
	}
	.header .langs a{
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		line-height: 1;
		padding: 3px;
	}
	.header-fixed .langs a{
		color: #000;
	}
	.header .langs a.current{
		font-size: 18px;
		font-weight: 600;
	}
	.header .socials{
		display: inline-block;
		margin: 0 15px 0 15px;
	}
	.header .socials a{
		display: inline-block;
		background-color: transparent;
		color: #fff;
		border: solid 1px #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		text-align: center;
		margin: 0 0 0 5px;
		font-size: 18px;
	}
	.header .socials a:hover{
		color: #000;
		background-color: #fff;
	}
	.header-fixed .socials a{
		color: #000;
		border-color: #000;
	}
	.header-fixed .socials a:hover{
		color: #fff;
		background-color: #000;
	}
	.header .items a.item{
		display: inline-block;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		line-height: 1;
		padding: 15px;
		text-transform: uppercase;
		position: relative;
	}
	.header .items a.item.rose{
		background-color: #ed9679;
		color:#fff;
		border-radius:5px;
	}
	.header-fixed .items a.item{
		color: #000;
	}
	.header .items a.item::before{
		content: '';
		position: absolute;
		top: -200%;
		left: 50%;
		height: 40px;
		width: 1px;
		background-color: #fff;
		display: block;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}
	.header .items a.item:hover{
	}
	.header .items a.item:hover::before{
		top: -100%;
	}
	.header-fixed .items a.item:hover::before{
		background-color: #000;
	}
	.header .items a.item.current{
		font-weight: bold;
		background-color: transparent;
		color: #ffd800;
	}
	.header-fixed .items a.item.current{
		color: #000;
	}
	.header .items a.item.current::before{
		top: -100%;
		width: 2px;
		margin-left: -1px;
		background-color: #ffd800;
	}
	.header-fixed .items a.item.current::before{
		background-color: #000;
	}
	.header .items a.item i{
		font-size: 13px;
		opacity: 0.8;
		margin: 0 0 0 5px;
	}
	.header .items .item-container{
		position: relative;
		display: inline-block;
	}
	.header .items .sub-items{
		position: absolute;
		background-color: #fff;
		top: 100%;
		left: -15px;
		z-index: 10;
		min-width: 250px;
		-webkit-box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.25);
		box-shadow: 0px 8px 13px -9px rgba(0,0,0,0.25);
		display: none;
		padding: 15px;
	}
	.header .items .sub-items a{
		display: block;
		text-decoration: none;
		font-size: 16px;
		line-height: 1;
		padding:10px;
		color: #000;
		text-align: left;
	}
	.header .items .sub-items a:hover{
		color: #555;
	}
	.header .items .sub-items a:last-child{
		border: none;
	}
}
@media(min-width:1200px){
	.header .items a.item{
		padding:15px 20px;
	}
}

/*

	NAV MOBILE

-------------- */
.btn-close-nav{
	position: absolute;
	top: 10px;
	right: 10px;
	/*background-color: #ffd800;*/
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
}
.btn-close-nav i{
	font-size: 24px;
	line-height: 1;
	color: #000;
	margin-top: 13px;
}
#nav-mobile{
	background-color: #fff;
	position: fixed;
	right: -310px;
	width: 300px;
	top: 0;
	bottom: 0;
	z-index: 99;
	overflow-y:scroll;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: -3px 0px 5px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -3px 0px 5px -4px rgba(0,0,0,0.75);
	box-shadow: -3px 0px 5px -4px rgba(0,0,0,0.75);
}
#nav-mobile.open{
	right: 0;
}
#nav-mobile::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#nav-mobile::-webkit-scrollbar-thumb {
  background-color: transparent;
}
#nav-mobile .langs{
	position: absolute;
	top: 25px;
	left: 30px;
}
#nav-mobile .langs a{
	display: inline-block;
	color: #555;
	font-size: 14px;
	line-height: 1;
	padding:5px 10px 5px 0;
	text-decoration: none;
}
#nav-mobile .langs a.current{
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
#nav-mobile .items{
	padding-top: 90px;
}
#nav-mobile .items a.item{
	display: block;
	padding: 20px 30px;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	border-bottom: solid 2px #fafafa;
	position: relative;
}
#nav-mobile .items a.item i{
	color: rgba(0,0,0,0.5);
	font-size: 16px;
	line-height: 1;
	right: 30px;
	top: 20px;
	position: absolute;
}	
#nav-mobile .sub-items{
	background-color: #fafafa;
	display: none;
}
#nav-mobile .sub-items a.sub-item{
	display: block;
	color: #555;
	padding: 15px 30px;
	text-decoration: none;
	border-bottom: solid 2px #fff;
	font-size: 16px;
	line-height: 1;
}
#nav-mobile .socials{
	padding:45px 30px;
}
#nav-mobile .socials a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 20px;
	line-height: 40px;
	color: #000;
	margin: 0 8px 0 0;
	text-align: center;
	border: solid 1px #000;
}
.facebook{
	background-color: #3b5998 !important;
	color: #fff !important;
}
.instagram{
	background: linear-gradient(to bottom, #962fbf, #fa7e1e, #feda75)  !important;
	color: #fff !important;
}

/*

	HERO

------ */
.hero{
	height: 100%;
	width: 100%;
	position: relative;
}
.hero .carousel{
	height: 100%;
	position: relative;
}
.hero .carousel::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	height: 40%;
	z-index: 1;
}
.hero .carousel .slide{
	height: 100%;
}
.hero .slick-slider .slick-list, 
.hero .slick-slider .slick-track{
	height: 100%;
}
.hero .mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
}
.hero .logo{
	position: absolute;
	color: #fff;
	top: 50%;
	margin-top: -150px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	padding: 0 30px;
}
.hero .logo img{
	width: 180px;
}
.hero .logo h1{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 30px;
	font-weight: 300;
}
.btn-go-down{
	z-index: 4;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.btn-go-down a{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0 0 30px 0;
	display: inline-block;
}
.btn-go-down a span{
	display: block;
}
.btn-go-down a span.line{
	width: 1px;
	margin: 0 auto 15px auto;
	height: 50px;
	background-color: #fff;
}
@media(min-width: 768px){
	.hero .logo{
		margin-top: -200px;
	}
	.hero .logo img{
		width: 210px;
	}
	.hero .logo h1{
		font-size: 32px;
	}
}
@media(min-width: 992px){
	.hero .logo{
		margin-top: -160px;
	}
}

/*

	SECTIONS

---------- */
.section-1{
	padding: 60px 15px;
}
@media(min-width: 768px){
	.section-1{
		padding: 90px 15px;
	}
}
@media(min-width: 992px){
	.section-1{
		padding: 120px 15px;
	}
}

.section-pic-text h3{
	font-weight: 100;
}
.section-pic-text .container-fluid{
	padding: 0;
	max-width: 100%;
}
.section-pic-text .pic-text{
	position: relative;
}
.section-pic-text .icon{
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	top:  -35px;
	background-color: #fff;
	color: #000;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	font-size: 26px;
	z-index: 2;
	display: none;
}
.section-pic-text .image{
	height: 250px;
}
.section-pic-text .text{
	padding: 45px 30px 60px 30px;
	position: relative;
}
.section-pic-text .text.beige{
	background-color: #ffd800;
}
.section-pic-text .text.dark{
	background-color: #262626;
	color: #fff;
}
.section-pic-text .text.dark .btn-default{
	color: #fff;
	border-color: #fff;
}
.section-pic-text .text.light-grey{
	background-color: #fafafa;
}
@media(min-width: 768px){
	.section-pic-text .image{
		height: 420px;
	}
	.section-pic-text .text{
		padding: 90px 90px 120px 90px;
	}
}
@media(min-width: 992px){
	.section-pic-text .image{
		height: 100%;
	}
	.section-pic-text .text{
		padding: 120px 120px 120px 120px;
	}
	.section-4 .text{
		padding:120px 60px;
	}
	.section-pic-text .icon{
		width: 90px;
		height: 90px;
		top: 30px;
		margin-left: -45px;
		line-height: 90px;
		font-size: 42px;
		display: block;
	}
	.section-pic-text .icon.beige{
		background-color: #ffd800;
	}
	.section-pic-text .icon.dark{
		background-color: #262626;
		color: #ffd800;
	}
}
@media(min-width: 1200px){
	.section-pic-text .text{
		padding:20% 0;
	}
	.section-pic-text .text h3{
		max-width: 50%;
		margin: 0 auto 30px auto;
		display: block;
	}
	.section-pic-text .text p{
		max-width: 50%;
		margin: 0 auto;
		display: block;
	}
	.section-pic-text .btn-default{
		margin-left: 25%;
	}
	.section-4.section-pic-text .text h3,
	.section-4.section-pic-text .text p{
		max-width: 100%;
		margin: auto;
	}
	.section-4.section-pic-text .text h3{
		margin: 0 0 30px 0;
	}
	.section-4.section-pic-text .btn-default{
		margin-left: 0;
	}

}

.section-3{
	padding: 60px 15px;
}
@media(min-width: 992px){
	.section-3{
		padding: 120px 15px;
	}
}
.section-3 h2{
	margin-bottom: 45px;
}
.box{
	margin: 0 0 45px 0;
}
.box .title{
	font-size: 32px;
	line-height: 1.2;
	margin: 30px 0 5px 0;
	padding: 0 0 0 10px;
}
.box .image{
	position: relative;
	height: 230px;
}
.box .image .pic{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-radius: 10px;
}
.box .image .pic .cover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.box .image .pic .cover i{
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -10px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.box .image .pic:hover .cover{
	opacity: 1;
}
.box .image .pic:hover .cover i{
	margin-top: -16px;
}
/*
.box .image .bg{
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	right: -5px;
	bottom: 5px;
	z-index: 1;
	background-color: #444;
	border-radius: 15px;
}
*/
.box .details{
	padding: 10px;
}
.box .btn-default{
	margin: 20px 0 0 10px;
}
@media(min-width: 1200px){
	.box{
		padding: 30px 45px;
	}
	.box .title{
		padding: 0 0 0 30px;
	}
	.box .details{
		padding: 15px 30px;
	}
	.box .btn-default{
		margin-left: 30px;
	}
	.box .image{
		height: 280px;
	}
	.box .image .pic{
		/*border-radius: 0 0 0 20px;*/
	}
	.box .image .bg{
		top: -10px;
		left: 10px;
		right: -10px;
		bottom: 10px;
	}
}

/*

	FORM

------ */
.row-form{
	position: relative;
	margin: 0 0 10px 0;
}
.row-form::after{
	/*
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index:0;
  */
}
.row-form-radio::after{
	display: none;
}
.row-form input,
.row-form textarea{
	background-color: transparent;
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 20px 15px 10px 15px;
	border: none;
	outline: 0;
	font-size: 16px;
	border-bottom: solid 1px #fff;
	color: #fff;
	position: relative;
	z-index: 1;
}
.row-form label{
	position: absolute;
	left: 15px;
	line-height: 1;
	color: #bbb;
	font-size: 11px;
	top:8px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
   transition: all .1s ease-in-out;
   z-index: 1;
}
.row-form label span{
	color: #ff0000;
}
.row-form.empty label{
	font-size: 16px;	
	top: 20px;
}
.row-form-checkbox{
	padding: 15px 0 0 0;
}
.row-form-checkbox label{
	position: relative;
	left: auto;
	top: auto;
	color: #fff;
	font-size: 14px;
}
.row-form-checkbox label span,
.row-form-checkbox label a{
	color: #bbb;
	display: inline-block;
}
.row-form-checkbox input{
	width: auto;
	display: inline-block;
	border: none;
	float: left;
	margin: 0 5px 0 0;
	color: #000 !important;
}
.row-form .title{
	font-size: 14px;
	line-height: 1;
	color: #555;
	padding: 10px 0 15px 15px;
}
.newsletter .btn-default{
	margin-top: 30px;
}
.form-normal .row-form{
	margin: 0 0 10px 0;
}
.form-normal .row-form::after{
	background-color: rgba(255,255,255,0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
.form-normal .row-form input,
.form-normal .row-form textarea{
	border: solid 1px #ddd;
	color: #000;
	font-size: 16px;
	border-radius: 3px;
}
.form-normal .row-form label{
	color: #555;
}
.form-normal .row-form.empty label{
	font-size: 14px;
	top: 22px;
	left: 15px;
}
.radio-buttons,
.check-buttons{
	padding:0 10px 10px 15px;
}
.radio,
.check{
	margin: 0 0 5px 0;
	cursor: pointer;
}
.radio span,
.check span{
	display: inline-block;
}
.radio .icon,
.check .icon{
	width: 20px;
	color: #555;
}
.radio .label,
.check .label{
	color: #555;
	font-size: 14px;
}
.check .label a{
	text-decoration: underline;
}

/*

	FOOTER

-------- */
footer{
	padding: 45px 15px;
	background-color: #262626;
}
footer .logo{
	width: 150px;
	padding: 0 0 30px 0;
	display: inline-block;
}
footer h3,
footer h4{
	color: #fff;
}
footer .items{
	margin: 0 0 30px 0;
}
footer .items a{
	display: block;
	color: #ccc;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	margin: 0 0 10px 0;
}
footer p{
	color: #ccc;
	font-size: 14px;
}
@media(min-width: 768px){
	footer{
		padding: 90px 45px;
	}
	footer .logo{
		margin-bottom: 45px;
	}
}
@media(min-width: 1200px){
	footer{
		padding: 120px 45px;
	}
}

.btn-to-top{
	display: block;
	top: -25px;
	background-color: #ffd800;
	color: #111 !important;
	width: 50px;
	height: 40px;
	line-height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	font-size: 16px;
	text-align: center;
	border-radius: 25px 25px 0 0;
}

/*

	BOTTOM LINE

------------- */
.bottom-line{
	background-color: #ffd800;
	color: #111;
	padding: 30px;
	line-height: 1.4;
	font-size: 14px;
	position: relative;
}
.bottom-line a{
	display: inline-block;
	text-decoration: none;
	color: #111;
}

/*

	COOKIES

----------- */
.cookies-container{
	position:fixed;
	z-index:998;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:30px 15px;
	font-size:14px;
	-webkit-box-shadow: 0px -11px 18px -18px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px -11px 18px -18px rgba(0,0,0,0.25);
	box-shadow: 0px -11px 18px -18px rgba(0,0,0,0.25);
	display:none;
	background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.cookies-container p{
	font-size: 14px;
	margin: 0 0 15px 0;
}
.cookies-container .btn-default{
	font-size: 12px;
	padding: 10px 15px;
	margin: 0 2px;
	border: solid 1px #000;
}
.cookies-container .btn-default i{
	margin: 0 0 0 5px;
}
@media(min-width:768px){
	.cookies-container{
		padding:30px 15px;
	}
}

/*

	POPUP SOCIAL MEDIA

-------------------- */
.popup-social-media{
	z-index: 90;
	position: fixed;
	padding: 45px;
	background-color: #262626;
	text-align: center;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	width: 340px;
	display: none;
	border-radius: 30px 0 0 0;
}
.popup-social-media .title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #fff;
}
.popup-social-media .details{
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 15px 0;
	color: #555;
	color: #fff;
}
.popup-social-media .socials a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 3px;
	border: solid 1px #ffd800;
	color: #000;
	background-color: #ffd800;
}
.btn-close-popup-social-media{
	position: absolute;
	font-size: 18px;
	line-height: 1;
	top: 0;
	right: 0;
	padding: 15px;
	color: #aaa !important;
}

/*

	PAGE HEADER

------------- */
.page-header{
	background-color: #262626;
	padding: 60px 15px 45px 15px;
	position: relative;
}
.page-header .mask{
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-header::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(-180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(-180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(-180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		height: 60%;
		z-index: 1;
}
.page-header h1{
	font-size: 28px;
	line-height: 1;	
	font-weight: bold;
	color: #ffd800;
	z-index: 2;
		position: relative;
}
.page-header h1 i{
	margin: 0 5px 0 0;
	color: #fff;
}
.crumbs{
	margin: 5px 0 0 0;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.crumbs a,
.crumbs i,
.crumbs span{
	display: inline-block;
	margin: 0 2px;
	color: #fff !important;
}
@media(min-width: 992px){
	.page-header{
		padding: 120px 0 75px 0;
	}
	.page-header h1{
		font-size: 52px;
	}
}
@media(min-width: 1200px){
	.page-header{
		padding: 150px 0 105px 0;
	}
}

/*

	PAGE 

------ */
.page .section{
	padding: 30px 15px 60px 15px;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
}
/*
.page .section h2{
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
}
.page .section h2 i{
	color: #dcd7b7;
	margin: 15px 0 0 0;
}
*/
.page .section h3{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
.page p{
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}
.page ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
.page ul li{
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}
.page ul.prices{
	float: left;
	width: 100%;
	padding: 0;
}
.page ul.prices li{
	float: left;
	width: 100%;
	list-style: none;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}
.page ul.prices li .title{
	float: left;
	display: block;
	width: 80%;
	padding: 0 30px 0 0;
}
.page ul.prices li .price{
	float: left;
	display: block;
	width: 20%;
	text-align: right;
	font-weight: bold;
}
.page a{
	color: #333;
	text-decoration: none;
}
i.icon-contact{
	margin: 0 5px 0 0;
	color: #aaa;
}
@media(min-width: 992px){
	.page .section{
		padding: 60px 15px 90px 15px;
	}
	.page .section h3{
		font-size: 26px;
	}
}
@media(min-width: 992px){
	.page .section{
		padding: 90px 15px;
	}
}

/*

	FAQ

----- */
.faq .question{
	padding: 15px 30px 10px 10px;
	border-bottom: solid 1px #eee;
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.faq .question.open{
	background-color: #ffd800;
	font-weight: bold;
	border-color: #fff;
}
.faq:last-child .question{
	border: none;
}
.faq .question span{
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 15px;
}
.faq .answer{
	background-color: #fff;
	padding: 15px;
	font-size: 15px;
	line-height: 1.6;
	display: none;
}

/*

	TEAM

------ */
.team-member .image{
	margin: 0 0 15px 0;
}
.team-member .image span{
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #eee;
}
.team-member .name{
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px 0;
}
.team-member .title{
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 1;
}
.team-member .details{
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}
.team-member .details i{
	color: #aaa;
	margin: 0 5px 0 0;
}
.logo-block{
	width: 160px;
	margin: 30px 0 0 0;
}
.logo-block img{
	width: 100%;
	display: inline-block;
}
.logo-block a{
	display: inline-block;
	margin: 15px 0 0 0;
}
@media(min-width: 992px){
	.team-member .name{
		font-size: 20px;
	}
	.team-member .title{
		font-size: 16px;
	}
	.team-member .details{
		font-size: 16px;
	}
}
@media(min-width: 1200px){
	.team-member .image span{
		width: 150px;
		height: 150px;
	}
}

/*

	CARD ICON

----------- */
.card-icon{
	text-align: center;
	margin: 0 0 30px 0;
}
.card-icon .icon{
	font-size: 52px;
	line-height: 1;
	margin: 0 0 15px 0;
	position: relative;
	color: #000;
}
.card-icon .icon .bg{
	display: none;
}
.card-icon .title{
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 1;
	width: auto;
	display: inline-block;
}
.card-icon .title:after{
	content: '';
	position: absolute;
	width: calc(100% + 10px);
	height: 10px;
	background-color: #ffd800;
	bottom: 0;
	left: -15px;
	z-index: -1;
}
.card-icon .details{
	position: relative;
}
@media(min-width: 768px){
	.card-icon .icon{
		font-size: 52px;
		display: inline-block;
		line-height: 130px;
	}
	.card-icon .icon i{
		position: relative;
		z-index: 1;
	}
	.card-icon .icon .bg{
		color:#f0f0ec ;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -60px;
		margin-left: -70px;
		font-size: 120px;
		line-height: 1;
		z-index: 0;
		transform: rotate(-15deg)
	}
	.card-icon .icon .bg i{
		opacity: 0.6;
	}
	.card-icon .title{
		font-size: 28px;
		text-align: left;
	}
	.card-icon .title:after{
		height: 10px;
		left: -5px;
	}
	.card-icon .details{
		text-align: left;
	}
}
@media(min-width: 1200px){
	.card-icon{
		padding:0 45px;
	}
}


/*

	CARD IMAGE

------------ */
.card-image-container{
	height: 100%;
}
.card-image{
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.card-image .image{
	height: 100%;
	width: 100%;
	min-height: 100px;
}
.card-image .details{
	padding:5px 15px;
	text-align: center;
}
.card-image .details .title{
	font-size: 16px;
	line-height: 1.2;
}
.card-image .details .date{
	font-size: 20px;
	line-height: 1;
	margin: 0 0 5px 0;
}
@media(min-width: 992px){
	.card-image .image{
		min-height: 120px;
	}
	.card-image .details .date{
		font-size: 26px;
		margin: 0 0 10px 0;
	}
	.card-image .details .title{
		font-size: 16px;
	}
}

/*

	CAPS

------- */
.caps{
	overflow-x: auto;
 	white-space: nowrap;
 	display: flex;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  font-size: 14px;
  line-height: 1.2;
}
.caps-col{
  display: block;
}
.caps::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.caps-cell{
	background-color: #fff;
	border: solid 1px #f5f5f5;
	padding: 10px 15px;
}
.caps-cell span{
	font-size: 12px;
}
@media(min-width: 992px){
	.caps{
		margin: 30px auto 0 auto;
		display: block;
		width: 980px;
	}
	.caps-col{
		float: left;
	}
}
@media(min-width: 1200px){
	.caps{
		font-size: 16px;
		width: 1000px;
	}
	.caps-cell{
		padding: 15px;
	}
}

.carousel-zaal{
	margin-top: 30px;
}
.carousel-zaal .pic{
	height: 210px;
	margin: 5px;
	border-radius:10px;
}
.slick-dots{
	bottom: -35px;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button:before{
	font-size: 10px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #ffd800;
  opacity: 1;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	color: #ffd800;
	font-size: 18px;
}
@media(min-width: 768px){
	.carousel-zaal{
		margin-top: 0;
	}
}
@media(min-width: 992px){
	.carousel-zaal .pic{
		height: 320px;
	}
	.section-half-pic-half-text .details{
		margin-top: -30px;
	}
}
@media(min-width: 1200px){
	.carousel-zaal{
		width: 90%;
		display: inline-block;
	}
	.carousel-zaal .pic{
		height: 450px;
	}
}

.cap-w-icon{
	margin: 0 0 45px 0;
}
.cap-w-icon .title{
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
.cap-w-icon .title span{
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.cap-w-icon .icon{
	margin: 20px 0;
}
.cap-w-icon .icon img{
	height: 60px;
}
.cap-w-icon .details{
	font-size: 22px;
	line-height: 1.2;
}
.cap-w-icon .details span{
	font-size: 12px;
	display: block;
	color: #888;
}
@media(min-width: 992px){
	.caps-w-icon{
		margin-top: 30px;
	}
	.cap-w-icon{
		margin: 0 0 60px 0;
	}
}
@media(min-width: 1200px){
	.cap-w-icon .title{
		height: 40px;
	}
	.cap-w-icon .icon{
		height: 60px;
	}
	.cap-w-icon .icon img{
		height: 50px;
	}
}

.card-w-img{
	margin: 0 0 60px 0;
}
.card-w-img .pic{
	height: 210px;
	border-radius: 10px;
}
.card-w-img .title{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0 10px 0;
}
.card-w-img .details{
	margin: 0 0 20px 0;
}
@media(min-width: 992px){
	.card-w-img .pic{
		height: 310px;
	}
	.card-w-img .title{
		font-size: 28px;
	}
}

/*

    MESSAGE

----------- */
.message-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 20;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 99;
    overflow-y: scroll;
}
.message{
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    padding: 30px;
    border-radius: 5px;
    color: #000;
    text-align: center;
}
.btn-close-message{
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #ffd800;
    color: #000 !important;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 50%;
}
@media(min-width: 768px){
    .message{
        top: 60px;
        left: 50%;
        right: auto;
        padding: 45px;
        width: 500px;
        margin-left: -250px;
    }
}

.event{
	display: block;
	background-color: #eee;
	height: 280px;
	margin: 0 0 15px 0;
	position: relative;
	text-decoration: none;
	border-radius: 10px;
	overflow: hidden;
}
.event:hover{
	opacity: 0.9;
}
.event::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	height: 100%;
	z-index: 1;
}
.event .title{
	font-size: 32px;
	display: block;
	margin: 0 0 5px 0;
}
.event .info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	color: #fff;
	z-index: 2;
	padding: 15px;
}
.event .more-info{
	display: inline-block;
	margin-top: 15px;
	background-color: #ffd800;
	color: #000;
	padding: 10px 15px;
}
@media(min-width: 768px){
	.event{
		height:320px;
	}
	.event .info{
		padding: 30px;
		font-size: 14px;
	}
}
@media(min-width: 992px){
	.event{
		height:320px;
	}
}

/*

	POPUP

--------- */
.popup-container{
	position: fixed;
	background-color:rgba(255,255,255,0.5);
	backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow-y: scroll;
	color:#333;
	display:none;
}
.popup-content p{
	color:#333;
}
.popup-content h2::after{
	background-color:#ea4c7f;
}
.popup-content{
	position: absolute;
	top: 30px;
	left: 15px;
	right: 15px;
	background-color: #f6bdc4;
	padding:4rem 2rem 2rem 2rem;
	border-radius: 5px;
}
.popup-content h2{
	font-size: 32px;
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
	color:#333;
}
.btn-close-popup{
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	font-size: 22px;
	line-height: 1;
	color: #333 !important;
}
.popup-content .script{
	background-color: #eee;
	min-height:100px;
}
.row-form{
	margin:0 0 1rem 0;
}
/* label{
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
}
input{
	padding:15px;
	color:#fff;
	border:none;
	border-radius:5px;
	width:100%;
	background-color:#555;
	outline:0;
}
button{
	border:none;
	margin-top:1rem;
} */
.popup-content input::placeholder{
	color:#555;
}
.popup-content input{
	border-color:#333;
	color:#000;
}
.popup-content form{
	margin-top:1rem;
}
.popup-status{
	min-height: 24px;
	font-size: 14px;
	color: #dccb87;
	margin-top: 10px;
}
.popup-status.error{
	color:red;
}
.popup-status.success{
	color:#133d29;
}
.popup-submit{
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin-top:1rem;
}
.hp-field{
	position:absolute;
	left:-9999px;
	opacity:0;
	pointer-events:none;
}
@media(min-width: 768px){
	.popup-content{
		left: 50%;
		right: auto;
		top: 45px;
		width: 500px;
		margin-left: -250px;
		padding: 5rem 2rem 2rem 2rem;
	}
	.btn-close-popup{
		font-size: 26px;
		padding: 20px;
	}
}