html,body,.container-full { height: 100%; font-family: 'Lato'; font-size: 15px; color: #666; position: absolute; width:100%}
p, li, ul,  span {  line-height: 1.5; }
a, h1, h3 { /* text-transform: uppercase; */}
h1,h2 { 
	font-family: 'Merriweather';
	color: #222;
	font-style: italic;
	margin-bottom: 25px;
}

h1 i {
	font-family: Lato;
	font-size: 22px;
}

h3 { 
	font-family: 'Lato';
	color: #222;
	font-style: italic;
	margin-bottom: 25px;
}
h4 { 
	color: #484b4e;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 15px;
}

h5, a h5 { 
	font-family: 'Merriweather';
	color: #484b4e;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.75;
}



p {
	margin-bottom: 25px;
}

a:hover {
		text-decoration: none !Important;
		color: #edd2bc;
}


.typeform-share.button, button {
	display: inline-block;
    text-decoration: none;
    background-color: #F09F97;
    border: none;
	color: white;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    height: 50px;
    padding: 0px 33px;
    border-radius: 2px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.container {
	position: relative;
}

figure .sold {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
    background: #ffffffc2;
    padding: 35px 0;
    letter-spacing: 1px;
    font-weight: bold;
    left: 0;
	color: #555;
}

.preorder figure {
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
}
.preorder img,
.shop img {
	width: 100%;
	height: auto;
	padding: 8px;
}
.shop figure {
	width: 20%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}


.shop figure .inner {
	border: 1px solid #ddd;
	padding-bottom: 15px;	
}


.intro #logo {
	margin: 25px auto 35px;
}

#logo {
	margin: 15px auto;
	width: 125px;
	display: block;
}

#topLinks {
	position: absolute;
	right: 0;
	max-width: 50%;
}

#topLinks a {
	display: inline-block;
	padding: 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #484b4e;
}


#menuList  {
	padding: 0;
}
#menuList a {
	text-decoration: none;
}
#menuList li {
	display: inline-block;
}

#menuList li a {
	padding: 15px;
	margin-right: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #484b4e;
}

#menuList li a:hover, #topLinks a:hover {
	text-decoration: none;
	color: #edd2bc;
	}
#menuList li.active a {
	font-weight: 700;
	color: #222;
}

#menuList li:last-child {
	float: right;
}

#menuList li:last-child a {
	margin-right: 0;

}
.row {
    margin: 0px !important;
    /*padding: 2% 4%;*/
}
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.half { 
		width: 50%;
		display: inline-block;
		float: left;
}

.intro.start .half {
	font-size: 18px;
}
.intro .half {
	padding: 0px;
}


.btnLink {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px;

}
.btnLink .btnText {
	max-width: 450px;
	border-radius: 2px;
	background: #000;
	color: #fff;	
	padding: 15px;
	position: relative;
	top: -125px;
}

.intro #projectInfo.half {
	font-size: 15px;
}

.intro-image {
		width: 50%;
		display: inline-block;
		float: left;
		max-height: 725px;
		overflow: hidden;
		text-align: center;
}



.intro-image img {
	max-width: 100%;
	display: block;
}
.intro-image.main-image {
	padding: 50px;
}

.intro-image.main-image img {
	max-width: 450px;
	width: 100%;
}

.product-groups {
	width: 100%;
	padding: 75px 0;
}
.box  {
	position: relative;
}

.box .boxBg {
	position: absolute;
	bottom: 15px;
	top: 15px;
	right: 15px;
	left: 15px;
	background: #000;
}

.box img {
	width: 100%;
	max-width: 100%;
	position: relative;
	transition-duration: .5s;
}	

.box:hover img {
	opacity: .8;
	transition-duration: .5s;
}

.box h4 {
	position: absolute;
	margin-top: 0;
	z-index: 1;
	padding: 0px 25px;
	border-radius: 0px 0px 3px 0px;
	line-height: 2.5;
}
.box:nth-child(odd) h4 {
	background: #eee;
}
.box:nth-child(even) h4 {
	background: #eee;
}

