/* Needed for the lightbox */



.prolist-page .sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
}

/* Element wrapper */

.prolist-page .sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	background: #f1f1f1;
	border: 5px solid #eee;
	position: relative;
	float: left;
}

.prolist-page .sp-wrap img{ max-width:none;}

/* Thumbnails */

.prolist-page .sp-thumbs {
	text-align: left;
	display: inline-block;
}
.prolist-page .sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px;
}
.prolist-page .sp-thumbs a:link, .sp-thumbs a:visited {
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-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;
	border:1px solid rgb(255,255,255,0.5);
	 margin-top:5px;
}
.prolist-page .sp-thumbs a:hover {
	opacity: 1;
}

/* Styles for the currently selected thumbnail */

.prolist-page .sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}

/* Image currently being viewed */

.prolist-page .sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}
.prolist-page .sp-large a img {
	max-width: 100%;
	height: auto;
}
.prolist-page .sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.prolist-page .sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.prolist-page .sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}
.prolist-page .sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
.prolist-page #sp-prev,.prolist-page #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
.prolist-page #sp-prev {
	left: 10px;
}
.prolist-page #sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
.prolist-page #sp-next {
	right: 10px;
}
.prolist-page #sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
.prolist-page #sp-prev:hover,.prolist-page #sp-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.prolist-page .sp-wrap {
		margin: 0 0 15px 0;
	}
	.prolist-page #sp-prev,.prolist-page #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}

	pre {
		background: #333;
		padding: 10px;
		overflow: auto;
		color: #BBB7A9;
	}
	.button {
		text-decoration: none;
		color: #F0353A;
		border: 2px solid #F0353A;
		padding: 6px 10px;
		display: inline-block;
		font-size: 18px;
	}
	.button:hover {
		background: #F0353A;
		color: #fff;
	}
	.demo {
		text-align: center;
		padding: 30px 0
	}
	.clear {
		clear: both;
	}

	pre {
		background: #333;
		padding: 10px;
		overflow: auto;
		color: #BBB7A9;
	}
	.button {
		text-decoration: none;
		color: #F0353A;
		border: 2px solid #F0353A;
		padding: 6px 10px;
		display: inline-block;
		font-size: 18px;
	}
	.button:hover {
		background: #F0353A;
		color: #fff;
	}
	.demo {
		text-align: center;
		padding: 30px 0
	}
	.clear {
		clear: both;
	}
	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 20px 0;
		font-weight: normal;
	}
	.pro-title {
		margin: 20px 0 0 20px;
	}

	.pro-title h2 {
		font-size: 24px;
		background: #d4d2d2;
		display: inline;
		padding: 5px 30px;
		height: 60px;
		line-height: 60px;
		border-radius: 0 20px 0 0;
	}

	.pxqbg{
		background: #fff;
		width: 100%;
		display: inline-block;
		margin-bottom: 50px;
		padding: 0 30px 50px;
	}