/* rare jewelry */

/* typsnitt - museo sans och orpheus pro */
@import url("https://use.typekit.net/ibj4vvc.css");

/* animation*/
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
    background-repeat: no-repeat;
}

body, body.isMobile .body-background {
    -webkit-font-smoothing: antialiased;
    background-position: center center;
    background-size: cover;
	overflow-x: hidden !important;
}

html {
	font-size: 62.5%;
}

/* Video background */
.fullscreen-bg-video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

#bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Layout
========================================================================== */
.container {
	max-width: 100%;
}

.LayoutPage .section-wrapper {
    background-color: #191919;
}

.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
    padding: 15rem 6rem;
}

.LayoutPage .section-block-wrapper {
	max-width: 150rem;
}

.LayoutPage .width-1200 .section-block-wrapper {
	max-width: 120rem;
}

/* ingen padding på ena sidan - section block */

.LayoutPage .no-pad-left .section-block {
    padding-left: 0;
}

.LayoutPage .no-pad-right .section-block {
    padding-right: 0;
}

.LayoutPage .pb-0 .section-block {
    padding-bottom: 0 !important;
}
.LayoutPage .pt-0 .section-block {
    padding-top: 0 !important;
}

.pb-2{
	padding-bottom: 2rem;
}

.LayoutPage .no-pad-left .section-block-wrapper, .LayoutPage .no-pad-right .section-block-wrapper {
    max-width: none;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 11rem 6rem;
	}	
}

@media only screen and (max-width: 1000px) {
	.m-auto {
		margin: auto !important;
	}
	}	

@media only screen and (max-width: 580px) {
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 5rem 2rem;
	}
}

/* ==========================================================================
Knappar & speciella länkar
========================================================================== */

.btn {
    max-width: 18rem;
    width: 18rem;
    box-sizing: border-box;
    padding: 1.9rem 2rem;
    border-radius: 0;
    text-align: center;
    text-transform: none;
    font-weight:600;
	font-size: 1.25rem;
	letter-spacing: normal;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    color: #fff !important;
    display: block;
}

.btn:hover {
	border: 1px solid;
}

.btn-primary {
	background: #d1a571;
	border: 1px solid #d1a571;
}

.btn-primary:hover {
	color: #fff !important;
	border: 1px solid #fff;
	background: transparent;
}

.btn-secondary {
	background: transparent;
	border: 1px solid #d1a571;
	color: #d1a571 !important;	
}
    
    @media only screen and (max-width: 480px) {
        .btn {
            display: block;
            width: 100%;
        }
	}
	
/* Länk med pil */

.arrow-link {
	font-weight: 500;
	font-size: 1.5rem;
}

.arrow-link::after {
	content: ' \f178';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px; 
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f178';
	opacity: 1;
	margin-left: 10px;
}

/* knapp med cirkel */

.btn-wrapper {
	margin-top: 1rem;
}

.btn-wrapper a {
	color: #fff;
}