.banner-view {
	height: 500px;
	background: url('/lib/graph/banner.jpg') center center;
	background-size: cover;
}
.slide-container.testimonials {
	background: url('/lib/graph/bluewhale-clouds.png') center center fixed;
	background-size: cover;
}
.slide-container.photo {
	background: #f7f7f7;
	text-align: left;
}
.slide-container.pricelist {
	background: url('/lib/graph/bildbehandling3.jpg') center center fixed;
	background-size: cover;
	padding: 100px 0 75px;
}
.slide-container.pricelist .container .item {
	width: 33%;
	padding: 15px;
	position: relative;
}

.item .popular {
	color: #fff;
	background: #F09F97;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 50%;
	padding: 15px;
	
	position: absolute;
	z-index: 99;
	top: -15px;
	left: calc(50% - 50px);
}

.slide-container {
	background: #f9f9f9;
}
.slide-container h2 {
	color: #fff;
}
.slide-container .container {
	padding: 50px;
	text-align: center;
}
.slide-container .container .item {
	width: 25%;
	padding: 15px;
}
.slide-container .container .item .quoteMark {
	display: block;
	text-align: center;
	padding: 15px;
	font-family: Merriweather;
	font-style: italic;
	color: #ddd;
	font-size: 48px;
}

.testimonials.slide-container .container .item>.inner {
	background: url('/lib/graph/quotation.png') 50% 35px no-repeat #fff;
	background-size: 32px;
	padding: 85px 15px 55px 15px;
	box-shadow: 0px 0px 35px #0000004a;
}

.pricelist.slide-container .container .item>.inner {
	background: url('') 50% 35px no-repeat #fff;
	background-size: 32px;
	padding: 55px 15px 55px 15px;
	box-shadow: 0px 0px 35px #0000004a;
}
.slide-container .container .item>.inner {
	width: 100%;
	text-align: center;
	padding: 5px 15px 35px;
	border-bottom: 8px solid #d1c58f;
	box-shadow: 0px 0px 35px #0000000f;
	position: relative;
}
.slide-container.retailers .container .item {
	width: 33%;
}
.product-img {
	max-height: 245px;
	overflow: hidden;
}
	
.item .inner img {
	max-width: 100%;
}

.slide-container .container .item>.inner .author {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-style: italic;
	color: #999;
}
.headerImg {
	max-height: 350px;
	overflow: hidden;
	width: 100%;
}
.headerImg.backgroundImg {
	background-attachment: fixed;
	background-size: cover;
	height: 350px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #01172854;
    padding-top: 180px;
	color: #fff;
}

#pricelist {
	max-width: 750px;
	width: 100%;
	line-height: 2;	
	margin-bottom: 15px;
}

#pricelist tr:nth-child(odd) {
	background: #fff;
}
#pricelist tr:nth-child(2n) {
	background: #eee;
}

#pricelist td {
	padding: 3px 10px;
}
#pricelist td:last-child {
	text-align: right;
	min-width: 100px;
}

/* ***************************************************** 
SHOP
***************************************************** */
.catDesc {
	text-align: center;
	max-width: 615px;
	margin: 0 auto;
}

#cartIcon {
	text-align: right;
	width: 100%;
	font-size: 24px;
}

#cartIcon>span {
	cursor: pointer;
}
.my-cart-icon-affix {
	position: relative !important;
	top: 10px;
}
.badge-notify {
	background:#f09f97;
	position:relative;
    top: -20px;
    right: 10px;
}

.bounce {
	
            -webkit-animation-name: bounce; 
            animation-name: bounce; 
            -webkit-animation-duration: 1s;
            animation-duration: 1s; 
            -webkit-animation-fill-mode: both; 
            animation-fill-mode: both; 
         }
         
         @-webkit-keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
            40% {-webkit-transform: translateY(-30px);} 
            60% {-webkit-transform: translateY(-15px);} 
         } 
         
         @keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
            40% {transform: translateY(-30px);} 
            60% {transform: translateY(-15px);} 
         }

  .my-cart-icon-affix {
    position: fixed;
    z-index: 999;
  }
  
