/*-----------------------------------------------------------------------------------
	Lego Website
	About: Lego Collection Website
	Author: Theo
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'CeraPRO-Medium';
	src: url('./fonts/CeraPRO-Medium/Cera%20PRO%20Medium.woff');
	src: url('./fonts/CeraPRO-Medium/Cera%20PRO%20Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"CeraPRO-Medium";
}
.container{
	max-width:1140px;
}
.img-21310-home{
	width:253px;
	height:252px;
}
.row-style{
	width:100%;
	padding-left:1px;
	padding-right:1px;
}
.img-21310-al-style{
	width:100px;
	height:50px;
	border-radius:0px 0px 0px 0px;
}
.img-2-style{
	height:100px;
	width:90px;
}
.img-3-style{
	width:100px;
	overflow:scroll;
	display:flex;
	height:100px;
}
.p-style{
	line-height:16pt;
	font-size:32px;
	width:100%;
	font-family:"CeraPRO-Medium";
}
.p-bloc-1-style{
	font-size:14pt;
	line-height:16pt;
	width:100%;
	color:#000000!important;
	font-family:"CeraPRO-Medium";
}
.p-2-style{
	font-size:32pt;
	line-height:48pt;
	width:100%;
}
.carousel-style{
	background-size:length;
	max-width:450px;
}
.row-bloc-1-style{
	width:76.23%;
}
.bloc-slide-right{
	max-height:550px;
	overflow:scroll;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:10px;
	padding-bottom:33px;
	border-style:_popUpItemAction:;
	background-color:rgba(0,0,0,0.08);
}
.carousel-indicators .active{
	overflow:scroll;
}
.p-bloc-21310-style{
	font-size:14px;
	width:100%;
	font-family:"CeraPRO-Medium";
	color:#02863A!important;
}
.container-div-style{
	width:100%;
	height:40px;
}
.btn-style{
	width:82.67%;
	color:#000000!important;
	font-size:16px;
	border-radius:8px 8px 8px 8px;
}
.row-1-style{
	width:100%;
	padding-bottom:0px;
	margin-bottom:-12px;
}
.navbar-brand img{
	height:60px;
}
.img-10307-home{
	height:252px;
}
.img-21335-home{
	height:252px;
}
.img-10264-home{
	height:252px;
}
.bloc-padding-left{
	background-size:auto auto;
	max-height:550px;
}
.img-103071-carousel{
	width:0px;
	text-transform:none;
	text-decoration:none;
	float:none;
	position:relative;
	right:-100px;
	max-width:300px;
	max-height:539px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.img-10297-home{
	height:252px;
	border-style:_popUpItemAction:;
}
.p-21-style{
	font-size:14px;
	color:#CF021A!important;
	font-family:"CeraPRO-Medium";
}
.p-20-style{
	font-size:24px;
	font-weight:bold;
	color:#000000!important;
	font-family:"CeraPRO-Medium";
	margin:0px 0px 0px 0px;
}
.img-2131010-alt-style{
	margin-top:70px;
}
.h3-bloc-21310-style{
	width:29.48%;
}
.p-17281-style{
	font-size:18px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000000!important;
	height:75px;
	text-indent:px;
	font-family:"CeraPRO-Medium";
	width:100%;
	padding-right:0px;
}
.img-bloc-21310-style{
	width:119px;
	padding-right:0px;
	border-radius:0px 0px 0px 0px;
}
.p-25-style{
	font-size:32px;
	color:#000000!important;
	width:100%;
	font-family:"CeraPRO-Medium";
	opacity:1.0;
}
.container-div-bloc-1-style{
	height:40px;
}
.container-div-0-style{
	height:40px;
}
.container-div-0-bloc-1-style{
	height:40px;
}
.container-div-23307-style{
	height:40px;
}
.img-10303-home{
	height:252px;
}
.img-10270-home{
	height:252px;
}
.img-76405-home{
	height:252px;
}
.img-10278-home{
	height:252px;
}
.img-76218-al-style{
	height:252px;
}
.img-10255-al-style{
	height:252px;
}
.img-71043-al-style{
	height:252px;
}
.img-76178-al-style{
	height:252px;
}
.img-71374-al-style{
	height:252px;
}
.img-10273-al-style{
	height:252px;
}
.img-10305-al-style{
	height:252px;
}
.img-21330-bo-style{
	height:252px;
}
.img-21326-al-style{
	height:252px;
}
.img-10261-al-style{
	height:252px;
}
.img-21325-al-style{
	height:252px;
}
.img-10257-al-style{
	height:252px;
}
.img-21318-al-style{
	height:252px;
}
.img-75308-al-style{
	height:252px;
}
.img-21322-al-style{
	height:252px;
}
.img-60198-al-style{
	height:252px;
}
.img-71741-al-style{
	height:252px;
}
.img-75309-al-style{
	height:252px;
}
.img-76139-al-style{
	height:252px;
}
.img-10275-al-style{
	height:252px;
}
.img-10267-al-style{
	height:252px;
}
.img-40579-al-style{
	height:252px;
}
.img-10293-al-style{
	height:252px;
}
.img-10274-al-style{
	height:252px;
}
.img-10277-home{
	height:252px;
}
.img-21324-home{
	height:252px;
	width:295px;
	border-radius:0px 0px 0px 0px;
}
.img-40567-home{
	height:252px;
}
.img-21316-home{
	height:252px;
}
.p-2-bloc-1-style{
	font-size:16px;
	font-family:"CeraPRO-Medium";
}
.home-bedragen{
	font-weight:bold;
	font-family:"CeraPRO-Medium";
}
.p-37460-style{
	font-family:"CeraPRO-Medium";
}
.home-titels{
	font-family:"CeraPRO-Medium";
}
.p-3-style{
	font-family:"CeraPRO-Medium";
}
.img-1030718{
	width:90px;
	max-height:539px;
}
.img-103070{
	width:77px;
}
.img103076{
	width:109px;
	height:80px;
}
.img-103072-carousel{
	height:551px;
	max-width:450px;
}
.img-1030713{
	margin:80px 80px 80px 80px;
}
.img-103074-carousel{
	max-height:539px;
	max-width:360px;
	background-size:auto auto;
	position:sticky;
	left:60px;
	margin:0px 0px 0px 0px;
}
.img-1030715{
	max-height:539px;
}
.img-103077-carousel{
	margin:57px 57px 57px 57px;
}
.img-scroll-size{
	height:100px;
	width:100px;
}
.img-scroll-10297-style{
	width:100px;
}
.img-213351-alt-style{
	max-height:539px;
	max-width:420px;
}
.img-213352-alt-style{
	max-height:539px;
	max-width:420px;
	position:sticky;
	left:50px;
	margin:0px 0px 0px 0px;
}
.img-102971-alt-style{
	max-height:539px;
	max-width:380px;
}
.img-carousel-size{
	max-height:539px;
}
.img-carousel-midden-size{
	margin:120px 0px 0px 0px;
	padding:0% 0% 0% 0%;
}
.img-102975-alt-style{
	margin:121px 121px 121px 121px;
}
.img-102976-alt-style{
	margin:119px 119px 119px 119px;
}
.img-103071-scroll{
	width:70px;
	height:100px;
}
.img-103076-scroll{
	width:113px;
	height:63px;
}
.img-carousel-onder{
	margin-top:165px;
}
.img-1030711-carousel{
	max-height:539px;
	max-width:200px;
	position:sticky;
	left:150px;
}
.img-1030714-carousel{
	max-height:539px;
	max-width:450px;
	position:sticky;
	left:50px;
}
.img-213351-carousel{
	max-height:539px;
	max-width:400px;
}
.img-213353-carousel{
	max-height:539px;
	max-width:350px;
	position:sticky;
	left:60px;
}
.img-213354-carousel{
	max-height:539px;
	left:100px;
	position:sticky;
	max-width:300px;
}
.img-213355-carousel{
	position:sticky;
	left:100px;
	max-height:539px;
	max-width:300px;
}
.img-213358-carousel{
	max-height:539px;
	max-width:350px;
	position:sticky;
	left:50px;
}
.img-213356-carousel{
	max-height:539px;
	max-width:220px;
	position:sticky;
	left:150px;
}
.img-2133513-carousel{
	max-height:539px;
	max-width:400px;
	left:50px;
	position:sticky;
}
.img-1026411-scroll{
	height:36px;
	width:122px;
}
.img-103031-scroll{
	max-height:539px;
	max-width:400px;
	left:50px;
	position:sticky;
	margin:26px 26px 26px 26px;
}
.img-103033-scroll{
	max-height:539px;
	max-width:400px;
	position:sticky;
	left:50px;
	margin:37px 37px 37px 37px;
}
.img-103034-scroll{
	max-height:539px;
	max-width:400px;
	position:sticky;
	left:50px;
	margin:41px 41px 41px 41px;
}
.img-103038-scroll{
	max-height:539px;
	max-width:300px;
	position:sticky;
	left:100px;
}
.text-overlay{
	position:absolute;
	width:100%;
	text-align:left;
	font-family:"CeraPRO-Medium";
	top:120px;
}
.h4-style{
	font-size:18px;
	color:#000000!important;
}
.h4-1-style{
	font-size:40px;
	color:#000000!important;
	font-family:"CeraPRO-Medium";
}
.text-overlay2{
	position:absolute;
	width:100%;
	bottom:130px;
	margin:0px 0px 0px 0px;
}
.p-bloc-30-style{
	font-family:"CeraPRO-Medium";
}
.h1-style{
	font-size:32px;
	margin-bottom:8px;
}
.p-167-style{
	font-size:14px;
	font-family:"CeraPRO-Medium";
}
.h3-style{
	font-size:20px;
	font-family:"CeraPRO-Medium";
}
.p-170-style{
	font-size:14px;
	font-family:"CeraPRO-Medium";
}
.h3-10-style{
	font-size:20px;
	font-family:"CeraPRO-Medium";
}
.h3-11-style{
	font-size:20px;
	font-family:"CeraPRO-Medium";
}
.h3-12-style{
	font-size:20px;
	font-family:"CeraPRO-Medium";
}
.h3-coffee-break-style{
	font-size:20px;
	font-family:"CeraPRO-Medium";
}
.h3-8-style{
	font-size:20px;
	font-family:"CeraPRO-Medium";
}
.p-168-style{
	font-size:14px;
	font-family:"CeraPRO-Medium";
}
.p-169-style{
	font-size:14px;
	font-family:"CeraPRO-Medium";
}
.p-172-style{
	font-size:14px;
	font-family:"CeraPRO-Medium";
}
.p-171-style{
	font-size:14px;
	font-family:"CeraPRO-Medium";
}
.img-102781-carousel{
	max-height:539px;
	max-width:400px;
	position:sticky;
	left:50px;
}
.img-762181-carousel{
	max-height:539px;
}
.img-761781-carousel{
	max-height:539px;
	max-width:250px;
	position:sticky;
	left:60px;
}
.img-761782-carousel{
	max-height:539px;
	max-width:400px;
}
.img-761763-carousel{
	max-height:539px;
	max-width:250px;
	position:sticky;
	left:60px;
}
.img-102731-carousel{
	max-height:539px;
	max-width:280px;
	position:sticky;
	left:50px;
}
.img-76139-dc{
	height:40px;
	width:42px;
}
.link-style{
	width:100%;
}
.img-style{
	width:94px;
}
.field-style{
	width:45.41%;
}
.container-div-bloc-2-style{
	width:23.51%;
}
.p-bloc-2-style{
	width:31.75%;
	font-size:16px;
}
.btn-sort-by-style{
	width:100%;
}
.list-style{
	width:100%;
	border-style:_popUpItemAction:;
	border-color:#FFFFFF!important;
	flex-direction:column;
	background-color:#FFFFFF;
	font-family:"CeraPRO-Medium";
	color:#000000!important;
}
.row-bloc-124-style{
	width:100%;
}
.bloc-margin-top{
	margin-top:0px;
	padding-top:0px;
}
.bloc-padding-top{
	padding-top:0px;
}
.bloc-bloc-123-margin-top{
	margin-top:-1px;
}
.h1-1-style{
	font-size:36px;
}
.homepage-text{
	background-size:auto auto;
	width:1000px;
}
.homepage-alipine{
	position:absolute;
	right:100px;
	text-align:right;
	color:#FFFFFF!important;
	font-size:14pt;
	bottom:500px;
}
.homepage-galileo{
	position:absolute;
	left:50px;
	font-size:14pt;
	top:1200px;
}
.p-1142-style{
	font-size:16pt;
}
.p-1141-style{
	font-size:16pt;
}
.p-1140-style{
	font-size:16pt;
}
.p-1139-style{
	font-size:16pt;
}
.p-1138-style{
	font-size:16pt;
}
.p-1137-style{
	font-size:16pt;
}
.homepage-museum{
	position:absolute;
	text-align:right;
	right:100px;
	font-size:14pt;
	top:500px;
}
.column-exclusives{
	background-color:rgba(159,167,171,0.10);
}
.bloc-bloc-131-margin-top{
	margin-top:-20px;
}
.row-padding-left{
	padding-left:15px;
	padding-right:15px;
}
.img-padding-top{
	padding-top:0px;
	margin-top:-31px;
}
.bloc-bloc-21310-padding-right{
	padding-right:0px;
	padding-left:0px;
}
.bloc-0-padding-right{
	padding-right:0px;
	padding-left:0px;
}
.row-margin-right{
	margin-right:-47px;
}
.p-bloc-binnenkort{
	font-family:"CeraPRO-Medium";
	color:#FC7F24!important;
	font-size:14px;
}
.column-scroll-bottom{
	display:flex;
	overflow:scroll;
}
.row-bloc-4-style{
	width:100%;
}
.p-margin-bottom{
	margin-bottom:-8px;
}
.bloc-0-bloc-21310-padding-right{
	padding-right:0px;
	padding-left:1px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.img-910029-home{
	height:253px;
	width:321px;
}
.bloc-padding-bottom{
	padding-bottom:0px;
}
.bloc-bloc-1-padding-left{
	padding-left:0px;
	padding-right:72px;
}
.btn-button-style{
	margin-left:15px;
	border-radius:25px 25px 25px 25px;
}
.nav-tab-class-bricklink{
	font-weight:normal;
	font-size:20px;
	border-style:_popUpItemAction:;
}
.list-margin-bottom{
	margin-bottom:38px;
}
.img-bloc-179-style{
	width:581px;
}
.bloc-bloc-1-padding-right{
	padding-right:0px;
	padding-left:0px;
}
.homepage-falcon{
	position:absolute;
	font-size:30px;
	bottom:190px;
	text-align:right;
	right:80px;
}
.flacon-tekst{
	font-size:1px;
}
.homepage-falcon2{
	position:absolute;
	right:80px;
	font-size:13px;
	text-align:right;
	font-weight:normal;
	bottom:100px;
}
.text-showing-products{
	height:35px;
}
.img_40726_home{
	max-height:250px;
	width:187px;
}
.h1-8-style{
	width:84.14%;
	font-weight:bold;
}
.p-2397-style{
	width:83.6%;
}
.email-ons-knop{
	position:absolute;
	right:100px;
}
.th_img_homepage{
	height:252px;
}
.img_10355_homepage{
	height:252px;
}
.img_40729_homepage{
	height:228px;
}
.img_75290_homepage{
	height:252px;
}
.tekst_test{
	width:353px;
}
.button_homepage_collection{
	top:200px;
	left:100px;
	float:initial;
	position:absolute;
}
.homepage_collection{
	position:absolute;
	left:400px;
	top:200px;
}
.homepage_colleciotn-_button{
	position:absolute;
	top:200px;
	left:470px;
	font-size:25px;
	background:linear-gradient(0deg, #000000 100%, #FFFFFF 100%);
	font-family:"CeraPRO-Medium";
	color:#FFFFFF!important;
	border-radius:10px 10px 10px 10px;
}
.link{
	color:#FFFFFF!important;
}
.img-21330-pr-style{
	width:255px;
}
.img-bloc-2-style{
	width:143px;
	height:129px;
}
.img-4-style{
	width:167px;
	caret-color:transparent;
	height:129px;
}
.img-5-style{
	width:80px;
}
.img-7-style{
	width:80px;
}
.img-9-style{
	width:120px;
}
.img-11-style{
	width:80px;
}
.h2-margin-bottom{
	margin-bottom:24px;
	margin-top:13px;
}
.h3-28-style{
	font-size:22px;
}
.p-262-style{
	font-size:16px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-tangerine-yellow{
	background-color:#FFCF00;
}
.bgc-up-maroon{
	background-color:#7C121A;
}
.bgc-medium-turquoise{
	background-color:#50C0D3;
}
.bgc-saffron{
	background-color:#FBC421;
}
.bgc-bulgarian-rose{
	background-color:#480909;
}
.bgc-indigo-dye{
	background-color:#004270;
}
.bgc-indigo-dye-2{
	background-color:#004270;
}
.bgc-black{
	background-color:#000000;
}
.bgc-maya-blue{
	background-color:#78BEE9;
}
.bgc-dark-jungle-green{
	background-color:#091D2F;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-black{
	color:#000000!important;
}

/* Button colour styles */