.btn-wrapper a:hover {
	color: #fff;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */

.heading-type h1, .heading-type h2, .heading-type h3, p, a, ul, li {
	text-align: left;
}

p, ul, li {
    color: #e2d7d1;
    font-family: museo-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1.9;
    letter-spacing: normal;
    text-transform: none;
}

a, .link-text {
    font-family: museo-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.7;
    display: block;
    letter-spacing: normal;
    text-transform: none;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	color: #e2d7d1;
}

a:hover {
	text-decoration: none;
	color: #f6dac6;
}

.bold-text {
	font-weight: 800;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.italic {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.ingress {
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2;
}

.text-label {
    text-transform: none;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 2rem;
    text-shadow: none;
    font-family: museo-sans, sans-serif;
    font-weight: 400;
    color: #8a7e77;
    font-style: normal;
}

.ingress-title {
    text-align: left;
    font-weight: 800;
    text-align: left;
    max-width: 100rem;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.1;
}

.small-title {
    text-transform: none;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: normal;
    color: #111;
    line-height: 1.5;
    padding-bottom: 1rem;
    letter-spacing: normal;
}

.highlight {
    background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #6da3d7 70%);
}

.ingress-title {
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.5;
}

h1,h2,h3, .section-title {
	font-family: museo-sans, sans-serif;
}

.small-title, h4, h5, h6 {
    font-family: museo-sans, sans-serif;
	color: #f6dac6;
}

h1 {
    font-style: normal;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5rem;
    letter-spacing: normal;
    line-height: 1.2;
}

h2 {
    font-style: normal;
    padding-bottom: 3rem;
    text-transform: none;
    letter-spacing: normal;
    text-align: left;
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.4;
}

h3, .section-title {
    font-style: normal;
    padding-bottom: 2rem;
    text-align: left;
    font-weight: 300;
    font-size: 8.5rem;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: normal;
}

h4 {
    font-size: 2.8rem;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 1rem;
}

.smalltext-type {
	max-width: none;
}
.normaltext-type {
	max-width: none;
    margin: 0 auto;
    text-align: center;
}

.text-box{
	margin: auto !important;
	max-width: 100rem;
}

@media only screen and (max-width: 980px) {
	.section-title {
		font-size: 6rem;
	}
}

@media only screen and (max-width: 580px) {
	.section-title {
		font-size: 4.2rem;
	}
}

/* ==========================================================================
Färger
========================================================================== */

.bg-primary, .bg-primary .section-block {
	background-color: #08154a;
}

.bg-darkblue, .bg-darkblue .section-block {
	background-color: #022a4f;
}

.bg-secondary, .bg-secondary .section-block {
	background-color: #e8bc7f;
}

.bg-primary *, .bg-secondary *, .bg-darkblue * {
	color: #fff;
}

.primary-color {
	color: #d1a571;
}

.secondary-color {
	color: #e8bc7f;
}

.grey {
    color: #777;
}

/* ==========================================================================
Header / Navigation
========================================================================== */
header {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	background-color: transparent;
    box-shadow: none;
    margin-top: 0;
	position: fixed;
}

header.scrolled, .SubPage header {
	background-color: rgb(0 0 0 / 100%);
}

header .container {
	max-width: none;
	padding: 0 1rem 0 2rem;
}

header .container::after {
	content: '';
	display: table;
	clear: both;
}

header .header-logo {
    width: 10rem;
    position: absolute;
    line-height: 0;
    padding-top: 1rem;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

header.scrolled .header-logo,
.SubPage header .header-logo {
	width: 8rem;
}

nav.mainmenu {
	text-align: left;	
}

nav.mainmenu ul {
    text-align: left;
    left: 15rem;
    position: absolute;
}

nav.mainmenu ul.TemplateMenu > li:first-child {
    display: none;
}

.EditMode nav.mainmenu ul.TemplateMenu > li:first-child {
    display: inline-block;
} 

nav.mainmenu ul.TemplateMenu > li {
	line-height: normal;
	height: auto;
}

nav.mainmenu a {
	font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    color: #d1a571;
    text-transform: uppercase;
    padding: 0 1.2rem;
    letter-spacing: 1px;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 7.2rem;
    line-height: 7.2rem;
}

header nav.mainmenu a {
	display: inline-block;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
	background-color: transparent;
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a,
header.scrolled nav.mainmenu .fab  {
	color: #fff;
}  

@media only screen and (max-width: 1400px) {

	nav.mainmenu a {
		font-size: 1.2rem;
		padding: 0rem 0.1rem;
		letter-spacing: 0px;
	}

}

/* Dropdown */

nav.mainmenu ul > li > ul {
    width: auto;
    left: 0;
    width: auto;
    background-color:#000;
    margin: unset;
    margin-top: -1px;
	padding: 1.5rem;
	border-radius: 2rem;
}

.EditMode nav.mainmenu li > ul > li:hover ul {
    max-height: 70vh;
	margin-top: -4rem;
    overflow-y: scroll !important;
}

nav.mainmenu ul > li > ul > li:hover > a {
    color: #f6dac6 !important;
}

nav.mainmenu ul > li > ul::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}

nav.mainmenu ul > li > ul > li > a {
    padding: 0 1rem;
    line-height: 1;
    font-size: 1.3rem !important;
    color: #fff !important;
    text-transform: unset !important;
    letter-spacing: 0.05em;
    font-weight: 400;
    height: 2.3rem;
}

nav.mainmenu ul > li > ul > li:hover,
nav.mainmenu ul > li > ul > li.active {
    background-image: none;
    background-color: transparent;
    cursor: pointer;
}
/* CTA Button */

.cta-menu {
	float: right;
	display: flex;
	align-items: center;
	height: 7.2rem;
	line-height: 7.2rem;
	transition: all 300ms linear;
}

.cta-menu .btn {
	padding: 1.4rem 2rem;
}

.btn-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
    letter-spacing: unset;
    padding: 0;
	border: none;
	border-radius: 2rem;	
	background-color: transparent;
	color: #fff; 
}

.btn-cta:hover {
	background-color: transparent;
	border: none;
	color: #d1a571 !important;
	text-decoration: none;
}

.btn-cta::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	top: 1px;
}

.btn-cta::after {
	display: none;
}

.btn-social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

.btn-social::after {
	display: none;
}

.icon-instagram::before {
	content: '\f16d';
}

@media only screen and (min-width: 1081px) {
    .hamburger {
        display: none;
    }
    
    .expandable:after {
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    content: '\f0d7';
	    margin-left: 7px;
	    text-decoration: none;
	    display: inline-block;
	    font-size: .8em;
	    vertical-align: middle;
	}
}

@media only screen and (max-width: 1080px) {

    /* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		right: 0;
		width: 35rem;
		background-color: #FFF;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
		left: auto;
	}
	
	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}
	
	nav.mainmenu li {
		text-align: left;
		display: block;
	}
	
	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.6rem;
        line-height: 3.7;
        opacity: 1;
        color: #333;
		height: 3rem;
		line-height: 3rem;
	}

	nav.mainmenu .expandable-li {
		padding-top: 1.5rem;
	}

	
	nav.mainmenu .header-btn {
		left: 4rem;
		margin-top: 2rem;
	}

	header nav.mainmenu li.header-btn a {
		padding: inherit !important;
		color: #fff !important;
	}
	header nav.mainmenu li.header-btn:hover a  {
		color: #333 !important;
	}
	
	#overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0 , 0, 0.75);
	    z-index: 7;
	}
	
	/* Hamburger */
	.hamburger {
	    position: absolute;
	    z-index: 99;
	    left: auto;
	    right: 1rem;
	    top: .7rem;
	}
	
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		color: #fff;
        background-color: #fff;
    }

    .is-clicked .hamburger-inner, 
	.is-clicked .hamburger-inner::after, 
	.is-clicked .hamburger-inner::before {
		color: #333;
		background-color: #333;
    }
    
	
	/* Dropdown */

	nav.mainmenu ul {
		left: 1rem;
	}

	nav.mainmenu ul > li > ul {
	    background-color: #fff !important;
	    width: auto !important;
	    border: none;
	}
	
	nav.mainmenu ul > li > ul {
		display: contents !important;
	}
	
	nav.mainmenu ul > li > ul > li a {
		color: #333 !important;
	}
	
	nav.mainmenu ul > li > ul > li > a {
	    width: auto;
	    padding: 0 0 0 6rem;
	}
	
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom: 0;
	}
	 
	nav.mainmenu ul.TemplateMenu > li,
	.scrolled nav.mainmenu ul.TemplateMenu > li {
	    line-height: unset;
	    height: unset;
	}
		
	.cta-menu {
		position: relative;
		right: 6rem;
		height: 7.2rem;
		line-height: 7.2rem;
	}
	
	.cta-menu .btn {
		font-size: 1.2rem;
		padding: 1rem 2rem;
	}
}

