html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#333;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	font-size:14px;
	background-color:#ebeef0;
	/*background-image:url( 'https://www.discotecalaziale.com/assets/img/hall.png' );*/
	background-image:url( '../img/loading.svg' );
	background-repeat:no-repeat;
	background-position:center;
	background-size: 90px 90px;
	
	
}
a:active, a:focus {
	border:none;
	outline:none;
}
input:active, input:focus {
	border:none;
	outline:none;
}
a {
	border:none;
	outline:none;
	text-decoration:none;
	color:inherit;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
	 -webkit-border-radius:0px;
}
a img {
	border:none;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.thin {
	font-weight:100;
}
.light {
	font-weight:300;
}
.regular {
	font-weight:400;
}
.medium {
	font-weight:500;
}
.bold {
	font-weight:600;
}
.black {
	font-weight:700;
}
input[type=button], input[type=submit], input[type=text], input[type=password] {
	-webkit-appearance:none;
	-moz-appearance:none;
}
.row {
	width:100%;
}
.row-in {
	width:94%;
	margin:0 auto;
	position:relative;
	max-width:1400px;
}
.wrapper {
	min-height: calc(100% - 293px);
	padding-bottom:70px;
}

.row-in .empty {
	margin-top:40px;
}
input[type="text"].input, input[type="password"].input  {
	border:1px solid #f0f0f0;
	background-color:#FFF;
	width:100%;
	max-width:320px;
	padding:15px 10px;
	margin:0 0 5px 0;
	border-radius:5px;
}

/*** header ***/
#header {
	/*border-top:2px solid #0a0a0a;*/
	background-color:#0a0a0a;
	/*border-bottom:2px solid #111;*/
}
#header .row-in {
}
#header .fa-bars {
	display:none;
}
#header a#logo {
	padding-top:12px;
	margin-right:40px;
}
#header img {
	max-height:40px;
}
.fixed-header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:100;
}
#header a {
	display:block;
	color:#f7f7f7;
	font-size:22px;
	font-weight:300;
}
#header a i {
	margin-left:10px;
	margin-right:10px;
	padding:20px 0 8px 0;
}
#header .cart-products-count {
	margin:0;
	background:#fdca37;
	position:absolute;
	top:10px;
	font-size:12px;
	border-radius:100%;
	min-width:20px;
	min-height:20px;
	line-height:20px;
	color:#333;
	right:0;
	text-align:center;
}

/*** menu ***/
#menu {
	/*display:none; */
}
/*** navbar ***/
.navbar { 
	float:left;
}
.navbar ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navbar li {
	display: block;
	float: left;
	position: relative;
	text-decoration: none;
  	transition-duration: 0.5s;
}
.navbar li a {
	font-size:14px !important;
	text-transform:uppercase;
	font-weight:400;
	padding:25px 20px 20px 20px;
	white-space: nowrap;
}

.navbar li:hover {
	background: #f6a335;
}

.navbar ul li ul {
	background:#3b3b3b;
	visibility: hidden;
  	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	left: 0;
	display: none;
	z-index:100;
}
.navbar li.dropdown > a::after {
	content:'\f107';
	font-family:"Font Awesome 5 Pro";
}
.navbar ul li:hover > ul,
.navbar ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.navbar ul li ul li {
	clear: both;
  	width: 100%;
}
.navbar ul li ul li a {
	padding:10px 20px !important;
}

.navbar ul li ul li:first-child {
	margin-top:10px !important;
}
.navbar ul li ul li:last-child {
	margin-bottom:20px !important;
}

/*** search ***/
#search {
	background-color:#fdca37;
	padding:15px 0;
	display:flex;
	flex-wrap:wrap;
}
#search .row-in div {
	float:left;
}
.search-category {
	width:15%;
}
.search-field {
	width:70%;
	position:relative;
}
.search-button {
	width:15%;
}
.search-category .ui-selectmenu-button {
	width:calc(100% - 30px);
	border:1px solid #1a1a1a;
	background-color:#1a1a1a;
	font-size:14px;
	padding:15px;
	font-weight:300;
	color:#fff;
}
/*** new ***/
.search-category .ui-corner-all, .search-category .ui-corner-bottom, .search-category .ui-corner-right, .search-category .ui-corner-br {
	border-bottom-right-radius: 0px !important;
}
.search-category .ui-corner-all, .search-category .ui-corner-bottom, .search-category .ui-corner-left, .search-category .ui-corner-bl {
	border-bottom-left-radius: 5px !important;
}
.search-category .ui-corner-all, .search-category .ui-corner-top, .search-category .ui-corner-right, .search-category .ui-corner-tr {
	border-top-right-radius: 0px !important;
}
.search-category .ui-corner-all, .search-category .ui-corner-top, .search-category .ui-corner-left, .search-category .ui-corner-tl {
	border-top-left-radius: 5px !important;
}