#my-cart-table span {
	display: block;
}
#my-cart-table .cartItem {
	border-bottom: 1px solid #ddd;
	margin: 5px 0;
	padding: 5px 0;
}

#my-cart-table div {
	display: block;
	width: 100%;
}

#my-cart-table .cartName {
	font-weight: bold;
}
#my-cart-table .cartQty {
	text-align: right;
}
#my-cart-table .cartQty input {
	max-width: 75px;
}

#my-cart-table .cartTotal {
	margin: 10px 0;
	text-align: right;
}
#my-cart-table .cartRemove {
	text-align: right;
}

.cartImg {
	display: inline-block;
	float: left;
	padding-right: 5px;
	max-width: 115px;
}

/*.my-cart-btn {
	color: #fff;
	border: none;
	background: #111;
}

.my-cart-btn:hover {
	color: #fff;
	background: #333;
}
.my-cart-btn:active {
	background: #000;
	color: #fff;
}
*/
/* ***************************************************** 
GRID
***************************************************** */
img.slide-content {
	background: #fff;
}


.thumbContainer {
	height: 275px;
	width: 25%;
	float: left;
	overflow: hidden;
	padding: 5px 5px 5px 0;

}

.thumbContainer img {
    width: 100%;
    min-height: 275px;
	height: auto;
    object-fit: cover;
	object-position: top left;
	transition-duration: .5s;
}

.thumbContainer img:hover {
	transition-duration: .5s;
	opacity: .8;
}

.project-images {
    width: 100%;
    max-width: 1400px;
    margin: 50px auto;
}

.columns {
    column-width: 275px;
    column-gap: 10px;
    width: 100%;
    max-width: 1400px;
    margin: 50px auto;
}

div.columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 0 12px;
	padding: 8px;
	transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
  position: relative;
}

div.columns figure img {
	width: 100%; height: auto;
}

div.columns figure figcaption {
  font-size: .9rem;
  color: #444;
  line-height: 1.5;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 3px;
  background: #ffffffc7;
}
div.columns figure figcaption,
div.showName figure figcaption {
  font-size: .9rem;
  color: #444;
  line-height: 1.5;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 3px;
  background: #ffffffc7;
}

div.columns small { 
  font-size: 1rem;
  float: right; 
  text-transform: uppercase;
  color: #aaa;
} 

div.columns small a { 
  color: #666; 
  text-decoration: none; 
  transition: .4s color;
}


