@charset "utf-8";

#top-contacts {
	background-color: #060606;
	padding: 10px 30px;
}

	.top-contacts-item {
		display: inline-block;
		font-size: 14px;
		color: #ccc;
		margin-right: 30px;
	}
		.top-contacts-item i {
			vertical-align: middle;
			font-size: 20px;
			color: #888;
			margin-right: 10px;
		}
		
		.top-contacts-content {
			display: inline-block;
		}
		
		a.top-contacts-content {
			text-decoration: underline;
		}

#sticky-menubar {
	top: 0px;
	position: sticky;
	display: flex;
	align-items: center;
	height: 100px;
	width: 100%;
	padding: 0 40px;
	background-color: rgba(0,0,0,0.8);
	z-index: 9;
}

	.menu-logo {
		flex: 0 0 220px;
		padding: 8px;
		text-align: center;
	}
		
		.menu-logo img {
			display: inline-block;
		}
	
	.menu-buttons {
		flex-grow: 1;
		text-align: center;
	}
	
		.menu-buttons>.button {
			font: 300 16px 'Schibsted Grotesk', sans-serif;
			letter-spacing: 1px;
			display: inline-block;
			padding: 40px 15px;
			cursor: pointer;
			color: #fff;
		}
		
		.menu-buttons>.button:hover {
			color: #ddd;
		}
		
		.menu-buttons>.button:hover > .menu-button-hidden {
			top: 100px;
			opacity: 1;
			visibility: visible;
		}
		
		.menu-button-hidden {
			position: absolute;
			width: auto;
			min-width: 150px;
			margin-left: -10px;
			top: 120px;
			background-color: rgba(25, 25, 25, 0.9);
			opacity: 0;
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
			z-index: 10;
		}
			
			.menu-button-sub {
				display: block;
				font: 300 14px 'Schibsted Grotesk', sans-serif;
				line-height: normal;
				text-align: center;
				padding: 8px 15px;
				color: #fff;
				cursor: pointer;
			}
			
			.menu-button-sub:hover {
				color: #bbb;
			}

#banner-section {
	position: relative;
	margin-top: -100px;
	width: 100%;
	height: 800px;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/banner.jpg?v3');
	text-align: center;
	z-index: 1;
}
	
	.banner-content {
		position: absolute;
		color: #666;
		top: 50%;
		left: 50%;
		width: 500px;
		transform: translate(-50%, -50%);
		padding: 20px 40px;
		text-align: center;
	}
	
		.banner-content>.button {
			width: 100%;
			margin-top: -30px;
			padding-right: 55px;
			text-align: right;
		}
		
	.banner-bottom {
		position: absolute;
		color: #fff;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 15px 0;
		background-color: rgba(0,0,0,0.8);
		text-align: center;
	}
	
		.banner-bottom>.left {
			display: inline-block;
			vertical-align: middle;
			font: 400 38px 'Schibsted Grotesk', sans-serif;
		}
		
		.banner-bottom>.right {
			display: inline-block;
			vertical-align: middle;
			margin-left: 5px;
			font: 400 20px 'Schibsted Grotesk', sans-serif;
		}
		
@media screen and (max-width: 1024px) {
	#banner-section {
		margin-top: 0px;
		height: 400px;
	}
	
	.banner-content {
		width: 100%;
	}
	
	#banner-section .button {
		display: none;
	}
	
	.banner-logo {
		max-width: 90%;
	}
}

#banner-sub-section {
	position: relative;
	margin-top: -100px;
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-position: 0% 80%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/banner.jpg?v3');
	text-align: center;
	z-index: 1;
}

	.banner-sub-label {
		position: absolute;
		left: 50%;
		top: 100%;
		font: 400 30px 'Schibsted Grotesk', sans-serif;
		letter-spacing: -1px;
		background-color: rgba(0,0,0,0.9);
		transform: translate(-50%, -50%);
		padding: 30px 20px;
		text-align: center;
		color: #fff;
	}

@media screen and (max-width: 1024px) {
	.banner-sub-label {
		font: 400 20px 'Schibsted Grotesk', sans-serif;
		padding: 10px 20px;
	}
}

#about-section {
	position: relative;
	padding: 100px 0 100px 0;
	background-image: url('../images/bg-pattern01.png');
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

	#about-section > .content-wrap-full {
		display: flex;
		align-items: center;
		gap: 40px;
	}
	
	.about-image {
		position: relative;
		text-align: right;
		flex: 1;
	}
			
		.about-image>.image-curved {
			width: 100%;
			display: block;
		}
	
	.about-content {
		flex: 1;
		text-align: left;
		color: #333;
		font: 300 18px 'Schibsted Grotesk', sans-serif;
	}
	
	.about-content h1 {
		padding: 0;
		margin: 0;
	}
	
	.about-content a {
		text-decoration: underline;
		color: #3e76bf;
	}
	
	.about-content p {
		line-height: 140%;
	}
			
