/*
	Important this file is beeen modified by Webarch
*/

/*------------------------------------*\
    SuperBox
\*------------------------------------*/
.superbox *,
.superbox *:after,
.superbox *:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* SuperBox */
.superbox-list {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12.5%;
	padding:5px;
	position:relative;
}
.superbox-list.active:before {
	content: "\f0d8";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 43%;
	bottom: -25px;
	z-index: 2;
	text-align: center;
	font-size: 45px;
	color: #222;
}

.superbox-img {
	max-width:100%;
	width:100%;
	cursor:pointer;
}
.superbox-show {
	text-align:left;
	position:relative;
	 background-color: #222;
	width:100%;
    float:left;
	padding:25px 0 12px 25px;
	display:none;
	margin: 5px 0;
}
.superbox-current-img {
	max-width:100%;
	float:left;
	padding-right:25px;
	padding-bottom:13px;
}
.superbox-img:hover {
	opacity:0.8;
}
.superbox-float {
	float:left;
}
.superbox-close {
	opacity:0.7;
	cursor:pointer;
	position:absolute;
	top:15px;
	right:15px;
	transition: all 0.1s linear 0s;	
}
.superbox-close:hover {
	opacity:1;
}

.superbox-imageinfo {
	display:inline-block;
	max-width:500px;
	color:#fff;
	padding:0 25px 0 0;
}

.superbox-imageinfo span {
	font-size:13px;
	color:#7D7D7D;
	margin-right:-2px;
	padding-top:10px;
	display:inline-block;
	padding-bottom:13px;
}

.superbox-imageinfo >:first-child {
	margin-bottom:10px;
	font-weight:bold;
}

.superbox-imageinfo span p:last-child {
	margin-top:30px;
}

@media only screen and (min-width: 320px) {
	.superbox-list {
		width:50%;
	}
}
@media only screen and (min-width: 486px) {
	.superbox-list {
		width:25%;
	}
}
@media only screen and (min-width: 768px) {
	.superbox-list {
		width:16.66666667%;
	}
}
@media only screen and (min-width: 1025px) {
	.superbox-list {
		width:12.5%;
	}
}
@media only screen and (min-width: 1824px) {
	.superbox-list {
		width:12.5%;
	}
}