div.jewelry > a {
	width: 25%;
	transition: opacity .4s ease-in-out;
	float: left;
	padding: 15px;
	margin-bottom: 15px;
	display: inline-block;
	height: 300px;
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

div.jewelry a img {
	max-width: 100%; 
	position: absolute;
	bottom: 0;
	padding: 10px;
}



@media screen and (max-width: 750px) { 
  .columns { column-gap: 0px; }
  .columns figure { width: 100%; }
div.jewelry > a {
	width: 100%;
	max-height: none;
}
}




ul.navigation {
    list-style: none;
    text-align: right;
    width: auto;
}
.navigation>li {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    min-height: 150px;
    min-width: 150px;
	transition-duration:0.2s;
	margin:25px 20px;
}

.navigation>li>a:hover {
	text-decoration:none;
}
.navigation>li:hover {
	transition-duration:0.2s;
	background:#298A98 !important;
}

ul.navigation {margin-bottom: 0px;}
.navigation>li.scrolled >a {
    line-height: 64px;
}
.navigation>li.scrolled {
    border-radius: 0px;
    min-height: 0px;
    height: 64px;
    min-width: 100px;
    margin: 0px;margin-right: -4px;
}
.navigation>li>a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    line-height: 150px;
    color: white;
    font-family: 'Josefin Sans';
    font-weight:  700;
    letter-spacing: 2px;
    font-size: 16px;
    cursor: hand; cursor: pointer;
}
.navigation li:nth-child(1) { background-color: #49afbd;  }
.navigation li:nth-child(2) { background-color: #4f8a2b;  }
.navigation li:nth-child(3) { background-color: #333;  }
.mainQuote {
    color: #fff;
    font-family: 'Satisfy';
    font-size: 76px;
    line-height: 80px;
	position:absolute;
	top:180px;
}


.intro {
	padding-bottom: 30px;
}
.intro .catDesc {
	padding: 50px 0 0px;
	margin-bottom: -30px;
}
.pic {
	padding: 0px;
	height: 500px;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	
	position: relative;
	overflow: hidden;
	position: relative;
}

.pic img {
	position: absolute;
	margin-left: 0%;
	width: 100%;
	height:100%;
	object-fit: cover;
	transition-duration: 0.5s;
} 

.pic span, .pic a {
	opacity: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
	transition-duration: .5s;
}

.pic:hover span, .pic:hover a {
	opacity: 1;
	transition-duration: .5s;
}

.pic:hover img {
	transition-duration: 0.5s;
	width: 200%;
	margin-left: -50%;
	margin-top: 0%;
}


.forSale {
	background: #f8f8f8;
	padding: 25px 0px 25px 15px;
}
.item {
	float: left;
	padding: 14px 14px 14px 0px;
	}

.item h2 {
	margin: §5px 0;
}
.item a {
	color: #666;
}
.itemInner {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
}
.prodImg {
	overflow: hidden;
	position: relative;
}
.prodImg:hover img {
	transition-duration: 0.5s;
	width: 200%;
	margin-left: -50%;
	margin-top: 0%;	
}
.prodImg img {
	width: 100%;
	height:275px;
	max-height:300px;
	object-fit: cover;
	transition-duration: 0.5s;
}
.reserved {
	background: #000000b0;
	position: absolute;
	color: #fff;
	font-style: italic;
	z-index: 1;
	bottom:0;
	left:0;
	padding: 5px 8px;
}
.prodInfo {
	padding: 15px;
}
.price {
	color: #888;
	font-size: 22px;
	display: block;
	font-family: "Merriweather";
}
.desc {
	margin-top: 32px; 
}

ul.Services {
    list-style-type: none;
    padding: 0px;
}
ul.Services > li{
    padding: 4px;
    cursor: hand; cursor: pointer;
    border-bottom: 1px solid #DADADA;
}
ul.Services > li > ul {
    display: none;
    list-style-type: none;
}

.footer-contact {
	padding: 100px;
}


.contactFooter {
	background: #fff;
    text-align: center;
	padding:15px ;
}
#contactForm {
	margin:0 auto;
}
.contactFooter input,.contactFooter textarea {
    width: 100%;
/*    min-width: 280px;
    max-width: 650px;*/
    background: #f0f0f0;
    margin: 5px 0px;
    padding: 1%;
    border: 2px solid #eee;
	transition-duration:0.5s;
}
.contactFooter p {
	letter-spacing:2px;
}
.contactFooter textarea { 
	height: 10%;
 }
.contactFooter input[type='submit'] {
    background-color: #0f6f92;
    border: 2px solid #0f6f92;
	transition-duration:0.3s;
	color: #fff;
}
.contactFooter input[type='submit']:hover {
	opacity: .9;
	transition-duration:0.3s;
}

.contactFooter input:focus,.contactFooter textarea:focus {
	transition-duration:0.5s;
}
.contactFooter input.err, .contactFooter textarea.err {
	border:2px solid #BC4C4C;
	transition-duration:0.5s;
}

::-webkit-input-placeholder {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}
::-moz-placeholder { /* Firefox 19+ */
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}
:-ms-input-placeholder {
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}
:-moz-placeholder { /* Firefox 18- */
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}

.errormsg {
	color:#BC4C4C;
	font-size:13px;
}

#navigationAndLogo {
    position: absolute;
    top: 0px;
    padding: 0px;
    width: 100%;
    z-index: 200;
}
#navigationAndLogo.scrolled {
    position:fixed;
    z-index: 200;
    background-color: #222;
}
/**/