@media only screen and (max-width: 768px) {

	header.scrolled .header-logo, .SubPage header .header-logo, header .header-logo {
		width: 8rem;
	}
	
	header .container {
		padding-left: 1rem;
	}

	.cta-menu {
		right: 6rem;
	}

	.cta-menu .btn {
		margin-right: 0;
	}

	/* .cta-menu .btn {
		width: 11rem;
	} */
}

@media only screen and (max-width: 510px) {
	nav.mainmenu {
		width: 100%;
	}
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	height: 100%;
	display: none;
}

.EditMode .topsection {
	padding-top: 40rem;
}

.topsection .arrow {
	margin-left: 8rem;
	left: 0;
	bottom: 23%;
}

.topsection .split-wrapper {
    height: 100vh;
}

.topsection .split-content {
	height: 100vh;
	background-color: #343230;
	padding-left: 0;
	display: flex;
    align-items: center;
}

.topsection .split-image {
    height: 100vh;
    overflow: hidden;
}

.topsection video {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.topsection .topsection-title {
	z-index: 5;
}

.topsection .btn:hover {
	color: #fff !important;
}

.topsection h1 {
	font-size: 7.5rem;
    color: #d1a571;
	text-align: left;
	padding-bottom: 5rem;
	font-weight: 300;
    line-height: 1;
	max-width: 78rem;
	position: relative;
    margin-left: -14rem;
	padding-top: 6rem;
}

.topsection p {
	font-family: museo-sans, sans-serif;
	color: #8a7e77;
	text-align: left;
	font-size: 1.4rem;
	max-width: 50rem;
	padding-left: 8rem;
	padding-bottom: 2rem;
}

@media only screen and (min-width: 1580px) {
	.topsection h1 {
		font-size: 8rem;
	}
}

@media only screen and (max-width: 1000px) {
	.topsection .split-image {
		height: 50vh;
	}

	.topsection .split-content {
		height: 50vh;
		background-color: transparent;
		padding-top: 0;
		padding-right: 0;
	}

    .topsection .split-text {
        padding: 0 3rem 3rem 3rem;
    }

	.topsection .topsection-title {
		padding: 3rem;
	}

	.topsection h1 {
		padding-bottom: 1.5rem;
		margin-left: auto;
	}

	.topsection p {
		padding-left: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	.topsection .split-image,
	.topsection .split-content {
		height: 50vh;
	}

	.topsection h1 {
		font-size: 4rem;
		max-width: 60rem;
		margin: 0 auto;
	}
}

/* ==========================================================================
Startsida
========================================================================== */
/* Funktion: Scroll down
========================================================================== */
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}  

.arrow {
	position: absolute;
	bottom: 4.5%;
	margin-left: 50%;
	left: -1rem;
	width: 2rem;
	height: 2rem;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: contain;
}

.SubPage .arrow {
	display: none;
}

.bounce {
	-moz-animation: bounce 3.5s infinite;
	-webkit-animation: bounce 3.5s infinite;
	animation: bounce 3.5s infinite;
}

@media only screen and (max-width: 630px) {
	.arrow {
		display: none;
	}
}

/* ==========================================================================
Split Wrapper
========================================================================== */
.split-section .normaltext-type {
	max-width: none;
}

.split-wrapper {
    display: flex;
    flex-wrap: wrap;
	position: relative;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 6rem;
	text-align: left;
	align-self: center;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
	.split-content {
	    width: 50%;
		text-align: left;
		padding: 5rem;
	}
}

@media screen and (max-width: 1000px) {
	.split-wrapper.reverse {
		flex-direction: row;
	}
	
	.split-content {
		width: 100%;
	}
	
	.split-image {
		width: 100%;
		padding: 0;
	}
}

/* Kollektion
========================================================================== */
.collection .section-block {
	min-height: 100vh;
	max-height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: rgba(0 0 0 / 80%);
}

.collection {
	max-width: 100% !important;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
}

.collection a {
	color: #d1a571;
}

.collection p {
	max-width: 75rem;
	font-size: 2rem;
}

.collection .section-title {
	color: #d1a571;
}

@media only screen and (max-width: 630px) {
	.collection p {
		font-size: 1.7rem;
	}
}

/* Kollektion - Edge
========================================================================== */
.collection.rare-edge {
	background-image: url(/assets/images/rare-edge-cover-2000x1300.jpg);
}

/* Kollektion - High jewelry
========================================================================== */
.collection.rare-high {
	background-image: url(/assets/images/rare-jewelery-rare-high-hogupplost.jpg);
}

/* Kollektion - Classic
========================================================================== */
.collection.rare-classic {
	background-image: url(/assets/images/rare-classic-cover-2000x1300-1.jpg);
}

/* Kollektion - Rare4u
========================================================================== */
.collection.rare4u {
	background-image: url(/assets/images/Rare4You.jpg);
}

/* Kollektion - cards
========================================================================== */
.collection-cards.section-wrapper {
	background-color: #fff;
}

.collection-cards .section-block {
	padding: 11rem;
}

.collection-cards .products-wrap p {
	color: #a5a09d;
}

.collection-cards .btn-wrapper, .collection-cards .btn-wrapper a {
	margin: 0 auto;
	text-align: center;
	margin-top: 4rem;
}

.services-wrap {
	display: flex;
	flex-wrap: wrap;
}

.services-wrap .small-title {
	font-size: 2.2rem;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
}

.services-wrap .service-box {
    width: 31%;
    margin: 1%;
    display: inline-block;
    text-align: left;
	padding:0;
	background-color: #fff;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	position: relative;
	text-decoration: none !important;
	transform: scale(.98);
}

.services-wrap .service-box:hover {
	transform: scale(1);
}

.services-wrap .service-text {
	padding: 3rem 3rem 0 3rem;
}

.services-wrap .service-image {
	height: 30rem;
	overflow: hidden;
	width: 100%;
}

.services-wrap .service-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

.services-wrap  * {
	text-align: center;
}

.services-wrap h4 {
	font-size: 2rem;
	text-transform: none;
	font-weight: 600;
}

.services-wrap p {
	padding:0;
}

.services-wrap .service-info h3:after {
	border-bottom: 1px solid #089AAF;
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 70px;
    margin-bottom: .15em;
    left: 13px;
    margin-left: 13px;
}

.service-box .service-link {
    display: block;
    bottom: 0;
	left: auto;
	right: auto;
	text-align: center;
	margin-top: 3rem;
	width: 100%;
	max-width: 40rem;
    color: #fff;
    background-color: #fe7450;
    border-radius: 4rem;
    height: 5rem;
	line-height: 5rem;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .2em;
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.services-section .arrow-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.7;
    display: block;
    letter-spacing: normal;
    text-transform: none;
	margin-top: 1.5rem;
}

.service-box:hover .service-link {
	background-color: #81bb81;
}


@media only screen and (max-width:1100px) {
	.services-wrap h4 {
		font-size: 2rem;
	}

	.services-section .section-block {
		padding: 0 2rem;
	}

	.services-wrap .service-image {
		padding: 2rem;
	}

	.collection-cards .section-block {
		padding: 5rem;
	}

	.services-wrap .service-text {
		padding: 2rem 2rem 0 2rem;
	}
}

@media only screen and (max-width:750px) {
	.collection-cards .section-block {
		padding: 3.5rem;
	}
	.services-wrap .service-text {
    	padding: 0;
    	padding-top: 2rem;
    }	
    
    .services-wrap .service-box {
	    width: 100%;
	    margin-bottom: 2rem;
	}

	.services-wrap .service-image {
		height: auto;
	}
}

/* Point of sales
========================================================================== */
.point-of-sales {
	background-image: url(/assets/images/SHARPENED-Rare-Campaign-202021008-1.jpg);
    max-width: 100% !important;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
}

.LayoutPage .point-of-sales .section-block {
	min-height: 70vh;
    max-height: 70vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0 0 0 / 80%);
}

