/*======================
   02. Basic css
========================*/
html{
	font-size: 0.5vw;
}
a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

/*body {
	line-height: 1.5;
	background-color: #fff;
	color: #CBB100;
	font-weight: 400;
	font-size: 1.8rem;
}*/

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 6.0rem;
	height: 6.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 6.0rem;
	height: 6.0rem;
	border-radius: 100%;
	background: #f33737;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}

/*first_slider*/
.first_slider{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100vh;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.first_cont {
	padding: 120px;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height:100%;
}
.first_cont h2{
	font-size: 7rem;
	line-height: 1.4;
	color: #0e2336;
	font-weight: 500;
	margin-top: 11rem;
    font-family: 'Roboto', serif;
}
.img_wapper img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.img_wapper{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.img_wapper::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
/*
.secd_slider{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	z-index: -1;
}
.secd_slider::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.6);
}*/

.first_cont>img{
	max-width: 75rem;
	max-height:40rem;
}

.voorgrond{
	position:absolute;
	z-index:999;
	margin:0 auto;
	padding:200px 300px;
	width:100%;
	height:100%;
}

.voorgrond h3{
	text-align:center;
	font-size:7.6rem;
	color:#bcd100;
	line-height:1.4;
	margin-top:8rem;
	font-weight: 500;
}

.voorgrond img{
	position:relative;
	margin:0 auto;
}

.voorgrond > img.sponsor-logo-full{
	max-width:1000px;
	max-height:300px;
}

.background-img img{
	width:100%;
	height:100%;
	z-index:-99;
	position:relative;
	animation-delay: 1s;
    animation-name: zoomIn;
    animation-duration: 10s;
    animation-fill-mode: forwards;
}

.background-img::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.65);
}


@keyframes zoomIn {
  from { transform: scale(1); }
  to   { transform: scale(1.4);}
}

@keyframes dissolve {
  from { opacity:0; transform: scale(0);  }
  to   { opacity:1; transform: scale(1); }
}


/* The element to apply the animation to */
.img_wapper img {
    /*width: 900px;*/
    animation-delay: 1s;
    animation-name: zoomIn;
    animation-duration: 10s;
    animation-fill-mode: forwards;
}

.first_cont img, .slider h2, .voorgrond {
    /*width: 900px;*/
    animation-delay: 1s;
    animation-name: dissolve;
    animation-duration: 1s;
    animation-fill-mode: forwards;
	opacity:0;
}

.secd_slider h2{
	font-size: 7.6rem;
	line-height: 1.1;
	color: #CBB100;
	text-align: center;
	margin-top: 8rem;
	/*max-width: 112.4rem;*/
}
/*.secd_slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 4rem;
}*/
.slider h2,
.first_cont img{
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	/*opacity: 0;*/
	position: relative;
	/*top: 3rem;*/
}
.slider h2{
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.slider .owl-item.active h2,
.slider .owl-item.active .secd_slider img,
.slider .owl-item.active .first_cont img{
	opacity: 1;
	top: 0;
}