/*-----------------------------------------------------------------------------------
	Riddim Record Store
	About: Riddim Record Store
	Author: Riddim
	Version: 1.7.9.9.9
	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;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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:'Algerian';
	src: url('./fonts/Algerian/Algerian%20Regular.woff2');
	src: url('./fonts/Algerian/Algerian%20Regular.woff2') format('woff2'),
	url('./fonts/Algerian/Algerian%20Regular.woff') format('woff'),
	url('./fonts/Algerian/Algerian%20Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Algerian/Algerian%20Regular.ttf') format('truetype'),
	url('./fonts/Algerian/Algerian%20Regular.svg#Algerian') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'AgencyFB-Bold';
	src: url('./fonts/AgencyFB-Bold/AgencyFB-Bold%20700.woff2');
	src: url('./fonts/AgencyFB-Bold/AgencyFB-Bold%20700.woff2') format('woff2'),
	url('./fonts/AgencyFB-Bold/AgencyFB-Bold%20700.woff') format('woff'),
	url('./fonts/AgencyFB-Bold/AgencyFB-Bold%20700.eot?#iefix') format('embedded-opentype'),
	url('./fonts/AgencyFB-Bold/AgencyFB-Bold%20700.ttf') format('truetype'),
	url('./fonts/AgencyFB-Bold/AgencyFB-Bold%20700.svg#AgencyFB-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-pixels::before{
	background: url("img/texture-pixel.gif");
	background-size: 2px 2px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = 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-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}

/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.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;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



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


/* 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:"Helvetica";
}
.container{
	max-width:1140px;
}
.row-style{
	width:100%;
}
.img-style{
	width:355px;
}
.p-style{
	line-height:25px;
	font-size:35px;
	color:#7E7F7E!important;
}
.divider-padding{
	padding-top:6px;
	padding-bottom:6px;
}
.img-bloc-0-style{
	width:355px;
}
.h1-style{
	font-size:25px;
}
.h3-style{
	font-size:30px;
}
.navbar-brand img{
	width:55px;
	height:55px;
}
.bloc-divider-t-fill{
	fill:#FEFFFE;
}
.bloc-divider-b-fill{
	fill:#FEFFFE;
	height:100px;
	width:100%;
}
.link-style{
	font-weight:bold;
	width:89.16%;
	padding-top:10px;
	padding-bottom:10px;
}
.link-info-style{
	font-weight:bold;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.link-contact-style{
	font-weight:bold;
	width:29.83%;
	padding-top:10px;
	padding-bottom:10px;
}
.link-padding{
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
}
.row-10-style{
	width:95.79%;
}
.p-2-style{
	font-size:22px;
	line-height:25px;
}
.h3-3-style{
	font-size:30px;
}
.h3-welkom-bij-style{
	font-size:30px;
	color:#7E7F7E!important;
}
.p-bloc-3-style{
	font-size:24px;
	color:#545555!important;
	line-height:30px;
	font-family:(null);
}
.p-bloc-5-style{
	font-size:22px;
}
.p-14-style{
	font-size:22px;
}
.p-15-style{
	font-size:15px;
}
.html-facebook-widget-style{
	height:400px;
}
.h6-style{
	line-height:26px;
	font-size:18px;
	border-style:_popUpItemAction:;
	background-color:transparent;
	opacity:0.8;
	color:#7D7F7D!important;
}
.background-text{
	padding:10px 10px 10px 10px;
}
.bg{
	background-color:rgba(254,255,254,0.75);
	border-style:solid;
	border-color:rgba(0,0,0,0.10)!important;
	padding:20px 20px 20px 20px;
	border-radius:25px 25px 25px 25px;
}
.button{
	background-color:#EBEAEC;
	background:linear-gradient(0deg, #E3DEE7 0%, #F5F6FA 100%);
	border-style:solid;
	border-color:#B7B7B7!important;
	border-radius:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
}
.posters-button-volgende-pagina-style{
	width:90%;
	color:#5E5E60!important;
}
.posters-button-style{
	width:35%;
}
.button-empty{
	border-style:solid;
	border-color:#B7B7B7!important;
	background-color:#FEFFFE;
	border-radius:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
}
.posters-button-vorige-pagina-style{
	width:90%;
	color:#5D5E60!important;
}
.button-invert{
	background-color:#FEFFFE;
	border-style:solid;
	border-color:#FF2600!important;
	color:#FF2600!important;
	border-radius:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
}
.posters-button-room-2a{
	background-size:auto auto;
	left:15px;
}
.posters-button-room-end{
	right:135px;
}
.posters-button-room-start{
	left:35px;
}
.posters-button-room-1{
	left:45px;
}
.p-10-style{
	font-size:20px;
}
.bg-simple{
	background-color:rgba(254,255,254,0.75);
	border-style:solid;
	border-color:#DFDEE1!important;
	border-width:3px 3px 3px 3px;
}
.row-bloc-5-style{
	width:100%;
	border-color:transparent!important;
	border-style:_popUpItemAction:;
}
.img-bloc-3-style{
	width:200px;
	height:589px;
}
.bg-image{
	border-color:rgba(175,175,175,0.75)!important;
	border-style:solid;
	border-radius:15px 15px 15px 15px;
	border-width:4px 4px 4px 4px;
}
.img-47-style{
	height:589px;
}
.img-48-style{
	height:589px;
}
.img-49-style{
	height:589px;
}
.img-50-style{
	width:539px;
}
.p8{
	bottom:323px;
	left:292px;
}
.row-size{
	height:754px;
}
.p7{
	right:45px;
}
.img-52-style{
	width:531px;
}
.img-53-style{
	height:581px;
}
.img-55-style{
	height:589px;
}
.p14{
	bottom:322px;
}
.row-size-2{
	height:750px;
}
.img-57-style{
	width:537px;
}
.img-58-style{
	height:589px;
}
.p17{
	bottom:325px;
	left:292px;
}
.row-size-3{
	height:730px;
}
.img-61-style{
	height:589px;
}
.img-62-style{
	height:589px;
}
.img-64-style{
	height:366px;
}
.img-65-style{
	height:366px;
}
.img-66-style{
	height:589px;
}
.img-67-style{
	height:589px;
}
.img-68-style{
	height:589px;
}
.button-text{
	font-size:20px;
	color:#5D5E60!important;
	border-style:solid;
	border-color:#000000!important;
	border-radius:5px 5px 5px 5px;
	border-width:2px 2px 2px 2px;
}
.button-alt{
	border-style:solid;
	border-color:#B7B7B7!important;
	background-color:#7F7F7F;
	border-radius:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
}
.divider{
	color:#5D5E60!important;
	border-style:_popUpItemAction:;
	border-color:rgba(175,175,175,0.75)!important;
}
.color-2{
	color:#5E5E60!important;
}
.color-1{
	color:#5D5E60!important;
}
.posters-button-room-4{
	right:45px;
}
.button-room-2{
	right:45px;
}
.posters-buttons-align{
	left:20px;
}
.img-101-style{
	width:247px;
}
.p26{
	height:536px;
	left:50px;
}
.img-100-style{
	width:539px;
}
.p30{
	right:40px;
}
.popup-list-style{
	text-align:center;
	font-weight:bold;
	border-style:solid;
	border-color:#000000!important;
	color:#000000!important;
	background-size:auto auto;
	border-radius:5px 5px 5px 5px;
	border-width:2px 2px 2px 2px;
}
.vinyl-button-room-start{
	left:35px;
}
.vinyl-button-room-1{
	left:45px;
}
.vinyl-button-room-2a{
	background-size:auto auto;
	left:15px;
}
.vinyl-button-room-3{
	right:15px;
}
.vinyl-button-room-end{
	right:105px;
}
.vinyl-buttons-align{
	right:30px;
}
.p33{
	right:40px;
}
.img-118-style{
	height:200px;
	width:400px;
}
.p37{
	bottom:293px;
	left:342px;
}
.row-size-6{
	height:611px;
}
.p35{
	height:610px;
}
.p36{
	left:50px;
}
.uitverkocht-overlay{
	filter:blur(1px);
}
.p40{
	height:350px;
}
.p42{
	height:550px;
	bottom:550px;
	left:50px;
}
.p43{
	bottom:550px;
}
.p41{
	height:900px;
}
.row-size-7{
	height:900px;
}
.posters-button-room-3{
	background-size:auto auto;
	right:15px;
}
.p38{
	height:350px;
}
.p45{
	left:487px;
	bottom:333px;
}
.p46{
	height:664px;
}
.row-size-8{
	height:664px;
}
.posters-buttons-style{
	width:40%;
}
.vinyl-buttons-style{
	width:35%;
}
.vinyl-button-vorige-pagina-style{
	width:90%;
	color:#5D5E60!important;
}
.vinyl-button-volgende-pagina-style{
	width:90%;
	color:#5E5E60!important;
}
.vinyl-button-room-4{
	right:45px;
}
.posters-button-room-5{
	right:75px;
}
.vinyl-button-room-5{
	right:75px;
}
.posters-button-room-6{
	right:105px;
}
.ticker-size{
	width:100%;
}
.h1-bloc-1-style{
	font-size:200px;
}
.nav-posters{
	margin-right:2%;
}
.h1-bloc-2-style{
	font-family:"Algerian";
	font-size:50px;
}
.klok-style{
	font-family:"Algerian";
}
.p-25-style{
	font-size:24px;
	line-height:25px;
	color:#545555!important;
}
.h1-bum-bags-style{
	font-family:"AgencyFB-Bold";
	font-size:90px;
	line-height:90px;
}
.bag-style{
	font-size:24px;
	font-weight:bold;
}
.p-27-style{
	font-size:24px;
	line-height:30px;
}
.merch-marge{
	padding-bottom:3%;
	margin-bottom:3%;
}
.text-test{
	font-weight:bold;
	color:#FF0000!important;
	text-transform:none;
	text-decoration:none;
	font-size:100px;
}
.p-29-style{
	font-size:24px;
}
.merch-marge-down{
	margin-bottom:3%;
}
.img-19-style{
	width:350px;
}
.nav-links{
	position:relative;
}
.nav-home{
	margin-right:2%;
	margin-left:10%;
}
.nav-vinyl{
	margin-right:2%;
}
.nav-info{
	margin-right:2%;
}
.page-buttons-vorige{
	color:#5C5E60!important;
}
.btn-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.page-buttons-volgende{
	color:#5C5E60!important;
	padding-top:0px;
	padding-bottom:0px;
}
.page-buttons{
	padding:1px 10px 1px 10px;
}
.page-buttons-color{
	color:#5C5E60!important;
}
.two-buttons-room-1{
	right:10px;
}
.two-buttons-room-2{
	right:40px;
}
.two-buttons-room-volgende{
	right:6%;
}
.two-buttons-room-vorige{
	left:20px;
}
.two-buttons-room{
	right:3%;
}
.html-widget-style{
	width:100%;
}
.img-rsd-bf-22-p-style{
	height:355px;
	width:460px;
}
.bf{
	height:355px;
}
.carousel-nav-icon{
	stroke:#000000;
}
.h6-style-bigger{
	line-height:26px;
	font-size:24px;
	border-style:_popUpItemAction:;
	background-color:transparent;
	opacity:0.8;
	color:#7D7F7D!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1256:rgba(188,193,193,1.00);
	
	--swatch-var-4029:rgba(255,255,255,1.00);
	
	--swatch-var-5710:rgba(255,0,0,1.00);
	
	--swatch-var-5471:rgba(248,250,253,1.00);
	
	--swatch-var-907:rgba(255,38,0,1.00);
	
	--swatch-var-1188:rgba(255,255,255,1.00);
	
	--swatch-var-5314:rgba(4,51,255,1.00);
	
	--swatch-var-6519:rgba(178,28,22,1.00);
	
	--swatch-var-2620:rgba(0,0,0,1.00);
	
	--swatch-var-5847:rgba(245,222,145,1.00);
	
	--swatch-var-2143:rgba(255,241,187,1.00);
	
}


/* Background colour styles */