.point-of-sales .section-title {
	text-align: center;
	color: #d1a571;
	padding-bottom: 7rem;
	font-size: 5rem;
}

.point-of-sales .point-of-sales-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.point-of-sales a {
	margin: 0 4rem;
	max-width: 28rem;
}

.point-of-sales img {
	min-width: 28rem;
	width: auto;
	transform: scale(.97);
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.point-of-sales img:hover {
	transform: scale(1.05);
}

@media only screen and (max-width: 1000px) {
	.point-of-sales img {
		min-width: 20rem;
	}
}

@media only screen and (max-width: 700px) {
	.point-of-sales a {
		width: 100%;
		text-align: center;
		margin-bottom: 5rem;
	}
}

/* ==========================================================================
Undersidor > Generellt
========================================================================== */
.SubPage .intro-section .section-block {
	padding-top: 17rem;
}

.SubPage .intro-section p {
	max-width: 85rem;
}

.SubPage .intro-section .section-title { 
	color: #d1a571;
}

.header-img {
    background-position: center bottom 30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
}

@media only screen and (max-width: 580px) {
	.header-img {
		height: 45vh;
	}
}

/* ==========================================================================
Undersidor > Generellt för produktsidorna
========================================================================== */
.SubPage .product-section .section-block {
	padding: 12rem 5rem;
}

.product-section .normaltext-type p {
	text-align: center;
	margin: 0 auto;
	max-width: 70rem;
}

.product-title {
	position: relative;
}

.product-title h1 {
	font-size: 12rem;
	font-weight: 200;
	text-align: center;
	color: #333;
}

.product-title .small-title {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 !important;
	font-weight: 400;
}

.product-title p {
	font-size: 1.5rem;
	text-align: center;
}

.product-section .products-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding-top: 4rem;
}

