/* New css for v1.2 [begins] */
.wc-feat-float {
	color: #263238;
	margin: 0px;
}
.wc-feat-float i {
	width: 72px;
	float: left;
	margin: 0;
}
.wc-feat-float .feat-msg {
	width: 478px;
	float: left;
	font-size: 14px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	margin: 2px 0 0 0;
}
.wc-feat-float .feat-msg strong {
	display: block;
	font-size: 17px;
}
.wc-feat-float .feat-msg p {
	margin: 9px 0 0;
	padding: 0;
}

/* New css for v1.1 [begins] */
input[type="checkbox"] {
	display: inline-block;
	vertical-align: top;
	background: white;
	color: #4b4b4b;
	padding: 2px;
}
.fb-button {
	background: #203f81;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #0f2d6c;
	border-radius: 3px;
}
.fb-button a {
	display: block;
	color: white;
}
.fb-button i {
	display: inline-block;
	padding: 6px 15px;
	margin: 4px 8px 4px 0;
	border-right: 1px solid #0f2d6c;
	border-radius: 2px 0px 0px 2px;
}
.fb-button span {
	display: inline-block;
	border-radius: 3px 0px 0px 3px;
	padding: 7px 0 8px;
}
/* New css for v1.1 [ends] */

body {
	/*background: black url(../images/network.png);
	background-size: cover;*/
	background: linear-gradient(white,#4e5665);
}

h1 {
	color: #4485BC;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);*/
	text-shadow: 0 4px 2px #FFFFFF;
}
small {
	color: white;
	font-size: 21px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.header-site-logo img {
	height: 22px;
}

.welcome-form {
	background: white;
	color: #4e5665;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}

.welcome-form .form-header {
	background: #f2f2f2;
	font-weight: 500;
	padding: 10px;
	border-bottom: 1px solid #e9eaeb;
	border-radius: 3px 3px 0 0;
}
.welcome-form .form-content {
	padding: 8px 10px;
}
.welcome-form .input-wrapper {
	position: relative;
	margin-bottom: 10px;
}
.welcome-form .input-wrapper img.captcha {
	vertical-align: middle;
	border-radius: 3px;
}
.welcome-form input[type=text], .welcome-form input[type=password], .welcome-form textarea {
	color: #898f9c;
	margin: 0;
	border-color: #e5e6e7;
}
.welcome-form select {
	color: #898f9c;
	margin: 0;
	border-color: #e5e6e7;
}

.welcome-form .check-username-result {
	position: relative;
	width: 90%;
}

.welcome-form .check-aff-result {
	position: absolute;
	top: 5px; right: 5px;
}

.footer-wrapper {
	color: #f2f2f2;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
}
.footer-wrapper a {
	color: white;
}
.footer-content {
	border-color: rgba(0,0,0,0.2);
}

.header1{
	color:white;
	font-size:16px;
}
#rev_dist{
	width: 100%;
	background: white;
	border-radius: 10px;
}
.bullets1{
	color:white;
	font-size:14px;
}
.span20p{
	font-size: 20px;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}

.page-wrapper{
	max-width: 1000px;
	color: #4e5665;
	margin: 0 auto;
}
.pboard_header{
	background:goldenrod;
	margin:20px auto 0px;
	padding: 10px 0;
	color: white;
	font-weight: bold;
	text-shadow: 0 1px 1px black;
}
.pboard_header a{
	color:lightskyblue;
}
.pboard_header a:hover{
	text-transform: uppercase;
}

#app_link{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  padding: 10px;
  text-align: center;
  z-index: 9;
}

#app_link p{
	color: #eee;
}

#app_link button{
	color: #fff;
	background: #1998d4;
	border: none;
	padding: 7px 20px;
}

#app_link button#no{
	color: #555;
	background: #ccc;
}

@media only screen and (max-device-width: 1920px), only screen and (max-width: 1920px) {
.header-site-logo {
	display: inline;
}
}
#welcome_check_list {
	text-indent: initial;
	margin-left: 18%;
}
	#welcome_check_list > li {
		background: url('/themes/grape/images/checkmark-blue.png') no-repeat;
		padding-left: 50px;
		padding-top: 10px;
	}
	#welcome_check_list > li > span{
		margin-top: -5px;
		font-style: italic;
		font-weight: bold;
	}
	
@media (max-width: 768px) {
	#signup_form { width: 100% !important;}
	.page-wrapper {
		max-width: 100% !important;
	}
	#welcome_check_list {
		margin-left: 0%;
	}
	
}
@media (max-width: 375px) {
	img#logo {
		max-width: 100% !important;
	}
	#squeeze_copy {
		width: 100% !important;
	}

}
