#gallery{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;

	-webkit-transition: width .3s linear;
	-moz-transition: width .3s linear;
	-o-transition: width .3s linear;
	transition: width .3s linear;
	padding-bottom: 20px;
}
#gallery.min-gallery{
	display: block;
	float: left;
	width: 40%;

}
a.zoom-gallery{
	margin: 5px;
	padding: 2px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	position: relative;
	z-index: 99;
	margin: 0 auto !important;
	clear: both;
}
#gallery.min-gallery a.zoom-gallery{

}
a.zoom-gallery:hover{
	border-color: #111;
}

#gallery.no-activated{
	display: none;
}
#gallery .scroll-content{
	width: 100% !important;
	display: block;
	position: relative;
}
#gallery .scroll-content figure{
	display: block;
	width: 90%;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	position: relative;
	z-index: 2;
	background-repeat: repeat-x !important;
	position: relative;
	top: 50%;
	box-sizing: border-box;
	border: 5px solid transparent;
	display: none;
	margin: 0 auto;
}
#gallery .scroll-content figure figcaption{
	position: absolute;
	bottom: 10px;;
	left: 50%;
	display: table;
	margin: 0 auto;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding: 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:rgba(0, 0, 0, 0.5);
	color: #fff;
}
#gallery img{
	max-width: 100%;
	display: block;
	opacity: 0;
}
#gallery span.arrows{
	position: absolute;
	height: 30px;
	line-height: 30px;
	top: 45%;
	margin-top: -15px;
	color: #111;
	font-size: 36px;
	text-align: center;
	z-index: 999;
	cursor: pointer;
	display: table;
	width: 20px;
	height: 20px;
	/*text-indent: -200000px;*/
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#gallery span.arrow-left{
	left: 0;
	background: url(../images/icons/left.svg) center no-repeat;
	background-size: auto 20px;
}
#gallery span.arrow-right{
	right: 0;
	background: url(../images/icons/right.svg) center no-repeat;
	background-size: auto 20px;
}
#gallery.min-gallery span.arrows{
	top: 40%;
}
#gallery figure img:nth-of-type(1){
	display: block;
}
#gallery .scroll-content figure.atv{
	background-repeat: no-repeat !important;
	top: 0;
	display: block;
	float: none;
	clear: both;
}
#gallery nav.numbers{
	display: table;
	position: relative;
	padding: 15px 2.5%;
	z-index: 888;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
}
#gallery nav.numbers a{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	border: 5px solid #f8f8f8;
	margin: 2px;
	text-indent: -10000000px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #71717a;
}
#gallery nav.numbers a:hover{
	background: #fff;
}
#gallery nav.numbers a.atv{
	background: #1f1f1f !important;
}

@media screen and (max-width: 1200px){
	#gallery span.arrow-left{ left: 5%;}
	#gallery span.arrow-right{ right: 5%;}
	#details-product #gallery span.arrow-left{ left: 10%;}
	#details-product #gallery span.arrow-right{ right: 10%;}
}

@media screen and (max-width: 900px){
	#gallery nav.numbers{

	}
}
@media screen and (max-width: 600px){
	#gallery span.arrow-left{ left: 2.5%;}
	#gallery span.arrow-right{ right: 2.5%;}
}