.product-section .products-wrap {
    width: calc(100% / 4 - 4rem);
    margin: 1.5rem;
	transform: scale(.99);
    transition: 0.2s ease-in-out;
}

.product-section .products-wrap:hover {
	transform: scale(1.01);
}

.products-text {
	padding: 4rem 2rem;
	background-color: #222;
}

.products-text .small-title {
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-weight: 500;
}

.products-icon {
    width: 100%;
    background-color: #fff;
    height: 30rem;
	border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
	overflow: hidden;
}

.product-section .products-icon img {
    object-fit: cover;
    height: 30rem;
    width: 100%;
}

.product-section .products-text {
    width: 100%;
    box-sizing: border-box;
    order: 0;
}

.product-section .products-text * {
    text-align: center;
	color: #fff;
}

.product-section .products-text .price {
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.product-section .btn-wrapper,
.product-section .btn-wrapper a {
	margin: 0 auto;
	text-align: center;
	margin-top: 4rem;
}

/* Pagination*/
.simple-pagination ul {
	display:flex;
	justify-content: center;
	margin-top:3rem!important;
}

.simple-pagination li {
	float:none!important;
}

.light-theme a, .light-theme span {
	padding: .5rem 1.4rem!important;
	background:transparent!important;
	border:none!important;
	box-shadow: none!important;
	border-radius: 0 !important;
}

.light-theme .current {
	background:transparent!important;
	border-radius: 0 !important;
	border: 1px solid #fff !important;
}

.simple-pagination li:first-of-type,
.simple-pagination li:last-of-type {
	display:none;
}

@media only screen and (max-width: 1200px) {
	.product-section .products-wrap {
		width: calc(100% / 3 - 3rem);
	}

}

@media only screen and (max-width: 1040px) {
	.product-section .products-wrap {
		width: calc(100% / 2 - 3rem);
	}

	.product-title h1 {
		font-size: 9rem;
	}
}

@media only screen and (max-width: 768px) {
	.product-section .products-wrap {
		width: 100%;
	}
	
	.product-title h1 {
		font-size: 7rem;
	}

	.product-title .small-title {
		font-size: 1.45rem;
	}

	.products-icon {
		height: 23rem;
	}

	.product-section .products-icon img {
		height: 23rem;
		object-fit: contain;
	}
}

@media only screen and (max-width: 630px) {

	.SubPage .product-section .section-block {
		padding: 5rem 2rem;
	}

    .product-section .section-block {
        padding: 5rem 2rem;
    }

	.product-section .products-text {
		padding: 2.5rem;
	}

	.products-text .small-title {
		font-size: 1.5rem;
	}

	.product-title h1 {
		font-size: 5.8rem;
	}

	.product-title .small-title {
		font-size: 1.4rem;
	}
}

/* ==========================================================================
Undersidor > About us
========================================================================== */
.sub-about .intro-section .section-block {
	padding-top: 10rem;
}

/* About us med rellax
========================================================================== */
.SubPage .about-us .section-block {
	padding-bottom: 0;
}

.SubPage .about-us * {
	text-align: left;
}

.SubPage .about-us p {
	text-align: left;
	font-size: 1.9rem;
}

.limited-edition .split-content {
	padding-left: 0;
}

.split-imageblock {
	width: 50%;
}

.composition {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.compisition-photo {
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1rem 2rem rgba(29, 44, 58, 0.15);
	width: 100%;
	top: 0;
}

.compisition-photo-1 {
    width: 50%;
}

.compisition-photo-2 {
    width: 70%;
    margin: 0 0 0 -20%;
}

@media only screen and (max-width: 1000px) {
	.split-wrapper.about .split-content {
		padding: 0 0 5rem 0;
	}
	
	.split-imageblock {
		width: 100%;
		justify-content: center;
	}
	
}

/* Sektion Rare Cut
========================================================================== */

@media only screen and (max-width: 1200px) {
	.SubPage .rare-cut .col-0 {
		width: 100%;
		padding-bottom: 3rem !important;
	}

	.SubPage .rare-cut .col-1,
	.SubPage .rare-cut .col-2 {
		width: 50%;
		padding-bottom: 1rem !important;
	}
}
/* Parallax
========================================================================== */
.SubPage .parallax-about {
    max-width: 100% !important;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 30rem;
    background-image: url(/assets/images/bespoken-2000px.jpg);
    background-color: #000;
}

.SubPage .parallax-about .section-block {
	padding-bottom: 0;
}

/* ==========================================================================
Undersidor > Rare Edge
========================================================================== */
.sub-edge .header-img {
	background-image: url(/assets/images/rare-edge-cover-2000x1300.jpg);
}

/* ==========================================================================
Undersidor > Rare Classic
========================================================================== */
.sub-classic .header-img {
	background-image: url(/assets/images/rare-classic-cover-2000x1300-1.jpg);
	background-position: center top 35%;
}

/* ==========================================================================
Undersidor > Rare High
========================================================================== */
.sub-high .header-img {
	background-image: url(/assets/images/rare-jewelery-rare-high-hogupplost.jpg);
	background-position: center center;
}

/* ==========================================================================
Undersidor > Rare4u
========================================================================== */
.sub-4u .header-img {
	background-image: url(/assets/images/Rare4You.jpg);
	background-position: center center;
}

/* ==========================================================================
Undersidor > Novelties
========================================================================== */

/* Video Section
========================================================================== */
.SubPage .video-section .section-block {
	padding-top: 0;
}

.video-wrapper {
    position: relative;
}

/* Play */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: .4s ease;
}

.video-wrapper:hover .play-overlay {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, .7);
}

