body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: .2px;
	overflow: hidden;
	color: #1D1D1B;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:	100%;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

a, .btn, a:before, a:after {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

nav ul li a {
	color: #fff;
}
nav ul li a:hover {
	color: #fff;
	opacity: .5;
	text-decoration: none;
}

/*.breadcrumbs li a {
	color: #444;
}
.breadcrumbs li a:hover {
	color: #3C3C3B;
}*/

.letter-selection {
	border-top: 1px solid #eee;
    padding: 12px 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
}
.letter-selection a, .letter-selection span {
	display: inline-block;
	padding: 5px;
	width: 32px;
    height: 32px;
    line-height: 22px;
    margin: 0 2px;
    color: #444;
    font-size: 16px;
}
.letter-selection span {
	color: #ccc;
}

.btn, .frame a[rel="prev"], .frame a[rel="next"] {
	background-color: #1D1D1B;
	color: #fff;
	text-transform: uppercase;
	border: none;
	display: inline-block;
	border-radius: 0;
	padding: 20px 30px;
	font-size: 14px;
	letter-spacing: 2px;
	position: relative;
}
.btn:hover, .menu-toggle:hover, .frame a[rel="prev"]:hover, .frame a[rel="next"]:hover {
	color: #fff;
	background-color: #3C3C3B;
}

.frame a[rel="prev"], .frame a[rel="next"] {
	position: absolute;
	z-index: 9;
	bottom: 50px;
	width: 70px;
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	padding: 0;
	text-align: center;
}
.frame a[rel="prev"] {
	left: 50px;
}
.frame a[rel="next"] {
	right: 50px;
}

button.btn {
	background-color: #3C3C3B;
}
button.btn:hover {
	background-color: #1D1D1B;
}

.btn,
.btn.focus,
.btn:active,
.btn:hover,
.btn:focus,
button,
button:hover,
button:focus,
a:active,
a:hover,
a:focus,
input:active,
input:hover,
input:focus,
.form-control:focus {
	box-shadow: none;
	text-shadow: none;
	outline: 0 none;
}

.form-control {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	background-color: #3C3C3B;
	color: #fff;
	text-align: center;
	height: auto;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.form-control-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.form-control::placeholder {
  color: #fff;
}
.form-control:focus {
	background-color: #3C3C3B;
	color: #fff;
}

input:-internal-autofill-selected {
	background-color: transparent;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.header-up {
	width: 100%;
	height: 70px;
	background-color: #1D1D1B;
	color: #fff;
	position: relative;
    z-index: 110;
}
.menu-toggle {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 70px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 70px;
	background-image: url(../images/icon-menu.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 70px 140px;
	background-color: #1D1D1B;
	text-align: center;
	padding-right: 40px;
	border-left: 1px solid rgba(255,255,255,.2);
}
.menu-toggle:hover {
	text-decoration: none;
}
.menu-toggle.opened {
	background-position: bottom right;
}
.logo-int {
	float: left;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	height: 70px;
	padding: 27.5px 24px;
}
.logo-int img {
	height: 15px;
}
.header form .input-group {
	width: 100%;
}
.header form .form-control {
	height: 70px;
}
.header form .btn {
	padding: 0;
}
.header form .btn img {
	width: 70px;
	height: 70px;
}
.header nav {
	position: absolute;
	top: 70px;
	right: 0;
	color: #fff;
	width: 50vw;
	height: calc(100vh - 70px);
	text-align: center;
	background-color: #1D1D1B;
	letter-spacing: 2px;
	border-top: 1px solid #868686;
	display: none;
	z-index: 108;
}
.header nav h6 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 40px 0;
}
.header nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 50px;
}
.header nav ul li {
	margin: 25px 0;
}
.header nav ul li a {
	display: inline-block;
	padding: 0;
}
.header nav ul li.current a {
	border-bottom: 1px solid #fff;
}
.header .unloader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 109;
	width: 100%;
	height: 100%;
	background-color: #2b2c2f;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/preloader.gif);
	background-size: 50px 50px;
	opacity: .8;
}

body > section {
	background-color: #fff;
	width: 100vw;
	height: calc(100vh - 70px);
	position: absolute;
	top: 70px;
	left: 0;
	padding: 0;
	z-index: 9;
}
.store-login, .welcome {
	top: 0;
	height: 100vh;
	text-align: center;
	z-index: 999;
	padding: 0;
}
.welcome {
	cursor: pointer;
}
.store-login .d-flex, .welcome .d-flex {
	padding: 20px 0;
	height: 100vh;
}
.store-login img, .welcome img {
	max-width: 180px;
	margin-bottom: 30px;
}
.welcome img {
	margin-bottom: 80px;
}
.welcome h3 {
	font-weight: 100;
	font-size:8vw;
	line-height: 90%;
	color: #dfdad6;
}
.welcome h4 {
	font-weight: 100;
	font-size:1.8vw;
	margin-bottom: 100px;
}
.welcome .btn {
	min-width: 180px;
}

/*.floating {
	text-align: center;
	height: calc(100vh - 120px - 50px);
	overflow: hidden;
}*/

body > section > .container, body > section > .frame, body > section.categories > .container-fluid {
	height: 100%;
	max-height: 100%;
	overflow: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

body > section.categories > .container, body > section.categories > .container-fluid {
	overflow: hidden;
}

.categories > .container, .categories > .container-fluid {
	text-align: center;
}

.categories .scroll-pane {
	height: calc(100vh - 100px - 70px - 45px);
	max-height: calc(100vh - 100px - 70px - 45px);
}

.item-list {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	height: 100%;
}
.categories .item {
	float: left;
    position: relative;
	width: 30%;
    padding-bottom: 30%;
    margin:0 auto;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.categories .item > a {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
}
.categories .item > a:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1D1D1B;
	opacity: .6;
	position: absolute;
	z-index: 1;
}
.categories .item > a:hover:before {
	opacity: .2;
}
.categories .item > a > h4 {
	max-width: 80%;
	padding: 20px 0;
	font-size: 1.5vw;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

body > section > .frame {
	height: calc(100vh - 70px);
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.element-detail .frame > .row {
	text-align: left;
	height: 100%;
}
.element-detail .frame > .row.row-half:first-child {
	height: 17.5%;
}
.element-detail .frame > .row.row-half {
	height: 65%;
}
.element-detail .frame > .row.row-half:last-child {
	height: 17.5%;
}
.element-detail .frame > .row > [class^='col-'] {
	max-height: 100%;
}

.entry-content {
	width: 100%;
	padding: 0 50px;
	max-height: 100%;
	overflow: hidden;
	margin-top: -70px;
}
.entry-content h2, .entry-content h3 {
	font-size: 35px;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
#type_0 .entry-content h2, #type_1 .entry-content h2, #type_2 .entry-content h2, #type_3 .entry-content h2 {
	font-size: 45px;
}
.entry-content h3 {
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 30px;
}
.entry-content p, .page .entry-content li {
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 1.5px;
}
.entry-content p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.entry-content .scroll-pane {
	padding-right: 20px;
	height: 24vh;
}

.row-half .entry-content .scroll-pane {
	height: auto;
}

.element-detail .window {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.element-detail .window.sub {
	margin: 50px auto;
	height: calc(100% - 100px);
	max-height: 100%;
	background-image: url(../images/bg-nicchia.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
}
.element-detail .window.sub .grid {
	margin: 0 auto;
}


.breadcrumbs {
	display: inline-block;
	list-style-type: none;
	/*text-transform: uppercase;*/
	color: #1D1D1B;
	letter-spacing: 1.5px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	margin: 15px 0 0 30px;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 4px;
	white-space: nowrap;
}
.breadcrumbs li:first-child {
	padding: 10px 0 10px 35px;
	border-left: 1px solid rgba(255,255,255,.2);
}
.breadcrumbs li a {
	padding: 5px 0;
	color: #fff;
}
.breadcrumbs li a:hover {
	color: #fff;
	opacity: .8;
	text-decoration: none;
}
/*.breadcrumbs li:after {
	margin-left: 6px;
	font-size: 11px;
	color: #CFCFCF;
	display: inline-block;
	content: '/';
}
.breadcrumbs li:last-child:after {
	display: none;
}*/

.element-detail .tab-content {
	padding: 30px 0;
}

.outputs-list, .element-purposes {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.outputs-list li {
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
.outputs-list li:last-child {
	margin-bottom: 0;
}
.outputs-list li a {
	font-weight: 400;
	color: #BE8A72;
}

.element-purposes li span {
	color: #aaaaaa;
}
.recipe h3, .recipe .element-purposes li span {
	color: #BE8A72;
}
.element-purposes {
	width: 100%;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding: 4px 0;
	margin: -10px 0 25px;
}
.recipe .element-purposes {
	border-top: 1px solid #BE8A72;
	border-bottom: 1px solid #BE8A72;
}
.element-purposes li {
	width: 32%;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #CFCFCF;
}
.recipe .element-purposes li {
	border-right-color: #BE8A72;
}
.element-purposes li:nth-of-type(3) {
	border-right: none;
}

.window .grid {
	width: 100%;
	height: 100%;
	/*border-spacing: 1px;
  	border-collapse: separate;
	background-color: #e5e5e5;*/
}
.window .grid td {
	/*background-color: #fff;*/
	text-align: center;
	position: relative;
	overflow: hidden;
}
.window .grid td img {
	margin: 0 auto;
}
.window .grid td > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	/*background-color: #e5e5e5;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.window .grid td > a:before {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 24px;
	height: 24px;
	border-radius: 100px;
	background-color: #fff;
	color: #1D1D1B;
	content: '+';
	display: inline-block;
	z-index: 20;
	font-size: 20px;
    text-align: center;
    line-height: 24px;
    opacity: .6;
}
.window .grid td > a:hover:before {
	opacity: 1;
}

.hasPattern .window .grid, .hasPattern .window .grid td, .hasPattern .window .grid td > a {
	background-color: transparent;
}
.window .grid td table {
	width: 100%;
	height: 100%;
}

.element-detail #type_0 .window.hasPattern {
	padding: 100px 20px;
	/*background-repeat: repeat;
	background-size: 190px 190px;
	background-position: top center;*/
}
.element-detail #type_0 .window.hasPattern {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.element-detail #type_1 .window .grid td.td-mensola {
	background-image: url(../images/bg-nicchia-mensola_2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.element-detail #type_1 .window .grid tr:last-child > td.td-mensola {
	background-image: none;
}
.element-detail #type_1 .entry-content {
	max-height: none;
	height: auto;
	margin-top: 20px;
}
.element-detail #type_3 .scroll-pane {
	height: 100%;
	max-height: 100%;
}
.element-detail #type_3 .window {
	height: 1435px;
	padding: 50px 22.5px 0;
	position: relative;
}
.element-detail #type_3 .window:after {
	z-index: 11;
	content: '';
	width: 54px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -27px;
	background-image: url(../images/bg-brilliant-chiusura.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.element-detail #type_3 .grid {
	height: 1280px;
}
.element-detail #type_3 .grid table {
	border-collapse: separate;
	border-spacing:22.5px;
}
.element-detail #type_3 .td-mensola {
	background-image: url(../images/bg-brilliant-mensola.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.element-detail #type_3 .window .grid td > a:before {
	top: 0;
    right: 80px;
}
.element-detail #type_3 tbody > tr.td-mensola:last-child {
	background-image: url(../images/bg-brilliant-mensola-last.png);
}




.top-support {
	background-image: url(../images/bg-griglia-staffa.png);
	background-repeat: repeat-x;
	background-position: 0 30px;
	background-size: auto 4px;
	border-left: 16px solid #000;
	border-right: 16px solid #000;
}
.top-support td {
	border-left: 16px solid #000;
	border-right: 16px solid #000;
}
.top-support tr > td:first-child {
	border-left: none;
}
.top-support tr > td:last-child {
	border-right: none;
}

.window .owl-carousel, .window .owl-carousel .owl-stage-outer, .window .owl-carousel .owl-stage, .window .owl-carousel .owl-item, .window .owl-carousel .item {
	height: 100%;
}
.window .owl-carousel .item {
	position: relative;
	background-image:url(../images/product-radial-gradient.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.window .owl-carousel .item .image-placeholder {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 4;
	position: relative;
}
.window .owl-carousel .item h4 {
	color: rgba(255,255,255,.5);
	position: absolute;
	width: 100%;
	text-align: center;
	top: 60px;
	left: 0;
	letter-spacing: 5px;
	font-size: 120px;
	font-weight: 100;
	line-height: 90%;
	z-index: 3;
}

.catalog aside {
	color: #fff;
	padding: 50px 24px;
	background-color: #3C3C3B;
	height: 100%;
	overflow: hidden;
}
.catalog aside h4 {
	padding: 0;
}
.catalog aside .scroll-pane {
	margin: 15px 0 0;
	max-height: calc(100vh - 70px - 100px - 40px - 15px);
}
.catalog aside ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.catalog aside ul li {
	border-top: 1px solid rgba(255,255,255,.1);
}
.catalog aside ul li > ul {
	display: none;
}
.catalog aside ul li.current > ul {
	display: block;
}
.catalog aside ul li > a {
	display: inline-block;
	padding: 10px;
	width: 100%;
	color: #fff;
}
.catalog aside ul li > a:hover, .catalog aside ul li.current ul {
	text-decoration: none;
	background-color: #31312b;
}
.catalog aside ul li.current > ul > li.current {
	background-color: #272723;
	/*background-color: rgba(255,255,255,.2);*/
}
.categories-menu > li.current > a {
	font-weight: 700;
	background-color: #272723;
}

/*.catalog aside ul li.current > a {
	background-color: rgba(255,255,255,.1);
}*/

.catalog .item-list {
	padding: 50px 50px 70px;
}
.catalog .item-list h3 {
	height: 40px;
}
.catalog .item-list .scroll-pane {
	max-height: calc(100vh - 70px - 120px - 40px);
}
.catalog .item-list .item {
	text-align: left;
	margin: 20px 0;
}
.catalog .item-list .item img {
	margin-bottom: 10px;
}
.catalog .item-list .item h4 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}
.catalog .item-list .item h4 a {
	color: #1D1D1B;
}
.catalog .item-list .item h4 a:hover {
	color: #BE8A72;
	text-decoration: none;
}
.catalog .item-list .item small {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	color: #1D1D1B;
	letter-spacing: 1.5px;
	border-top: 2px solid #BE8A72;
	padding-top: 2px;
	margin-top: 8px;
}

.entry-list {
	padding: 0;
	margin: 0;
	width: 100%;
}
.entry-list > .row {
	border-bottom: 2px solid #ECECEC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.entry-list > .row:first-child {
	border-top: 2px solid #ECECEC;
}

.hand-move {
	position: absolute;
	bottom: 300px;
	left: 65%;
	width: 76px;
	height: 100px;
	/*-webkit-transition: all 2s ease-out;
	  -moz-transition: all 2s ease-out;
	  -ms-transition: all 2s ease-out;
	  -o-transition: all 2s ease-out;
	  transition: all 2s ease-out;*/
	  z-index: 99;
	  opacity: 0;
}

/** TABS **/
.nav-tabs, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-item, .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.nav-tabs .nav-link {
	color: #1D1D1B;
	font-size: 14px;
}
.nav-tabs .nav-link.active {
	font-weight: 400;
}
.nav-tabs .nav-item {
	margin: 0 15px
}
.nav-tabs .nav-item:first-child {
	margin-left: 0;
}
.nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.nav-tabs li a.nav-link {
	display: inline-block;
	padding: 5px 0 !important;
	border-bottom: 2px solid transparent;
}
.nav-tabs li a.nav-link.active, .nav-tabs li a.nav-link:hover {
	color: #000;
	border-bottom: 2px solid #BE8A72;
}



/** PADDING & MARGINS **/
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}

.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}

/** SCROLLBARS STYLE **/

/*
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	margin: 0;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	border-radius: 0;
}

.catalog .item-list .mCSB_scrollTools,
.catalog .item-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.catalog .item-list .mCSB_scrollTools .mCSB_draggerRail {
	width: 32px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #1D1D1B;
	border-radius: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ECECEC;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #1D1D1B;
	filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
aside .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #4a4a4a;
}

.scrollbox-wrapper .scrollbox-vertical-bar, .scrollbox-wrapper .scrollbox-vertical-rail {
	display: block;
}
*/

.scroll-pane {
	overflow: auto;
	overflow-x: hidden;
}
.scroll-pane::-webkit-scrollbar {
    width: 4px;
    background-color: #ECECEC;
}
.scroll-pane::-webkit-scrollbar-thumb {
    background-color: #1D1D1B;
}

.catalog .item-list .scroll-pane::-webkit-scrollbar {
    width: 24px;
}


.alert > p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.easter-egg {
	width: 60px;
	height: 40px;
	/*background-color: #f60;*/
	position: absolute;
	bottom: 0;
}
.easter-egg[data-cmd='close'] {
	left: 0;
}
.easter-egg[data-cmd='clear'] {
	right: 0;
}