@media screen and (min-width: 1800px) {
	.about-image-narrow-screen {
		display: none;
	}
}

@media screen and (max-width: 1800px) {
	.about-image-narrow-screen {
		text-align: left;
		margin-top: 40px;
	}
}

@media screen and (max-width: 1024px) {
	#about-section {
		padding: 50px 0;
	}
	
	#about-section > .content-wrap-full {
		flex-direction: column-reverse;
		overflow: hidden;
		align-items: initial;
		gap: 80px;
	}
}

#about-showroom-section {
	position: relative;
	padding: 50px 0;
	z-index: 1;
}

	#about-showroom-section .content-wrap-full {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	
	#about-showroom-section h1 {
		margin-bottom: 40px;
	}
	
	.about-showroom-content {flex: 2}
		
		.about-bulletpoint {
			font: 400 22px 'Schibsted Grotesk', sans-serif;
			margin: 20px 0 5px 15px;
			color: #111;
		}
		
			.about-bulletpoint i {
				vertical-align: middle;
				margin-bottom: 3px;
				color: #222;
			}
	
	.about-showroom-image {flex: 1}
		
		.about-showroom-image img {
			border-left: 10px solid #111;
			border-bottom: 10px solid #111;
		}

@media screen and (max-width: 1024px) {
	#about-showroom-section {
		padding: 50px 0 0 0;
	}
	
	#about-showroom-section > .content-wrap-full {
		flex-direction: column;
		overflow: hidden;
		align-items: initial;
		gap: 80px;
	}
	
	.about-bulletpoint {
		font-size: 18px;
		margin: 10px 0 5px 15px;
	}
	
	.about-showroom-image img {
		border-left: 5px solid #111;
		border-bottom: 5px solid #111;
		width: 100%;
	}
}

#about-meta-section {
	position: relative;
	padding: 60px 0 100px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url('../images/bg_pattern_300x1000.png');
	text-align: center;
	color: #222;
	font: 400 40px 'Schibsted Grotesk', sans-serif;
}

@media screen and (max-width: 1024px) {
	#about-meta-section {
		font-size: 26px;
	}
}

#carousell-section {
	position: relative;
	background-color: #fff;
}

	.carousell-wrapper {
		padding: 0px 5px;
		font-size: 0px;
		overflow: hidden;
	}

	.carousell-item {
		position: relative;
		display: inline-block;
		height: auto;
		padding: 5px;
	}
		
		.carousell-item img {
			width: 100%;
		}
		
@media screen and (max-width: 1024px) {
	.carousell-hover {
		opacity: 1;
	}
	
	.carousell-hover-text {
		font: 300 10px "Raleway", sans-serif !important;
	}
}

#items-section {
	position: relative;
	padding: 120px 0 0 0;
	background-color: #fff;
	overflow: hidden;
	font-size: 0;
}

	#items-section .items-content {
		padding: 60px 0;
		text-align: center;
	}
	
	.item-box-wrapper {
		display: inline-block;
		padding: 10px 10px 0px 10px;
		background-image: url('../images/bg-pattern02.png');
		width: 33%;
		text-align: left;
	}
		
		.item-box {
			position: relative;
			display: flex;
			height: 500px;
			flex-direction: column;
			font: 400 14px 'Schibsted Grotesk', sans-serif;
			background-position: 50% 0%;
			background-repeat: no-repeat;
			background-size: cover;
			overflow: hidden;
		}
		
			.item-box .title {
				position: absolute;
				bottom: -100px;
				height: 150px;
				width: 100%;
				background-color: #fff;
				padding: 0px 10px;
				font: 400 16px 'Schibsted Grotesk', sans-serif;
				color: #555;
				transition: all 0.2s;
			}
			
			.item-box .title>h3 {
				font: 600 20px 'Schibsted Grotesk', sans-serif;
				padding: 15px 0;
				margin: 0;
				color: #222;
			}
			
			.item-box:hover .title {
				bottom: 0px;
			}

@media screen and (max-width: 1024px) {
	#items-section {
		padding: 40px 10px 0 10px;
	}
	
	.item-box .title {
		bottom: 0px;
	}
	
	.item-box-wrapper {
		width: 100%;
		padding: 10px;
	}
	
	#items-section .items-content {
		padding: 60px 0 0 0;
	}
}

