.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#catalog-carousel-wrap {
  /* fixed width, centered in viewport 
  width: 980px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;*/
}
#showcase {
  width: 100%;
  height: 660px;
  /*background: #eeeeee;  Old browsers */
  /*background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome, Safari4+ */
  /*background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+, Safari5.1+ */
  /*background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
 /* background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C */
/*  -webkit-box-shadow: 0px 0px 13px 5px #DB1242;
  -moz-box-shadow: 0px 0px 13px 5px #DB1242;
  box-shadow: 0px 0px 13px 5px #DB1242;
  border-radius: 8px; */
  margin-top: 12px;
  visibility: hidden;
  z-index: 0;
}
#showcase img {
  cursor: pointer;
}
#catalog-carousel-item-container{
  background-color: rgba(0,0,0,0.8);
  color: #ffffff;
  font-size: 29px;
  letter-spacing: 0.13em;
  line-height: 32px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
  text-align: center;
  
  padding: 20px;
  
  position:absolute;
  width: 440px;
  left: calc( 50% - 220px );
  top: 0%;
  z-index: 99;
}

#catalog-carousel-item-title {
	/*width: calc( 100% - 120px );
	float:left;*/
}

#mini-map {
	background-color: rgba(128,128,128,0.5);/**/
	
	/* background-image:url(images/mini-map.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 0px 0px;*/
	
	/*float:left;*/
	
	border: 3px solid #fff;
	
	position:absolute;
	right: 15px;
	bottom: 15px;
}
#mini-map svg{
	opacity: 1;
	display:block;
	z-index: 1000;
}

#catalog-carousel-nav {
  text-align: center;
  position: absolute;
  width: 160px;
  bottom: 10px;
  left: calc( 50% - 80px );
  z-index: 100;
}
#catalog-carousel-nav > button {
  width: 64px;
  height: 36px;
  color: #666;
  font: bold 16px arial;
  text-decoration: none;
  text-align: center;
  margin: 5px;
  text-shadow: 0px 1px 0px #f5f5f5;
  background: #f6f6f6;
  border: solid 1px rgba(0, 0, 0, 0.4);
 /* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
#catalog-carousel-nav > button:active,
#catalog-carousel-nav > button.down {
  background: #dfdfdf;
  border: solid 2px rgba(0, 0, 0, 0.6);
  box-shadow: none;
}

#catalog-carousel-nav > button > i {
	font-weight: 700;
	font-size: 22px;
}
#catalog-carousel-nav > button > i.fa-rotate-right,
#catalog-carousel-nav > button > i.icon-arrows-slide-right2 {
	/*-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
}
#catalog-carousel-nav > button > i.fa-rotate-left,
#catalog-carousel-nav > button > i.icon-arrows-slide-left2 {
	/*-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);*/
}