.play-overlay em {
    color: #d1a570;
    font-size: 5rem;
    transition: .4s ease;
}

.play-overlay p {
	position: absolute;
	top: 60%;
    display: inline-block;
    color: #FFF;
	opacity: 0;
    transition: .4s ease;
    font-size: 2rem;
	transform: translateY(2rem);
}

.video-wrapper:hover .play-overlay p {
    transition: .4s ease;
	opacity: 1;
	transform: translateY(0);
}

/* Video */
.video-wrapper .fancybox-video {
    display: none;
}

@media only screen and (max-width: 1000px) {
	.SubPage .video-section .col-block {
		width: 50%;
		padding: .5rem !important;
	}
}

/* ==========================================================================
Undersidor > Specifik produkt undersida
========================================================================== */
/* Header / Generellt
========================================================================== */
.sub-jewelry .section-wrapper {
	background-color: #fff;
}

/* Intro split
========================================================================== */
.EditMode .jewelry-intro .section-block {
	padding-top: 40rem !important;
}

.SubPage .jewelry-intro .section-block {
	padding: 5rem 0 0 0;
}

.jewelry-intro .split-image {
	max-height: 75vh;
	background-color: #fff;
	padding: 4rem;
}
.jewelry-intro .split-image img {
	object-fit: contain;
}