.btn-pumpkin{
	background:#FC7F24;
	color:#FFFFFF!important;
}
.btn-pumpkin:hover{
	background:#ca661d!important;
	color:#FFFFFF!important;
}
.btn-dark-slate-gray{
	background:#2F4C5E;
	color:#FFFFFF!important;
}
.btn-dark-slate-gray:hover{
	background:#263d4b!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.mag-icon [data-blocs-search="true"]{
	  padding-left:30px;
}
.mag-icon::after{
	  content:"";
	  position: absolute;
	  display: block;
	  height: 20px;
	  width: 20px;
	  margin: auto 0 auto 8px;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==") no-repeat center center;
	  background-size: 20px;
}
.dark-search-theme [data-blocs-search="true"]{
	  background:rgba(0,0,0,.8);
	  color: rgba(255,255,255,.8);
}
.dark-search-theme.mag-icon::after{
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTUuODUzIDE2LjU2Yy0xLjY4MyAxLjUxNy0zLjkxMSAyLjQ0LTYuMzUzIDIuNDQtNS4yNDMgMC05LjUtNC4yNTctOS41LTkuNXM0LjI1Ny05LjUgOS41LTkuNSA5LjUgNC4yNTcgOS41IDkuNWMwIDIuNDQyLS45MjMgNC42Ny0yLjQ0IDYuMzUzbDcuNDQgNy40NC0uNzA3LjcwNy03LjQ0LTcuNDR6bS02LjM1My0xNS41NmM0LjY5MSAwIDguNSAzLjgwOSA4LjUgOC41cy0zLjgwOSA4LjUtOC41IDguNS04LjUtMy44MDktOC41LTguNSAzLjgwOS04LjUgOC41LTguNXoiLz48L3N2Zz4=") no-repeat center center;
	  background-size: 20px;
}
.blocs-search-results a:hover{
	background:rgba(0,0,0,.1);
}
.dark-results-theme .blocs-search-results{
	background: #212529;
}
.search-input-rounded [data-blocs-search="true"]{
	border-radius: 1.5rem;
}
.search-trans-fill [data-blocs-search="true"]{
	background:rgba(255,255,255,.5);
}
.search-trans-fill [data-blocs-search="true"]:focus{
	background:rgba(255,255,255,1);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]{
	background:rgba(0,0,0,.5);
}
.search-trans-fill.dark-search-theme [data-blocs-search="true"]:focus{
	background:rgba(0,0,0,1);
}
.blocs-search-results{
	width:100%;
	max-height: 282px;
	overflow-y: scroll;
}
.blocs-search-results a{
	overflow: hidden;
	text-overflow: ellipsis;
}
.blocs-search-results a:focus{
	background:rgba(0,0,0,.15);
}
.dark-results-theme .blocs-search-results a:hover,.dark-results-theme .blocs-search-results a:focus{
	background:rgba(255,255,255,.1);
}
.dark-search-theme [data-blocs-search="true"]::placeholder {
	color: rgba(255,255,255,.3);
}
.blocs-search-results span{
	font-size: 13px;
}
.hide-search-results .blocs-search-results{
	display: none!important}/* WP Widget Styling */.widget-zone ul{
	list-style: none;
	padding: 0;
}
.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.carousel-style{
		width:100%;
	}
	.img-21310-al-style{
		width:100px;
	}
	.img-2-style{
		width:100px;
	}
	.img-3-style{
		width:100px;
	}
	
}

@media (max-width: 767px){
	.carousel-style{
		width:100%;
	}
	.p-style{
		width:100%;
	}
	.p-2-style{
		width:100%;
	}
	.p-bloc-1-style{
		width:100%;
	}
	.img-21310-al-style{
		width:70px;
	}
	.img-2-style{
		width:70px;
	}
	.img-3-style{
		width:70px;
	}
	.row-style{
		width:77.09%;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
}