.bgc-1256{
	background-color:var(--swatch-var-1256);
}
.bgc-2143{
	background-color:var(--swatch-var-2143);
}

/* Text colour styles */

.tc-2620{
	color:var(--swatch-var-2620)!important;
}
.tc-5710{
	color:var(--swatch-var-5710)!important;
}

/* Button colour styles */

.btn-c-1188{
	background:var(--swatch-var-1188);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1188:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5471{
	background:var(--swatch-var-5471);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5471:hover{
	background:#C5C7CA!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-4029{
	color:var(--swatch-var-4029)!important;
}
.ltc-4029:hover{
	color:#CCCCCC!important;
}
.ltc-907{
	color:var(--swatch-var-907)!important;
}
.ltc-907:hover{
	color:#CC0000!important;
}

/* Bloc image backgrounds */

.bg-riddim-20records-20store-20BG-20small-20invert{
	background-image:url("img/riddim%20records%20store%20BG%20small%20invert.jpg");
	background-image: -webkit-image-set(url("img/riddim%20records%20store%20BG%20small%20invert.webp") 1x,
url("img/riddim%20records%20store%20BG%20small%20invert.webp") 2x);background-image: image-set(url("img/riddim%20records%20store%20BG%20small%20invert.jpg") 1x,
url("img/riddim%20records%20store%20BG%20small%20invert.jpg") 2x,url("img/riddim%20records%20store%20BG%20small%20invert.webp") 1x,
url("img/riddim%20records%20store%20BG%20small%20invert.webp") 2x);
}
.bg-riddim-20records-20store-20BG-20small-20lighter-203{
	background-image:url("img/riddim%20records%20store%20BG%20small%20lighter%203.jpg");
	background-image: -webkit-image-set(url("img/riddim%20records%20store%20BG%20small%20lighter%203.webp") 1x,
url("img/riddim%20records%20store%20BG%20small%20lighter%203.webp") 2x);background-image: image-set(url("img/riddim%20records%20store%20BG%20small%20lighter%203.jpg") 1x,
url("img/riddim%20records%20store%20BG%20small%20lighter%203.jpg") 2x,url("img/riddim%20records%20store%20BG%20small%20lighter%203.webp") 1x,
url("img/riddim%20records%20store%20BG%20small%20lighter%203.webp") 2x);
}
.bg-Riddim-20Record-20Store-20BG-202021-20small-20yesterdays-20vinyl{
	background-image:url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.jpg");
	background-image: -webkit-image-set(url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.webp") 1x,
url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.webp") 2x);background-image: image-set(url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.jpg") 1x,
url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.jpg") 2x,url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.webp") 1x,
url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.webp") 2x);
}
.bg-Riddim-20Record-20Store-20BG-202021-20small-20yesterdays-20vinyl{
	background-image:url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.jpg");
	background-image: -webkit-image-set(url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.webp") 1x,
url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.webp") 2x);background-image: image-set(url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.jpg") 1x,
url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.jpg") 2x,url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.webp") 1x,
url("img/Riddim%20Record%20Store%20BG%202021%20small%20yesterdays%20vinyl.webp") 2x);
}

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