.jewelry-intro .split-content {
	padding-left: 0;
	padding-right: 8rem;
}

.jewelry-intro .split-content * {
	text-align: center;
}

.jewelry-intro p {
	color: #222;
}

.jewelry-intro .jewelry-art {
	font-size: 1.3rem;
}

.jewelry-intro .jewelry-price {
	padding-top: 2rem;
}

.jewelry-intro .jewelry-price p {
	padding-bottom: .4rem;
	line-height: 1.2;
}

.jewelry-intro .jewelry-price .jewelry-price-sum {
	font-size: 2.5rem;
	font-weight: 300;
}

.jewelry-intro .jewelry-price .jewelry-price-moms {
	color: #888;
}

@media only screen and (max-width: 1080px) {
	.jewelry-intro .split-image {
		padding: 5rem;
	}
}

@media only screen and (max-width: 1000px) {
	.jewelry-intro .split-content {
		padding: 10rem 3rem 0 3rem;
	}

	.jewelry-intro .split-image {
		max-height: 35vh;
		padding: 0;
	}
}

/* Smyckesdetaljer
========================================================================== */
.SubPage .jewelry-details .section-block {
	padding-top: 2rem;
	padding-bottom: 8rem;
}

.jewelry-details .section-block-wrapper {
	max-width: 100rem;
}