#contacts-section {
	padding: 60px 0;
	background-color: #fff;
}

	#contacts-section>.content-wrap {
		display: flex;
		align-items: stretch;
		gap: 50px;
	}
	
	.contacts-left {
		flex: 1;
	}
	
		.opening-hours, .contact-infos {
			margin: 20px 0;
		}
		
		.opening-hours-line, .contact-infos-line {
			display: flex;
			align-items: center;
		}
		
		.opening-hours-line, .contact-infos-line {
			padding: 6px 0;
			border-bottom: 1px dotted #ccc;
		}
		
		.opening-hours-line:last-of-type, .contact-infos-line:last-of-type {
			border: 0;
		}
		
			.opening-hour-left, .contact-infos-left {
				flex: 1;
				text-align: left;
			}
			
				.contact-infos-left i {
					color: #818181;
					font-size: 20px;
					vertical-align: middle;
				}
			
			.opening-hour-right, .contact-infos-right {
				display: block;
				flex: 1;
				text-align: right;
			}
			
			a.contact-infos-right {
				text-decoration: underline;
			}
	
	.contacts-right {
		display: flex;
		text-align: right;
		flex: 2;
		gap: 13px;
	}
	
		.image-column {
			flex: 1;
		}
		
		.image-column.with-background {
			background-position: 50% 50%;
			background-size: cover;
			margin-bottom: 5px;
		}
		
		.image-column img {
			display: inline-block;
			max-width: 100%;
		}
		
		.image-column>.top {
			margin-bottom: 10px;
		}
		
	.newsletter {
		padding: 10px 0;
	}
	
	.newsletter a {
		text-decoration: underline;
	}
	
	.newsletter i {
		vertical-align: middle;
		margin-bottom: 2px;
	}
	
	.social-icons {
		margin-top: 40px;
		text-align: center;
	}
	
	.social-icons a {
		display: inline-block;
		vertical-align: middle;
		width: 60px;
		height: 60px;
		text-align: center;
	}
	
		.social-icons i {
			font-size: 40px;
			transition: all 0.2s;
		}
		
		.social-icons i:hover {
			font-size: 43px;
			opacity: 0.7;
		}

@media screen and (max-width: 1400px) {
	#contacts-section>.content-wrap {
		display: block;
		overflow: hidden;
	}
	
	.contacts-left {
		flex: 2;
	}
	
	.contacts-right {
		flex: 1;
		display: none;
	}
}

@media screen and (max-width: 1024px) {	
	#contacts-section {
		padding: 20px 0;
	}
}

#footer-section {
	position: relative;
	padding: 10px;
	text-align: center;
	background-color: #050505;
	color: #fff;
}

	#footer-section .content-wrap {
		display: flex;
		align-items: center;
	}
	
		#footer-section .content-wrap .left {
			flex: 1;
			text-align: left;
		}
		
		#footer-section .content-wrap .right {
			flex: 1;
			text-align: right;
		}

@media screen and (max-width: 1024px) {	
	#footer-section .content-wrap {
		flex-direction: column;
		gap: 10px;
	}
	
	#footer-section .content-wrap .left {
		font-size: 16px;
	}
	
	#footer-section .content-wrap .right {
		font-size: 14px;
	}
}

/* ALOLDALAK -----------------*/

#partners-section {
	position: relative;
	padding: 100px 0 60px 0;
	background-color: #111;
	text-align: center;
	font: 300 16px 'Schibsted Grotesk', sans-serif;
	color: #eee;
}

	#partners-section h2 {
		margin-bottom: 20px;
		color: #eee;
	}

	.partners-list {
		padding: 20px;
		font-size: 0;
		text-align: center;
		background-image: url('../images/bg-pattern03.png');
		margin-top: 60px;
	}
	
		.partner {
			display: inline-block;
			vertical-align: middle;
			padding: 15px;
			width: 25%;
		}
		
		.partner>img {
			display: block;
			width: 100%;
			max-width: 200px;
		}

@media screen and (max-width: 1024px) {
	.partner {
		width: 50%;
	}
}

