.network_subscribe_around {
	max-width: 540px;
	margin:120px auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,.9);
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.2) 0 0 80px;
	border:1px solid #bec3c7;
	padding:40px;
}
.network_subscribe_around .network-name {
	font-size: 32px;
	text-align: center;
	margin-top:30px;
}
.network_subscribe_around .network-photo {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	margin-top:-50px;
	border-radius: 5px;
	border:3px solid #FFF;
	box-shadow: rgba(0,0,0,.3) 0 0 10px;
}
.network_subscribe_around .input_around {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	margin-bottom: 12px;
}

.network_subscribe_around .description {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}

.network_subscribe_around .popular-list .description {
	font-size: 12px;
	margin-bottom: 0;
	text-align: left;
	font-style: italic;
}

.network_subscribe_around .email_verified {
	font-size: 18px;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
	font-style:italic;
}

.network_subscribe_around .email_verified .small-icon {
	display: inline-block;
	font-size: 28px;
	margin-right:6px;
	color:#00b44e;
	text-shadow: #1e5c37 1px 1px 1px;
}

.network_subscribe_around .login_button_around {
	float: left;
	margin-top: -1px;
}
.network_subscribe_around .login_button_around .text {
	font-size: 12px;
	margin-bottom: 2px;
}
.network_subscribe_around .button_signup {
	float: right;
}
.network_subscribe_around .buttons_around {
	margin-top: 20px;
}

.network_subscribe_around .input_helper {
	margin-bottom: 4px;
	padding-left:15px;
	display: none;
}
.no-js .network_subscribe_around .input_helper, .no-placeholder .network_subscribe_around .input_helper {
	display: block;
}
.network_subscribe_around .next_button {
	float: right;
}

.network_subscribe_around .popular-list {
	background: #FFF;
	border-radius: 7px;
	border:1px solid #bec3c7;
	margin:0 40px;
}

.network_subscribe_around .popular_group:last-child {
	border-bottom: none;
}
.network_subscribe_around .popular_group:hover {
	background:#eceff0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.network_subscribe_around .popular_group.joined:hover {
	background: none;
	cursor: default;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.network_subscribe_around .popular_group .name {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.network_subscribe_around .popular_group:active:not(.joined) .name {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
} 
.network_subscribe_around .join_confirm {
	color:#00b44e;
	line-height: 42px;
	right: 10px;
	top:0;
	position: absolute;
	font-size: 32px;
	opacity: 0;
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	-o-transform: scale(.1);
	transform: scale(.1);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.network_subscribe_around .sending .join_confirm, .network_subscribe_around .joined .join_confirm {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	pointer-events: none;
}

.network_subscribe_around .password_form {
	text-align: center;
}
.network_subscribe_around .input_password {
	width: 240px;
	margin-bottom: 20px;
}
.network_subscribe_around.network_confirm .description {
	margin-top: 20px;
	font-size: 18px;
}
.network_subscribe_around .confirm_link.button {
	margin:0 auto;
	max-width: 80px;
	text-align: center;
}

.add_some_padding {
	padding-bottom: 0.1px; /* prevents margin bottom from being ignored. */
}

@media screen and (max-width: 630px) {
	.network_subscribe_around {
		margin:80px auto;
		border-radius: 0;
		width: 100%;
		border-left:none;
		border-right: none;
	}
	.network_subscribe_around .input_around_fname, .network_subscribe_around .input_around_lname {
		width: 100%;
		float: none;
		padding: 0;
	}
	.network_subscribe_around .buttons_around {
		text-align: center;
	}
	.network_subscribe_around .button_signup {
		float: none;
		width: 100%;
	}
	.network_subscribe_around .login_button_around {
		float: none;
		margin-top: 30px;
	}
	.network_subscribe_around .login_button_around .text {
		margin-bottom: 6px;
	}
	
	.network_subscribe_around.popular_list_holder {
		padding:40px 20px;
	}
	.network_subscribe_around.create_password_around {
		padding:40px 20px;
	}
	.network_subscribe_around .popular-list {
		margin: 0;
	}
	.network_subscribe_around .input_password_around {
		margin:0 20px;
	}
	.network_subscribe_around .input_password {
		width: 100%;
	}

}
