/**************** carousel ****************/


.container-nav {
	top:40%;
}

.container-nav .btn-prev,
.container-nav .btn-next {
	background:transparent;
	margin-top:-400px;
	width:50px;
	height:400px;
	position: absolute;

	display:block;
}

.container-nav .btn-prev {
	left: 0;
	z-index:6;
}

.container-nav .btn-next {
	right: 0;
	z-index:7;
}

.diy-slideshow {
	width:100%;
	min-width: 960px;
	height:400px;
	margin:0;
	padding:0;
	position: relative;
	display: block;
  /*overflow: visible !important;*/
	overflow: hidden;
}

.diy-slideshow	figure {
	z-index:1;
	position: absolute;
	margin:0;
	padding:0;
	height: auto;
	left:50%;
	margin-left:-960px;
}

.diy-slideshow img {
	position: absolute;
	height: auto;
	display:block;
	margin:0;
}

.diy-slideshow .show {
	z-index:3 !important;
}

.icn-prev,
.icn-next  {
	color: #dff1ff;
 	position: absolute;
 	background: rgba(0,0,0,0.6);
	z-index:5;
 	top:-225px;
 	font-size: 2em;
 	opacity: 0;
 	user-select: none;
	cursor: pointer;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.icn-prev {
  left: 0;
  padding: 11px 17px 11px 13px;
}

.icn-next {
  right: 0;
  padding: 11px 13px 11px 17px;
}

.container-nav {
	position: relative;
	z-index:4;
	width:960px;
	margin-left:50%;
	left:-480px;
	margin-top: 0em;
}

.container-nav .btn-prev,
.container-nav .btn-next {
	cursor:pointer;
}


.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	z-index:5;
	text-align: center;
}

.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  /*background-color: rgba(255, 255, 255, 0.6);*/
	background-color: rgba(215, 215, 215, 0.6);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9);
}



@media print {
  .diy-slideshow {
    overflow: hidden !important;
  }
}