.search-category .ui-icon-triangle-1-s {
	float:right;
	margin-top:0;
}
.search-field input {
	width:100%;
	border:1px solid #fff;
	font-size:14px;
	padding:15px;
	font-weight:100;
}
.search-button button {
	width:100%;
	border:1px solid #1a1a1a;
	background-color:#1a1a1a;
	font-size:14px;
	padding:15px 0;
	font-weight:300;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	color:#fff;
}

/*** focus ***/
#focus .row-in {
	display:flex;
	flex-wrap:wrap;
	margin-top:15px;
	text-align:center;
}
#focus .row-in div {
	width:25%;
	float:left;
	font-size:14px;
}
#focus .row-in div i {
	font-size:18px;
	vertical-align:middle;
	margin-right:5px;
}

/*** breadcrumb ***/
#breadcrumb .row-in {
	margin-top:16px;
	margin-bottom:15px;
}
#breadcrumb .row-in i {
	margin-right:5px;
	margin-left:5px;
}

/*** footer ***/
#footer {
	background-color:#0a0a0a;
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
	color:#fdca37;
}
.footer {
	display:table;
	width:100%;
	border-bottom:1px solid #fdca37;
	padding:1% 0;
}
.footer .line {
	height:1px;
	background-color:#e4e4e4;
	margin:15px 0;
}
.footer-left {
	position:relative;
	display:table-cell;
	vertical-align:top;
	padding:0 1%;
	height:80%;
}
.footer-left .col {
	width:28%;
	float:left;
	margin-right:5%;
	display:table-cell;
	height:80%;
}
.footer-left-row {
	font-size:14px;
	color:#f0f0f0;
	text-transform:uppercase;
	padding:20px 0px;
	position:absolute;
	bottom:0;
	width:100%;
}
.footer-left .col a {
	font-size:12px;
	line-height:17px;
	color:#fff;
}
.footer-left .col span {
	text-transform:none;
	font-size:12px;
	font-weight:600;
}
.footer-left .col strong, .footer-left .col strong a {
	font-size:22px;
	font-weight:600;
}
.footer-right {
	display:table-cell;
	width:300px;
	padding:0 1%;
	text-align:center;
}
.footer-right i {
	color:#FFF;
	font-size:30px;
}
.footer-row {
	font-size:12px;
	text-transform:uppercase;
	padding:20px 0px;
	display:none;
}

/*** button ***/
.button {
	display:block;
	width:100%;
	padding:15px 0;
	border-radius:5px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
}
.blu {
	background-color:#fdca37;
	color:#1a1a1a;
}

.red {
	background-color:#f00;
	color:#fff;
}

/*** alert ***/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

/*** paginator ***/
.paginator {
	text-align:right;
	margin: 0 0 20 0;
}

ul.pagination {
    display: inline-block;
    padding: 0;
	margin:0;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 14px;
    text-decoration: none;
}
ul.pagination li.disabled {
    color: black;
    float: left;
    padding: 8px;
    text-decoration: none;
}
ul.pagination li.active a {
    background-color: #f6a335;
    color: white;
}

ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}

/*** radio ***/
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #fdca37;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*** slider ***/
#slider {
	margin:15px 0;
}
#slider img {
	width:100%;
	border-radius:5px;
}
#slider .area {
	position:absolute;
	left:6%;
	top:10%;
	font-size:12px;
	text-transform:uppercase;
}
#slider .area .l {
	background-color:#0a0a0a;
	background-image:-webkit-linear-gradient(30deg, #0a0a0a 57%, #fdca37 61%);
	float:left;
	width:30px;
	padding:5px 0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
#slider .area .r {
	background-color:#fdca37;
	float:left;
	padding:5px 10px 5px 0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
#slider .mobile {
	display:none;
}
#slider .title {
	position:absolute;
	left:6%;
	top:18%;
	font-size:32px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:-1px;
}
#slider .subtitle {
	position:absolute;
	left:6%;
	top:28%;
	font-size:28px;
	font-weight:300;
	letter-spacing:-1px;
}
#slider .subtitle .mobile {
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:-1px;
}
#slider .bottone {
	position:absolute;
	left:6%;
	top:60%;
	font-size:18px;
	font-weight:400;
	/*text-decoration:underline;*/
	text-transform:uppercase;
	font-size:22x;
	font-weight:400;

}

