/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    SuperBox
\*------------------------------------*/

/* SuperBox */
.superbox-list {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:16.5%;
	padding: 0 15px 15px 15px;
	cursor: pointer;
}
.superbox-show {
	text-align:center;
	position:relative;
	background:#333;
	box-shadow:inset 0 1px 5px #111;
	-webkit-box-shadow:inset 0 1px 5px #111;
	-moz-box-shadow:inset 0 1px 5px #111;
	width:100%;
  float:left;
	padding:25px;
	display:none;
	margin-bottom: 15px;
}
.superbox-float {
	float:left;
}
.superbox-close {
	opacity:0.7;
	cursor:pointer;
	position:absolute;
	top:25px;
	right:25px;
	background:url(../img/close.gif) no-repeat center center;
	width:35px;
	height:35px;
}
.superbox-close:hover {
	opacity:1;
}
@media only screen and (min-width: 320px) {
	.superbox-list {
		width:100%;
	}
}
@media only screen and (min-width: 486px) {
	.superbox-list {
		width: 49%;
	}
}
@media only screen and (min-width: 1025px) {
	.superbox-list {
		width: 33%;
	}
}
@media only screen and (min-width: 1500px) {
	.superbox-list {
		width: 24.8%;
	}
}
@media only screen and (min-width: 1900px) {
	.superbox-list {
		width: 16.5%;
	}
}