#sub-items-section {
	position: relative;
	padding: 50px 0 100px 0;
	text-align: center;
}

	#hidden-preload-images {
		display: none;
	}

	.item-breadcrumbs {
		text-align: left;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	
		.item-breadcrumb {
			display: inline-block;
			vertical-align: middle;
			color: #333;
		}
		
		.item-breadcrumb .home {
			color: #111;
		}
		
		.item-breadcrumb .home:hover {
			color: var(--main-red);
			cursor: pointer;
		}
		
		.item-breadcrumb .caret {
			color: #bbb;
		}
		
		.item-breadcrumb i {
			font-size: 18px;
			padding: 0 15px;
		}
		
		.item-breadcrumb.icon {
			line-height: 12px;
		}
		
		.item-breadcrumb.previous:hover {
			color: var(--main-red);
			cursor: pointer;
		}
		
		.item-breadcrumb.active {
			color: #777;
			text-decoration: initial;
		}

	.sub-items-content {
		text-align: left;
		padding: 100px 0 60px 0;
	}
	
	.sub-items-content h1 {
		margin-bottom: 20px;
	}

	#items-grid-loader {
		display: inline-flex;
		padding: 60px 0;
		align-items: center;
		justify-content: center;
		font-size: 48px;
		color: #999;
	}
	
		#items-grid-loader i {
			display: inline-block;
			animation: spin 1s linear infinite;
		}

		@keyframes spin {
			from { transform: rotate(0deg); }
			to   { transform: rotate(360deg); }
		}

	#items-grid {
		position: relative;
		opacity: 0;
		transition: all 0.5s;
	}
	
	#items-grid.visible {
		opacity: 1;
	}

		.muuri-item {
			position: absolute;
			width: 25%;
		}

		.muuri-item .content {
			box-sizing: border-box;
			cursor: pointer;
			width: 100%;
			padding: 10px;
		}
		
		.muuri-item .content img:hover {
			opacity: 0.7;
		}

		.muuri-item .content img {
			display: block;
			transition: all 0.3s;
			width: 100%;
			height: auto;
		}
		
		.muuri-item .content img.invisible {
			transition: initial;
			visibility: invisible;
			opacity: 0;
		}
		
		#show-more {
			cursor: initial;
			visibility: invisible;
			opacity: 0;
		}

@media screen and (max-width: 1024px) {
	#sub-items-section {
		padding: 20px 0;
	}
	
	.sub-items-content {
		padding: 60px 0 20px 0;
	}
	
	.muuri-item {
		width: 50%;
	}
}

/* ALAPOK --------------------*/
@media screen and (min-width: 1025px) {.only-mobile{display:none !important}}
@media screen and (max-width: 1024px) {.only-pc{display:none !important}}

@media screen and (max-width: 1400px) {
	.hidden-below-1400 {display:none !important}
}

input.normal-text, select.normal-text {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 8px;
	border: 1px solid #cccccc;
	width: 100%;
	height: 42px;
	font: 400 16px 'Schibsted Grotesk', sans-serif;
	background-color: #ffffff;
	color: #444;
}

textarea.normal-text {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 5px;
	border: 1px solid #cccccc;
	width: 100%;
	font: 300 16px 'Schibsted Grotesk', sans-serif;
	background-color: #ffffff;
	resize: none;
	height: 80px;
	color: #444;
}

.generic-button {
	display: inline-block;
	cursor: pointer;
	background-color: #111;
	color: #eee;
	text-align: center;
	padding: 10px 30px;
	letter-spacing: 1px;
	font: 400 15px 'Schibsted Grotesk', sans-serif;
	letter-spacing: 0;
}

.generic-button:hover {
	background-color: #1a1a1a;
}

.arrow-inline {
	display: inline-block;
	vertical-align: middle;
	height: 13px;
}

.arrow-right {
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(135deg);
	margin-left: 30px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

.arrow-right::after {
	content: "";
	display: block;
	width: 1px;
	height: 29px;
	background-color: #666;
	transform: rotate(-45deg) translate(10px, 4px);
}

.arrow-right.white {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.arrow-right.white::after {
	background-color: #fff;
}

.decor-label {
	display: inline-flex;
	width: 400px;
	align-items: center;
}

	.decor-label-line {
		flex: 0 0 30px;
		height: 1px;
		background-color: #ddd;
	}
	
	.decor-label-content {
		flex: 1;
		padding-left: 10px;
		text-transform: uppercase;
		font: 400 16px 'Schibsted Grotesk', sans-serif;
		color: #aaa;
	}

.decor-sub-label {
	color: #9a9a9a;
	font: 400 14px 'Schibsted Grotesk', sans-serif;
	margin-bottom: 20px;
}

	.decor-sub-label-content {
		display: inline-block;
		margin-right: 10px;
	}

.content-wrap-full {
	position: relative;
	margin: auto;
	width: 90%;
}

.content-wrap {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 1400px;
}

@media screen and (max-width: 1280px) {.content-wrap{width:90%;}}

.content-wrap-wide {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 1500px;
}

@media screen and (max-width: 1280px) {.content-wrap-wide{width:96%;}}

h1 { 
	font: 400 30px 'Schibsted Grotesk', sans-serif;
	color: #222;
	padding: 0;
	margin: 0;
}

h2 { 
	font: 400 24px 'Schibsted Grotesk', sans-serif;
	color: #222;
	padding: 0;
	margin: 0;
}

*{box-sizing: border-box;}
a{text-decoration:none;color:inherit;}
body{font:400 16px 'Schibsted Grotesk', sans-serif;color:#666;background-color:#fff;margin:0;padding:0;height:auto;}
img{border:0;}