.jewelry-details-wrap {
	background-color: #fbfbfb;
    padding: 2rem 4rem 4rem;
}

.jewelry-details dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.jewelry-details dt {
    width: 50%;
    font-weight: 400;
    padding: 2rem 2rem 1rem 2rem;
    margin: 0;
    text-transform: uppercase;
    color: #d1a570;
    font-size: 1.4rem;
	border-bottom: 1px solid #efe5d9;
}

.jewelry-details dd {
	width: 50%;
    font-weight: 400;
    padding: 2rem 2rem 1rem 2rem;
    margin: 0;
	border-bottom: 1px solid #efe5d9;
	font-size: 1.4rem;
	color: #666;
	text-align: right;
}

@media only screen and (max-width: 680px) {

	.jewelry-details dt {
		width: 100%;
	}

	.jewelry-details dd {
		width: 100%;
		text-align: left;
		padding: 1rem 2rem;
		margin-bottom: .5rem;
	}

	.jewelry-details-wrap {
		padding: 2rem;
	}
}

/* ==========================================================================
Undersida > Get in touch
========================================================================== */
.sub-contact .header-img {
	background-image: url(/assets/images/rare-edge-cover-2000x1300.jpg);
}

/* ==========================================================================
Footer
========================================================================== */

.footer {
	background-color: #101010;
	padding: 0;
	color: #fff;
	position: relative;
}

.footer .container {
    padding: 7rem 5rem 0;
    max-width: 160rem;
}

.footer p, 
.footer a {
	text-align: left;
	font-size: 1.4rem;
    color: #8a7e77;
    text-transform: none;
	font-weight: inherit;
	font-family: museo-sans, sans-serif;
    letter-spacing: normal;
}

.footer-container {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 0;
    position: relative;
}

.footer a {
    padding-top: 0;
}

.footer-logo {
	position: absolute;
    width: 15rem;
    margin: 0;
    display: none;
    text-align: left;
    top: -14rem;
    left: -1rem;
}

/* FOOTER MENU */

.footer-nav {
    width: 100%;
    margin-bottom: 10rem;
    padding-left: 5rem;
}

.footer-menu-wrapper {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    margin: 0;
}

.footer-menu {
    text-align: left;
    width: 33%;
}

.footer-heading {
	font-size: 2.1rem;
	text-transform: none;
	font-weight: 300;
	letter-spacing: normal;
	color: #d1a571;
	/* font-family: orpheuspro, serif; */
	font-family: museo-sans, sans-serif;
}

/* FOOTER SUBMENU */

.footer-submenu {
    padding-inline-start: 0;
    list-style-type: none;
}

.footer-submenu li {
	text-align: left;
}

.footer-menu-link {
	font-size: 1.6rem;
	line-height: 2em !important;
}

.footer-menu-link:hover {
	color: #fff;
	text-decoration: underline;
}

/* FOOTER SOCIAL LINKS */
.footer .social-list {
	display: flex;
	list-style: none;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 0;
	
	width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
    padding: 0;
	
	border-radius: 2rem;	
	background-color: #d1a571;
	color: #FFF; 
}

.footer .social:hover {
	background-color: #ffffff;
	color: #425363;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.7rem;
	
	position: relative;
	top: 1px;
}

.social-facebook::before {
	content: '\f39e';
}

.social-linkedin::before {
	content: '\f0e1';
}

.social-instagram::before {
	content: '\f16d';
}

.social-youtube::before {
	content: '\f167';
}

.social-whatsapp::before {
	content: '\f232';
}

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.47);
	margin: 0 auto;
	width: 100%;
	padding: 2rem 2rem 2rem 5rem;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    flex-direction: row;
    line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.2rem;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
	filter: invert();
}

@media only screen and (max-width: 1024px) {
	
	.footer-container {
	    flex-wrap: wrap;
	}
	    
    .footer-menu-wrapper {
	    flex-wrap: wrap;
	}
	
}

@media only screen and (max-width: 550px) {
	
	.footer .container {
		padding: 4rem 2rem;
	}
    	
	.footer-menu {
	    width: 100%;
	    margin-bottom: 3rem;
	}

	.footer-nav {
		padding-left: 0;
		margin-bottom: 3rem;
	}

	.footer-bottom {
		padding-left: 0;
	}

}