/* = 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){
	.link-info-style{
		padding-top:10px;
		padding-bottom:10px;
	}
	.link-style{
		padding-top:10px;
		padding-bottom:10px;
		width:77.08%;
	}
	.link-contact-style{
		padding-top:10px;
		padding-bottom:10px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.navbar-brand img{
		width:50px;
		height:50px;
	}
	.bg{
		padding:25px 25px 25px 25px;
	}
	.posters-button-room-end{
		left:15px;
	}
	.posters-button-room-2a{
		left:65px;
	}
	.posters-button-room-1{
		left:75px;
	}
	.posters-button-room-start{
		left:75px;
	}
	.p8{
		left:0px;
		bottom:260px;
	}
	.row-size{
		height:1500px;
	}
	.p7{
		right:0px;
	}
	.row-size-2{
		height:1500px;
	}
	.p14{
		right:374px;
		bottom:695px;
	}
	.p10{
		top:24px;
	}
	.row-size-3{
		position:relative;
		height:1500px;
	}
	.p17{
		bottom:261px;
		left:0px;
	}
	.p5{
		left:195px;
	}
	.p9{
		left:195px;
	}
	.p12{
		left:195px;
	}
	.p16{
		left:195px;
	}
	.posters-button-room-4{
		right:0px;
		left:45px;
	}
	.posters-buttons-align{
		left:0px;
	}
	.p26{
		height:380px;
		left:0px;
	}
	.p30{
		right:0px;
		height:655px;
		bottom:24px;
	}
	.p31{
		bottom:40px;
	}
	.row-size-4{
		height:1320px;
	}
	.p8-alt{
		bottom:284px;
	}
	.vinyl-button-room-start{
		left:85px;
	}
	.vinyl-button-room-1{
		left:85px;
	}
	.vinyl-button-room-2a{
		left:75px;
	}
	.vinyl-button-room-3{
		left:65px;
	}
	.vinyl-button-room-end{
		left:35px;
	}
	.vinyl-buttons-align{
		right:50px;
	}
	.p33{
		right:0px;
	}
	.p36{
		left:0px;
	}
	.p37{
		left:0px;
		bottom:261px;
	}
	.p35{
		height:650px;
	}
	.p39{
		left:180px;
	}
	.row-size-6{
		height:1220px;
	}
	.posters-button-room-3{
		left:55px;
		right:0px;
	}
	.p43{
		bottom:0px;
	}
	.p40{
		height:405px;
	}
	.row-size-7{
		height:1510px;
	}
	.p42{
		left:374px;
		height:431px;
		bottom:431px;
	}
	.p41{
		height:1105px;
	}
	.posters-buttons-align-extra{
	}
	.p38{
		height:405px;
	}
	.p45{
		left:311px;
		bottom:288px;
	}
	.p46{
		height:574px;
	}
	.row-size-8{
		height:574px;
	}
	.row-big-align{
	}
	.vinyl-buttons-style{
		width:50%;
	}
	.h1-style{
		line-height:0px;
	}
	.posters-button-room-5{
		left:35px;
	}
	.posters-button-style{
		width:50%;
	}
	.vinyl-button-room-4{
		left:55px;
	}
	.vinyl-button-room-5{
		left:45px;
	}
	.posters-button-room-6{
		left:25px;
	}
	.nav-links{
		right:15px;
		margin-right:5%;
	}
	.h1-bum-bags-style{
		font-size:75px;
		line-height:75px;
	}
	.merch-marge{
		margin-bottom:4%;
		padding-bottom:4%;
	}
	.merch-marge-down{
		margin-bottom:4%;
	}
	.nav-contact{
		margin-left:7%;
	}
	.nav-posters{
		margin-left:40px;
		margin-right:7%;
	}
	.nav-home{
		margin-left:3%;
	}
	.nav-info{
		margin-left:7%;
		margin-right:0%;
	}
	.nav-vinyl{
		margin-left:4%;
	}
	.two-buttons-room{
		right:0px;
		left:2%;
	}
	.two-buttons-room-1{
		right:60px;
	}
	.two-buttons-room-2{
		right:60px;
	}
	.two-buttons-room-volgende{
		right:62px;
	}
	.btn-padding{
	}
	.page-buttons-volgende{
	}
	.two-buttons-room-vorige{
		left:27px;
	}
	.bf{
		height:274px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
		.voffset-md-md{
		margin-top:50px;
	}
	
}

@media (max-width: 767px){
	.link-style{
		font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
		width:97.83%;
	}
	.link-info-style{
		font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
	}
	.link-contact-style{
		font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
	}
	.posters-button-room-start{
		background-size:auto auto;
		left:25px;
		bottom:15px;
	}
	.posters-button-vorige-pagina-style{
	}
	.posters-button-room-end{
		top:30px;
		left:55px;
	}
	.posters-button-room-1{
		top:10px;
		left:0px;
	}
	.posters-button-room-2a{
		top:10px;
		left:0px;
	}
	.row-size{
		height:2200px;
	}
	.p8{
		bottom:775px;
	}
	.p5{
		top:315px;
		left:0px;
	}
	.p10{
		top:0px;
	}
	.row-size-2{
		height:2500px;
	}
	.p14{
		bottom:0px;
		right:0px;
	}
	.p9{
		left:0px;
	}
	.p12{
		left:0px;
	}
	.p16{
		left:0px;
	}
	.row-size-3{
		height:2200px;
	}
	.p17{
		bottom:0px;
	}
	.posters-button-room-4{
		top:10px;
		left:0px;
	}
	.p30{
		height:1100px;
		bottom:0px;
	}
	.p31{
		height:1080px;
		bottom:0px;
	}
	.row-size-4{
		height:3300px;
	}
	.p26{
		height:530px;
	}
	.page-row-size{
	}
	.posters-buttons-align{
		height:100px;
		left:10px;
	}
	.posters-buttons-align-extra{
	}
	.aanbiedingen-style{
		padding-bottom:35px;
	}
	.vinyl-button-room-start{
		background-size:auto auto;
		left:25px;
		bottom:15px;
	}
	.vinyl-button-room-1{
		top:10px;
		left:50px;
	}
	.vinyl-button-room-2a{
		left:40px;
		top:10px;
	}
	.vinyl-button-room-3{
		right:0px;
		top:10px;
		left:30px;
	}
	.vinyl-button-room-end{
		top:30px;
		left:15px;
	}
	.vinyl-buttons-align{
		height:100px;
		left:10px;
	}
	.vinyl-buttons-align-extra{
	}
	.nav-vinyl{
		margin-left:0%;
		margin-right:5%;
	}
	.row-size-6{
		height:2800px;
	}
	.p36{
		bottom:1px;
	}
	.p35{
		height:1100px;
	}
	.p39{
		left:0px;
		height:930px;
		top:350px;
	}
	.p37{
		bottom:952px;
	}
	.posters-button-room-3{
		left:0px;
		top:10px;
	}
	.p40{
		height:630px;
	}
	.p41{
		height:1950px;
	}
	.row-size-7{
		height:4704px;
	}
	.p42{
		left:0px;
		bottom:0px;
		height:580px;
	}
	.button{
		color:#5D5E60!important;
	}
	.p38{
		height:350px;
	}
	.row-size-8{
		height:1506px;
	}
	.p46{
		height:748px;
	}
	.p45{
		left:0px;
		bottom:0px;
	}
	.posters-button-volgende-pagina-style{
		width:100%;
	}
	.row-small-mid{
	}
	.button-empty{
		color:#5D5E60!important;
	}
	.button-invert{
		color:#FF2600!important;
	}
	.btn-padding{
	}
	.posters-button-vorige-pagina-alt{
		margin-bottom:3%;
	}
	.posters-button-volgende-pagina-alt{
		margin-top:3%;
	}
	.posters-buttons-style-alt{
		width:30px;
		height:30px;
		text-decoration:none;
		padding:0px 0px 0px 0px;
	}
	.posters-buttons-style-alt-kolom{
		margin-right:5px;
	}
	.posters-button-1-style-alt-kolom{
		margin-left:140px;
	}
	.vinyl-buttons-style{
		width:40%;
		text-decoration:none;
		padding:0px 0px 0px 0px;
	}
	.vinyl-button-vorige-pagina-style{
	}
	.vinyl-button-volgende-pagina-style{
		width:100%;
	}
	.posters-button-room-5{
	}
	.posters-buttons-align-alt{
	}
	.vinyl-button-vorige-pagina-alt{
		margin-bottom:3%;
	}
	.vinyl-button-volgende-pagina-alt{
		margin-top:3%;
	}
	.vinyl-buttons-style-alt{
		width:30px;
		height:30px;
		text-decoration:none;
		padding:0px 0px 0px 0px;
	}
	.vinyl-buttons-align-alt{
	}
	.vinyl-buttons-style-alt-kolom{
		margin-right:20px;
	}
	.vinyl-button-1-style-alt-kolom{
		margin-left:130px;
	}
	.nav-links{
		right:15px;
		margin-right:4%;
	}
	.nav-info{
		left:50px;
		margin-left:7%;
	}
	.nav-contact{
		left:40px;
		margin-left:7%;
	}
	.h1-bloc-2-style{
		font-size:45px;
	}
	.h1-bum-bags-style{
		font-size:65px;
		line-height:65px;
	}
	.merch-marge{
		margin-bottom:5%;
		padding-bottom:5%;
	}
	.merch-marge-down{
		margin-bottom:5%;
	}
	.nav-home{
		margin-left:2%;
		margin-right:0%;
	}
	.nav-posters{
		margin-right:1%;
	}
	.nav{
	}
	.two-buttons-room{
		left:40px;
	}
	.two-buttons-room-1{
		right:0px;
		left:220px;
		position:relative;
	}
	.two-buttons-room-2{
		right:0px;
		left:235px;
	}
	.two-buttons-room-volgende{
		right:0px;
	}
	.page-buttons-vorige{
		margin-bottom:3%;
	}
	.page-buttons-volgende{
		margin-top:3%;
	}
	.p-6-style{
		font-size:4px;
	}
	.bf{
		width:355px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
		.voffset-md-sm{
		margin-top:50px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
		bottom:100px;
	}
	.p-style{
		line-height:35px;
	}
	.posters-button-room-start{
		bottom:15px;
		left:10px;
	}
	.posters-button-room-1{
		top:10px;
		margin-right:5px;
	}
	.posters-button-room-2a{
		top:10px;
		margin-right:5px;
	}
	.posters-button-vorige-pagina-style{
		width:100%;
	}
	.button-empty{
		color:#5D5E60!important;
	}
	.posters-button-room-end{
		top:30px;
		left:77px;
	}
	.row-size-2{
		height:1900px;
	}
	.nav-color{
		border-color:#FEFFFE!important;
		color:#FEFFFE!important;
		fill:#FEFFFE;
		stroke:#FEFFFE;
	}
	.link-style{
		width:100%;
		padding:5px 5px 5px 5px;
	}
	.nav-links{
		right:0px;
		bottom:30px;
		margin-right:5%;
		left:5%;
	}
	.link-info-style{
		padding:5px 5px 5px 5px;
	}
	.link-contact-style{
		width:87.5%;
		padding:5px 5px 5px 5px;
	}
	.nav-posters{
		left:12px;
		margin-right:1%;
	}
	.nav-size{
		position:relative;
		height:80px;
	}
	.row-size{
		height:2100px;
	}
	.p5{
		top:255px;
	}
	.p8{
		bottom:795px;
	}
	.posters-button-room-4{
		margin-right:5px;
	}
	.p30{
		height:640px;
		bottom:0px;
	}
	.p31{
		height:630px;
		bottom:0px;
	}
	.row-size-4{
		height:1950px;
	}
	.p26{
		bottom:0px;
		height:370px;
	}
	.p27{
		bottom:0px;
	}
	.p28{
		bottom:0px;
	}
	.p29{
		bottom:0px;
	}
	.posters-buttons-align{
		left:0px;
		height:100px;
	}
	.posters-button-style{
		width:60%;
	}
	.button-invert{
		color:#FF2600!important;
	}
	.button{
		color:#5D5E60!important;
	}
	.p15{
		bottom:40px;
	}
	.p16{
		bottom:80px;
	}
	.p17{
		bottom:70px;
	}
	.p18{
		bottom:100px;
	}
	.p22{
		bottom:100px;
	}
	.row-size-5{
		height:2700px;
	}
	.test{
	}
	.posters-buttons-align-extra{
		right:10px;
	}
	.p1{
		bottom:0px;
	}
	.p2{
	}
	.vinyl-button-room-start{
		bottom:10px;
		left:50px;
	}
	.vinyl-button-room-1{
		top:10px;
		left:25px;
	}
	.vinyl-button-room-2a{
		left:25px;
		top:10px;
	}
	.vinyl-button-room-3{
		left:25px;
	}
	.vinyl-button-room-end{
		top:30px;
		left:23px;
	}
	.vinyl-buttons-align{
		height:100px;
		left:0px;
	}
	.vinyl-buttons-align-extra{
		right:12px;
	}
	.nav-vinyl{
		margin-right:-1%;
	}
	.nav-logo{
	}
	.p35{
		height:640px;
	}
	.p39{
		height:560px;
		top:277px;
	}
	.row-size-6{
		height:1780px;
	}
	.p37{
		bottom:566px;
		position:relative;
	}
	.p36{
		bottom:2px;
	}
	.posters-button-room-3{
		top:10px;
		margin-right:5px;
	}
	.p40{
		height:390px;
	}
	.p41{
		height:1075px;
	}
	.p42{
		height:375px;
	}
	.row-size-7{
		height:2777px;
	}
	.p38{
		height:250px;
	}
	.p46{
		height:448px;
	}
	.row-size-8{
		height:993px;
	}
	.posters-button-volgende-pagina-style{
		width:100%;
	}
	.row-small-mid{
		width:290px;
	}
	.posters-buttons-style{
		width:60%;
	}
	.posters-buttons{
	}
	.btn-padding{
	}
	.posters-buttons-style-alt{
		width:30px;
		height:30px;
	}
	.posters-button-vorige-pagina-alt{
		margin-bottom:7%;
	}
	.posters-button-volgende-pagina-alt{
		margin-top:7%;
	}
	.posters-buttons-align-alt{
		position:relative;
		left:10px;
	}
	.posters-button-1-style-alt-kolom{
		margin-left:0px;
	}
	.posters-buttons-style-alt-kolom{
		margin-right:0px;
	}
	.vinyl-buttons-style{
		width:60%;
		padding:0px 0px 0px 0px;
	}
	.vinyl-button-vorige-pagina-style{
		width:100%;
	}
	.vinyl-button-volgende-pagina-style{
		width:100%;
	}
	.posters-button-room-5{
	}
	.vinyl-button-vorige-pagina-alt{
		margin-bottom:7%;
	}
	.vinyl-button-volgende-pagina-alt{
		margin-top:7%;
	}
	.vinyl-buttons-style-alt{
		width:30px;
		height:30px;
	}
	.vinyl-buttons-align-alt{
		position:relative;
	}
	.vinyl-buttons-style-alt-kolom{
		margin-right:0px;
	}
	.vinyl-button-1-style-alt-kolom{
		margin-left:20px;
	}
	.nav-info{
		left:0px;
		margin-left:2%;
	}
	.nav-contact{
		left:0px;
		margin-left:1%;
	}
	.h1-bum-bags-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-bloc-2-style{
		font-size:40px;
	}
	.merch-marge{
		padding-bottom:7%;
		margin-bottom:7%;
	}
	.merch-marge-down{
		margin-bottom:7%;
	}
	.nav-home{
		position:relative;
		margin-right:2%;
	}
	.hamburger{
		color:#FEFFFE!important;
		background-color:#FEFFFE;
	}
	.nav{
		padding-left:0%;
		position:relative;
	}
	.two-buttons-room-1{
		left:95px;
		position:relative;
	}
	.page-buttons-vorige{
		margin-bottom:7%;
	}
	.page-buttons-volgende{
		margin-top:7%;
	}
	.two-buttons-room{
		left:20px;
	}
	.two-buttons-room-2{
		left:105px;
		position:relative;
	}
	.p-6-style{
		font-size:3px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