/*** responsive ***/
@media screen and (max-width:1165px) {
	#header img {
 		max-height:35px;
	}
	.navbar li a {
 		font-size:12px !important;
	}
	/*#header a {
		padding:18px 0 8px 0;
	}*/
}
@media screen and (max-width:1075px) {
	#header a#logo {
		margin-right:0px;
	}
}
@media screen and (max-width:1035px) {
	.navbar {
		display:none;
	}
	#header a#logo {
		margin-left:calc(50% - 138px);
		padding-top: 7px;
	}
	#header .fa-bars {
		display:block;
	}
	#slider .mobile {
		display:block;
	}
	#slider .desktop, #slider .title, #slider .subtitle .desktop, #slider .bottone  {
		display:none;
	}
	#slider .area {
		position:relative;
		left:0;
		width:100%;
		font-weight:500;
	}
	#slider .area .l {
		border-bottom-left-radius:0px;
	}
	#slider .area .r {
		width: calc( 100% - 40px );
		border-bottom-right-radius:0px;
	}
	#slider img {
		width: 100%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#slider .subtitle {
		top:50%;
	}


}
@media screen and (max-width:960px) {
	#slider .subtitle .mobile {
		font-size:18px;
	}
	.footer {
		height:auto;
	}
	.footer .line {
		height:1px;
		margin:15px 0;
	}
	.footer-left .col {
		width:90%;
		float:left;
		padding: 15px 5%;
		display: table-cell;
		height:auto;
	}
	.footer-left-row {
		display:none;
	}
	#footer .border {
		border-right:0;
	}
	.footer-left .col a {
		font-size:13px;
		line-height:18px;
	}
	.footer-left .col span {
		font-size:13px;
	}
	.footer-right {
		display: none;
	}
	.footer-row {
		display:block;
		margin:0 5%;
	}
}
@media screen and (max-width:760px) {
	#slider .subtitle .mobile {
		font-size:12px;
	}
	.search-category {
		width:25%;
	}
	.search-field {
		width:55%;
	}
	.search-button {
 		width:20%;
	}
	#focus .row-in div i {
		font-size:18px;
		display:block;
		margin-right:0px;
	}
}
@media screen and (max-width:480px) {
	#focus .row-in div i {
		font-size:14px;
		display:block;
		margin-right:0px;
	}
	#focus .row-in div {
		display:none;
	}
	#header a i {
		margin-left: 10px;
	}
}
@media screen and (max-width:400px) {
	#header a#logo {
		margin-left:0;
	}
}
.ui.label {
	display: inline-block;
	line-height: 1;
	vertical-align: baseline;
	margin: 0 .14285714em;
	background-color: #e8e8e8;
	background-image: none;
	padding: .5833em .833em;
	color: rgba(0,0,0,.6);
	text-transform: none;
	font-weight: 500;
	border: 0 solid transparent;
	border-radius: .28571429rem;
	-webkit-transition: background .1s ease;
	transition: background .1s ease;
	text-transform:capitalize;
}

.labels {
	padding: 8px 2px 12px 2px;
	display: block;
	border-bottom: 1px solid #ebeef0;
}

.price {
	font-weight:400;
}
.suggestion {
	background-color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:20px;
	background-image:url( '../img/loading.svg' );
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 20px 20px;
	width:calc( 100% - 40px );
	position:absolute;
	top:39px;
	z-index:2;
	display:none;
	border-bottom:3px solid #f6a335;
	overflow:auto;
	max-height:211px;

}
/*** cerca ***/
.product-cerca img.img {
	width:100%;
}
.product-cerca .img img {
	width:100%;
	height:100%;
}
.product-cerca .img a > img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: center center;
}
.product-cerca .img a {
	position:relative;
	display: block;
}
.product-cerca .img a:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
/*** block one ***/
.product-cerca .section-product {
	float:left;
	width:calc( 33% - 30px );
	padding:0px 15px 15px 15px;
}
.product-cerca .img {
	float:left;
	width:25%;
	position:relative;
	margin-right:10px;
}
.product-cerca .info {
	/*margin-top: 5px;*/
	width: calc( 75% - 10px );
}
.product-cerca .title {
	font-weight:400;
	color:#e65c2d;
	font-size:11px;
	text-transform:capitalize;
}
.product-cerca .artist {
	font-size:10px;
	text-transform:capitalize;
}
.product-cerca .abstract {
	color:#666;
	font-size:9px;
	font-weight:500;
	text-transform:uppercase;
}
.product-cerca  {
	width:100%;
}
@media screen and (max-width:1300px) {
	.product-cerca .section-product {
		width:calc( 50% - 30px );
	}
}
@media screen and (max-width:760px) {
	.product-cerca .section-product {
		width:calc( 100% - 30px );
	}
	.product-cerca .title {
		font-size:10px;
	}
	.product-cerca .artist {
		font-size:9px;
	}
	.product-cerca .abstract {
		font-size:8px;
	}
	.suggestion {
		width:calc( 180% - 40px );
		left:-45%;
	}
}
@media screen and (max-width:480px) {
}
.search-button button, .tutti {
	cursor:pointer;
}
.tutti {
	text-align:center;
	padding:5px 0 0 0;
	cursor:pointer;
	display:inline-block;
	width:100%;
	font-weight:500;
	font-size:12px;
}
.mCustomScrollBox, .mCSB_container {
	width:100% !important;
}
.rivenditori { 
	background-color:#222;
	text-align:center;
	color:#fff;
	padding:10px;
	text-transform:uppercase;
}

#proj {
	background-color:#fff;
	text-align:center;
	font-size:10px !important;
	color:#666;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-top:2px;
}

#proj img  {
	width:100%;
	max-width:200px;
}



