body
{
    overflow-y: hidden;
}

.b1 #slider
{
	display: none;
}

.b1 #sliderm
{
	margin: auto;
}

.b1 #slider.splide, .b1 #sliderm.splide
{
	padding: 0em;
}

.b1 #slider ul li
{
	background-position: top;
	/*background-size: auto 215px;*/
	/*background-size: 100% 55%;*/
	background-size: 105% 60%;
	background-repeat: no-repeat;
}

.b1 #slider ul li a, .b1 #sliderm ul li a
{
	text-decoration: none;
	color: #162318;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.b1 #slider .box, .b1 #sliderm .box
{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
}

.b1 #sliderm .box
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.b1 .splide__arrows
{
	display: none;
}

.b1 .icon
{
	width: 22px;
	margin: 47px auto 9px auto;
	min-height: 22px;
}

.b1 .stitle
{
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin-bottom: 9px;
	min-height: 18px;
}

.b1 .ssubtitle
{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 26px;
	min-height: 18px;
}

.b1 .button
{
	display: flex;
margin-bottom: 10px
}

.b1 .button:hover
{
	background-color: #ffffff;
	color: #162318;
}

.b1 .list_wrap
{
	background-color: rgba(255,255,255, 0.43);
	margin-top: 20px;
}

.b1 .list
{
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 15px 20px 15px;
	position: relative;
	z-index: 1;
}

.b1 .list .box
{
	flex-basis: 27%;
}

.b1 .list .box h3
{
	max-width: 100px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin: auto;
}

.b1 .list .box div
{
	min-height: 30px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b2 h1
{
	text-align: center;
	margin: 0px auto 31px auto;
}

.b2 h2
{
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.b2 .splide__arrow:hover svg 
{
    fill: #ffffff;
}

.b2 .splide__arrow svg 
{
    width: 8px;
    height: 16px;
    fill: #ffffff;
}

.b2 button
{
	background-color: #7A6695 !important;
}

.b2 .product:hover 
{
    transform: scale(1.1);
}

.b2 .products
{
	margin: 0px auto 63px auto;
	max-width: 346px;
}

.b2 .products .product
{
	display: none;
}

.b2 .products .product:nth-child(1), .b2 .products .product:nth-child(2)
{
	display: block;
}

.b3 .container
{
	padding: 0px;
	background-color: #EEE1FF;
}

.b3 .list
{
	background-color: #EEE1FF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 15px;
	max-width: 1267px;
	margin: auto;
}

.b3 .list .scrollme
{
	flex-basis: 27%;
}

.b3 .list .box img
{
	margin: auto;
	max-width: 50px;
}

.b3 .list .box h3
{
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
}

.b3 .list .box .description
{
	display: none;
}

.b3 .list .box div:not(.description)
{
	min-height: 30px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.b3 .list .scrollme:nth-child(4), .b3 .list .scrollme:nth-child(5)
{
	flex-basis: 50%;
	margin-top: 38px
}

.b4 h2
{
	text-align: center;
	margin: 32px 0px 20px 0px;
}

.b4 .splide__arrow:hover svg 
{
    fill: #ffffff;
}

.b4 .splide__arrow svg 
{
    width: 8px;
    height: 16px;
    fill: #ffffff;
}

.b4 button
{
	background-color: #7A6695 !important;
}

.b4 .product:hover 
{
    transform: scale(1.1);
}

.b4 .products
{
	margin: 0px auto 63px auto;
	max-width: 346px;
}

.b4 .products .product
{
	display: none;
}

.b4 .products .product:nth-child(1), .b4 .products .product:nth-child(2)
{
	display: block;
}

.b5 .box
{
	position: relative;
	max-width: 616px;
	height: 362px;
	width: 100%;
	margin: 0px auto 20px auto;
	overflow: hidden;
	display: block;
}

.b5 .box:after
{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(230, 207, 187, 0.9);
    opacity: 0;
    transition: all ease 0.5s;
    cursor: pointer;
}

.b5 .box:nth-child(3):after
{
	background: rgba(255, 255, 255, 0.9);
}

.b5 .box:hover:after
{
	opacity: 1;
}

.b5 .box:hover span 
{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 45px;
    z-index: 1;
}

.b5 .box .bg
{
	position: absolute;
	z-index: 0;
	min-height: 174px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b5 .box span
{
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	position: absolute;
	max-width: 130px;
	display: inline-block;
	top: 59px;
	left: 76px;
}


.b5 .box span .icon
{
	left: -60px;
	top: -75px;
	mix-blend-mode: overlay;
	opacity: 0.5;
	width: 90px;
	height: 90px;
	position: relative;
}

.b5 .box:nth-child(3) span .icon
{
	mix-blend-mode: unset;
}

.b6 .container
{
	padding: 0px;
}

.b6 .parallax
{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: 1024px 100%;*/
	min-height: 390px;
}

.b6 .logo
{
	width: 174px;
	margin: 0px auto;
	padding-top: 50px;
}

.b6 .text
{
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	margin: 27px auto;
	max-width: 345px;
	padding: 0px 15px;
}

.b6 .button:hover
{
	background-color: #ffffff;
	color: #162318;
}

.b7 .head
{
	display: flex;
	justify-content: space-between;
	margin: 51px 0px 18px 0px;
}

.b7 a
{
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
}

.b7 h4
{
	padding-top: 4px;
}

.b7 a img
{
	margin-right: 7px;
}

.b7 #sb_instagram
{
	padding-bottom: 0px !important;
}

.b7 #sb_instagram #sbi_images .sbi_item
{
	padding: 4px !important;
}

.b7 #sb_instagram #sbi_images .sbi_item:nth-child(9), .b7 #sb_instagram #sbi_images .sbi_item:nth-child(10), .b7 #sb_instagram #sbi_images .sbi_item:nth-child(11), .b7 #sb_instagram #sbi_images .sbi_item:nth-child(12)
{
	display: none;
}

.b7 #sbi_images
{
	padding: 0px !important;
}

.b8 h2
{
	margin: 51px 0px 16px 0px;
}

.b8 .text
{
	margin-bottom: 40px;
}

.b8 input
{
	font-size: 16px;
	line-height: 20px;
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
}

.b8 input:focus
{
    outline: none;
}

.b8 input::placeholder
{
	color: #2D0A45;
}

.b8 .mc4wp-form-fields
{
    display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #2D0A45;
}

.b8 form 
{
	margin-bottom: 63px;
}

.b9 .container
{
	padding: 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.b9 .list
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 48px 15px 0px 15px;
	max-width: 1267px;
	margin: auto;
}

.b9 .list .box
{
	min-height: 130px;
	margin-bottom: 30px;
}

.b9 .list .scrollme
{
	flex-basis: 50%;
}

.b9 .list .box img
{
	margin: auto;
	width: 40px;
}

.b9 .list .box h3
{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	max-width: 145px;
	margin: auto;
}

.b9 .list .box div
{
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.b10
{
	margin-bottom: 77px;
}

.b10 .container
{
	overflow: hidden;
}

.b10 h2
{
	margin-top: 47px;
	margin-bottom: 20px;
	text-align: center;
}

.b10 .list
{
	width: 972px;
	display: flex;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.b10 .list .box
{
	width: 223px;
	display: block;
	margin-right: 20px;
	opacity: 0.6;
	color: #162318;
	text-decoration: none;
}

.b10 .list .box:nth-child(1)
{
	opacity: 1;
}

.b10 .box .image
{
	margin-bottom: 16px;
}

.b10 .box .image img
{
	height: 120px;
	width: 100%;
}

.b10 .box .title
{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 12px;
}

.b10 .box .description
{
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 12px;
}

.b10 .box .date
{
	font-size: 14px;
	line-height: 18px;
	color: #2D0A45;
}

.b10 .button
{
	color: #162318;
	border: 1.5px solid #2D0A45;
}

.b10 #slider_blog
{
	padding: 0px;
}

.b11 h2
{
	margin-bottom: 15px;
	text-align: center;
}

.b11 .left, .b11 .right
{
	text-align: justify;
}

.woocommerce-info
{
	display: none;
}

@media only screen and (min-width: 500px) 
{
	.b10 .list .box:nth-child(2)
	{
		opacity: 1;
	}
}

@media only screen and (min-width: 600px) 
{
	.b1 .list_wrap
	{
		margin-top: 20px;	
	}
	
	.b1 .list
	{
		padding: 0px 15px 20px 15px;	
	}
}


@media only screen and (min-width: 768px) 
{
	.b1 #sliderm
	{
		display: none;	
	}
	
	.b1 #slider
	{
		display: block;
	}
	
	.b1 .container.wide
	{
		padding: 0px;
	}
	
	.b1 .list_wrap
	{
		margin-top: 90px;	
	}

	.b1 .list
	{
		/*padding: 34px 40px 18px 40px;*/
		padding: 24px 40px 8px 40px;
		max-width: 1262px;
		margin: auto;
	}

	.b1 .list .box
	{
		display: flex;
		max-height: 74px;
	}

	.b1 .list .box img
	{
		width: 100%;
	}

	.b1 .list .box h3
	{
		margin-left: 36px;
		display: flex;
		align-items: center;
		text-align: left;
	}
	
	.b1 #slider ul li
	{
		background-size: 100% 100%;	
	}

	.b1 #slider .box
	{
		margin-left: 0px;
	}

	.b2 h1 
	{
	    max-width: 600px;
	}

	.b2 .products
	{
		max-width: 529px;
	}

	.b2 .products .product:nth-child(3)
	{
		display: block;
	}

	.b3 .list .scrollme, .b3 .list .scrollme:nth-child(4), .b3 .list .scrollme:nth-child(5)
	{
		flex-basis: 20%;
		margin-top: 0px;
	}

	.b4 .products
	{
		max-width: 529px;
	}

	.b4 .products .product:nth-child(3)
	{
		display: block;
	}

	.b5 .list
	{
		margin-bottom: 100px;
	}

	.b5 .box span
	{
		font-size: 33px;
		line-height: 38px;
	}

	.b5 .box:nth-child(3) span, .b5 .box:nth-child(4) span
	{
		max-width: 200px;
	}

	.b7 .head
	{
		justify-content: flex-start;
	}

	.b7 .head h2
	{
		margin-right: 186px;
	}

	.b7 .head h4
	{
		display: flex;
		align-items: end;
	}

	.b7 #sb_instagram #sbi_images .sbi_item:nth-child(9), .b7 #sb_instagram #sbi_images .sbi_item:nth-child(10), .b7 #sb_instagram #sbi_images .sbi_item:nth-child(11), .b7 #sb_instagram #sbi_images .sbi_item:nth-child(12)
	{
		display: block;
	}

	.b8 .container
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.b8 h2
	{
		max-width: 350px;
		margin-right: 50%;
	}

	.b8 .text
	{
		display: flex;
		align-items: center;
		flex-basis: 50%;
	}

	.b8 .letters
	{
		flex-basis: 50%;
	}

	.b9 .list .scrollme
	{
		flex-basis: 25%;
	}

	.b9 .list .box h3
	{
		max-width: 185px;
	}

	.b10 .list .box:nth-child(3)
	{
		opacity: 1;
	}

	.b11 .container
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.b11 h2
	{
		margin: 0px auto 15px auto;
		flex-basis: 100%;
	}

	.b11 .left, .b11 .right
	{
		flex-basis: 48%;
	}
}

@media only screen and (min-width: 983px) 
{
	.b10 .list
	{
		width: 952px;
	}

	.b10 .list .box:nth-child(4)
	{
		opacity: 1;
		margin-right: 0px;
	}
}

@media only screen and (min-width: 1024px) 
{
	.b1 .icon 
	{
	    width: 60px;
	    margin: 80px auto 20px auto;
	    min-height: 60px;
	}

	.b1 .stitle
	{
		font-weight: 600;
		font-size: 61px;
		line-height: 75px;
		min-height: 75px;
	}

	.b1 .ssubtitle
	{
		font-size: 44px;
		line-height: 54px;
		margin-bottom: 20px;
		min-height: 54px;
	}

	.b1 .button
	{
		display: block;
		margin-bottom: 77px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.b1 .list .box h3
	{
		max-width: 150px;
	}

	.b1 .list .box div
	{
		width: 50%;
		margin: 0px;
	}

	.b1 .list .box div img
	{
		height: 100%;
	}

	.b1 .splide__arrows
	{
		display: block;
	}

	.b1 .splide__arrow svg
	{
		width: 8px;
		height: 16px;
		fill: #ffffff;
	}

	.b1 .splide__arrow:hover svg
	{
		fill: #ffffff;
	}

	.b1 .splide__arrow--prev
	{
		left: 53px;
	}

	.b1 .splide__arrow--next
	{
		right: 53px;
	}

	.b2 h1 
	{
	    max-width: 800px;
	    margin: 83px auto;
	}

	.b2 h2
	{
		margin: 0px;
	}

	.b2 .products 
	{
	    max-width: 930px;
	}

	.b3 .list .box img
	{
		width: 60px;
		max-width: 100%;
	}

	.b3 .list .scrollme:nth-child(5) img
	{
		width: 90px;
	}

	.b3 .list .box div:not(.description)
	{
		min-height: 90px;
		margin-bottom: 0px;
	}

	.b3 .list .box h3
	{
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		min-height: 70px;
	}

	.b3 .list .box .description
	{
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		max-width: 190px;
		margin: 12px auto 0px auto;
		min-height: 100px;
	}

	.b4 h2
	{
		margin: 43px 0px 32px 0px;
	}

	.b4 .products 
	{
	    max-width: 930px;
	}

	.b5 .list
	{
		margin-bottom: 160px;
		display: flex;
		flex-wrap: wrap;
	}

	.b5 .box
	{
		flex-basis: 48%;
	}

	.b6 .parallax
	{
		background-size: cover;
	}

	.b7 .head
	{
		margin-left: 135px;
		margin-top: 104px;
	}

	.b7 a img 
	{
	    margin-right: 14px;
	}

	.b7 #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item 
	{
    	width: 16.666%;
	}

	.b8 h2
	{
		max-width: 500px;
		margin: 122px 380px 26px 135px;
	}

	.b8 .text
	{
		flex-basis: 40%;
		margin-bottom: 162px;
		margin-left: 135px;
	}

	.b8 .letters 
	{
    	flex-basis: 30%;
    	margin-bottom: 102px;
    	margin-right: 100px;
    	max-width: 487px;
    }

    .b9 .list
    {
    	padding: 76px 15px 60px 15px;
    }

    .b9 .list .box
    {
    	margin-bottom: 0px;
    }

    .b9 .list .box div
    {
    	margin-bottom: 24px;
    }

    .b9 .list .box img
    {
    	width: 57px;
    }

    .b9 .list .box h3
    {
    	font-weight: 400;
		font-size: 22px;
		line-height: 27px;
		max-width: 245px;
    }

    .b10 h2
    {
    	margin-top: 141px;
    }
}

@media only screen and (min-width: 1200px) 
{
	.b1 .container
	{
		background-color: #ebd8c7;
	}

	.b6 .parallax
	{
		min-height: 580px;
	}

	.b7 #sb_instagram #sbi_images .sbi_item 
	{
    	padding: 10px !important
    }

	.b8 h2 
	{
	    margin: 122px 45% 26px 135px;
	}

	.b10 .list 
	{
	    width: 1102px;
	}

	.b10 .list .box
	{
		width: 263px;
	}

	.b10 .box .image img
	{
		height: 150px;
	}

	.b1 .splide__arrow--prev
	{
		left: 113px;
	}

	.b1 .splide__arrow--next
	{
		right: 113px;
	}
}

@media only screen and (min-width: 1322px) 
{
	

	.b5 .list
	{
		max-width: 1262px;
		margin-left: auto;
		margin-right: auto;
	}

	.b5 .box
	{
		flex-basis: 616px;
		margin: 0px;
		margin-bottom: 20px;
	}

	.b5 .box:nth-child(2n)
	{
		margin-left: 30px;
	}
}

@media only screen and (min-width: 1440px) 
{
	.b2 .products
	{
		max-width: 1240px;
	}

	.b2 .products .product:nth-child(4)
	{
		display: block;
	}

	.b3_5 .buttons
	{
		margin-left: 50px;
	}

	.b3_5 .buttons .contact
    {
    	margin-left: 75px;
    }

	.b4 .products
	{
		max-width: 1240px;
	}

	.b4 .products .product:nth-child(4)
	{
		display: block;
	}

	.b8 .letters
	{
		flex-basis: 100%;
	}

	.b10 .list 
	{
    	width: 1262px;
    }

    .b10 .list .box 
    {
    	width: 303px;
	}

	.b10 .box .image img 
	{
	    height: 180px;
	}
}

@media only screen and (min-width: 1600px) 
{
	.b2 .products
	{
		max-width: 1550px;
		width: 1550px;
	}

	.b2 .products .product:nth-child(5)
	{
		display: block;
	}

	.b4 .products
	{
		max-width: 1550px;
		width: 1550px;
	}

	.b4 .products .product:nth-child(5)
	{
		display: block;
	}

	.b10 .list 
	{
    	width: 1548px;
    }

    .b10 .list .box 
    {
    	width: 357px;
    	margin-right: 30px;
	}

	.b10 .list .box:nth-child(4)
	{
		margin-right: 0px;
	}

	.b10 .box .image img 
	{
	    height: 190px;
	}

	.b11 .container
	{
		padding: 0px;
	}
	.b11 .container {
		max-width: 960px;
	}
	.b11 .left, .b11 .right
	{
		flex-basis: 440px;
	}
}