@media screen and (max-width: 1400px) {
    .mainbgWrapper {
        background-size: 100% auto;
    }


}
@media screen and (min-width: 992px) {
	.intro .half {
		padding: 50px;
	}	
	.intro-image {
		padding: 50px;
	}	
	.mainbgWrapper {
		background-image: url(./lib/graph/web-IMG_6969.jpg);
		background-attachment: fixed;
		background-size: 47% auto;
		background-position: bottom left;
		height: 100%;
		position:fixed;
		padding: 0;
	}	

	.box {
		width: 25%;
		float: left;
		padding: 15px;
		display: inline-block;
	}
	.mainContentWrapper {
		position: relative;
		z-index:90;
	}
	h1 {
		font-size: 42px;
	}
	#projectInfo>h1 {
		font-size: 28px;
	}
	#menuList li:first-child a {
		padding-left: 0px;
	}	
	.item:nth-child(5n+1) {
		clear: both;
	}
	
	.category-fabrics .shop figure {
		width: 25%;
	}
	.item.enlarge {
		transform: scale(116%);
		z-index: 98;
	}

	
}

@media screen and (max-width: 992px) {

	#cartIcon {
		font-size: 22px;
	}
/*	.my-product-quantity {
		width: 45px !important;
	}
	.table-responsive {
		font-size: 14px;
	}
	.table-responsive tr td {
		display: inline-block;
		width: 48% !important;
		float: left;
	}*/
	.headerImg.backgroundImg {
		height: 125px;
		background-attachment: scroll;
		margin: 0;
	}
	
	.headerImg img {
		width: 100%;
	}
	
	.footer-contact {
		padding: 15px;
	}
	.mainbgWrapper {
		background: url(./lib/graph/web-IMG_6969.jpg) 50% 50% fixed;
		background-size: 100% auto;
		height: 100%;
		min-height: 400px;
		width:100%;
		padding: 0px;
	}

	.slide-container .container {
		padding: 25px;
		margin: 0 auto;
	}
	.slide-container .container .item {
		width: 50%;
	}
	.slide-container.pricelist .container .item {
		width: 100%;
		position: relative;
	}	
	.box {
		width: 50%;
		float: left;
		display: inline-block;
	}

    ul.navigation.scrolled {
        width:100%;
		padding:0px;
		margin:0px 0px;

    }
	ul.navigation li {
		margin:5px 5px 25px;
	}
	ul.navigation li.scrolled {
		width:33%;
	}
	.overlay {
		top: 0;
	}
}
@media (min-width:768px){
	.menu {
		position: relative;
	}
	.menu.scrolled {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		background: #fff;
		box-shadow: 0px 0px 35px #00000017;
		padding: 15px;
	}
	
	.menu.scrolled #menuList {
		padding: 0 15px; 
		max-width: 1400px;
		margin: 0 auto;
	}
	
	
}

@media (max-width:768px){
	.menu {
		position: relative;
	}
	.menu.scrolled {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		background: #fff;
		box-shadow: 0px 0px 35px #00000017;
		padding: 15px;
	}
	
	.menu.scrolled #menuList {
		padding: 0 15px; 
		max-width: 1400px;
		margin: 0 auto;
	}
	#cartIcon {
		margin-top: 15px;
	}
	
	.preorder figure, 
	.shop figure {
		width: 50%;
		margin: 0;
	}
	.preorder figure img,
	.shop figure img {
		padding: 10px;
	}

	.half, .intro-image, .intro-image img { 
			width: 100%;
	}
	.box {
		width: 100%;
	}

	.slide-container .container {
		padding: 15px;
		margin: 0 auto;
	}
	.slide-container.retailers .container .item,
	.slide-container .container .item	{
		width: 100%;
	}
	
	#topLinks a {
		display:block;
		text-align: right;
		letter-spacing: 0;
		padding: 10px;
	}
	
	#menuList { 
		margin: 15px auto 10px;
		text-align: center;
		border-top: 1px dashed #ddd;
		border-bottom: 1px dashed #ddd;
	}
	#menuList a {
		text-decoration: none;
	}
	#menuList li {
	}

	#menuList li a {
			text-align: center;
			display: block;
			margin-right: 0px;
	}

	#menuList li a:hover {
		text-decoration: none;
		color: #edd2bc;
		}
	#menuList li.active a {
		font-weight: 700;
		color: #222;
	}	

}