/* ------------------------------------------------------ */
/* Grand Search                                           */
/* ------------------------------------------------------ */
#series_list_container {
	float: right;
}
/* ------------------------------------------------------ */
/* Results                                                */
/* ------------------------------------------------------ */
#results {
	clear: both;
	position: relative;
	margin: 10px 30px 20px 30px;
}
#results .nav_prev_set {
	display: none;
	position: absolute;
	top: 67px;
	left: -22px;
}
#results .nav_next_set {
	display: none;
	position: absolute;
	top: 67px;
	right: -22px;
}
#results .nav_prev_set img, #results .nav_next_set img {
	position: relative;
	top: -35px;
}
#results .thumbs {
	width: 100%;
	margin: 0 auto;
}
#results_user .profile_info .social_spacing {
/*
	line-height: 10px;
*/
}
#results_user .nav_social_btn {
	float: left;
	margin: 0px 10px 5px 0px;
}
.nav_social_btn img {
	width: auto;
	height: 20px;
}
/* ------------------------------------------------------ */
/* Get Connected                                          */
/* ------------------------------------------------------ */
#get_connected {
	clear: both;
	width: 100%;
	margin-top: 15px;
}
#get_connected .title {
	margin-bottom: 10px;
	font-weight: bold;
}
#form_contact_fields {
	width: 98%;
}
#form_firstname {
	width: 100%;
}
#form_lastname {
	width: 100%;
}
#form_subject {
	width: 100%;
}
#form_email {
	width: 100%;
}
#form_comment {
	margin-top: 5px;
	width: 100%;
	height: 30px;
	overflow-x: hidden;
}
/* ------------------------------------------------------ */
/* Merchandise                                            */
/* ------------------------------------------------------ */
#merchandise {
}
#merchandise .title {
	margin-bottom: 10px;
	font-weight: bold;
}
#products_container {
}
#products {
}
#products .merch_thumb {
	text-align: center;
}
#notification {
}
/* ------------------------------------------------------ */
/* Webkit                                                 */
/* ------------------------------------------------------ */
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,1);
}