body {
	font-family:century gothic;
	color: #e63c30;
	/*font-size:12px;*/
	margin:0 auto;
	height:100%;
	width:100%;
	background-color:#000000;
	min-width:320px;
}

a {
	color:#fff000;
	text-decoration:none;
}

a.hover {
	text-decoration:none;	
}

.clearfloat {
	clear:both;
}

#result_loader {
	position:fixed;
	top:40%;
	left:50%;
	z-index:1000;
}

#result_loader img {
	background-color:#ffffff;
	border-radius:6px;
	border:5px solid #ffffff;
}

img {
	border:0;	
}

/*****************************************************************************
******************************************************************************
HEADER START
*****************************************************************************/
.header {
	box-shadow: 4px 4px 15px -1px #adadad;
	padding-bottom: 0;
	background:#ffffff;
}

.logo {
	
}

.signup_btn {
	position:absolute;
	top:207px;
	right:0;
	width:294px;
	height:108px;
	color:#ffffff;
	line-height:108px;
	background:#960000;
	text-align:center;
	z-index:9999;
}

.signup_btn a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:60px;	
}

	
.header_right {
	float:right;
	width:auto;
	margin-right:10px;
	margin-top:10px;
}

.logo_left {
	float:left;
	width:auto;
}

.logo_left.logo_brands .vpc-logo {
	float:left;
}

.logo-brand {
	float:left;
}

.header_right .login .forgot a {
	color:#960000;
}

.header_right .login input {
		background-color:#e3e3e3;
	}

/*****************************************************************************
******************************************************************************
HEADER END
FOOTER START
*****************************************************************************/

/*****************************************************************************
******************************************************************************
FOOTER END
PAGE START
*****************************************************************************/
.page {
	
}

.page.inner {
	max-width:100%;
	margin:0 auto;
}

.page.inner .header-inner {
	max-width:900px;
	margin:0 auto;
}

.page.inner .box_full {
	max-width: 900px;
	margin: 0 auto;
}

.loader_img {
	text-align:center;	
}

.page_box {
	padding:1px;
	padding-bottom:30px;
	margin-bottom:10px;
	border-bottom:1px solid #ffffff;
	max-width: 900px;
	margin:0 auto;
}

/****************************************
FORM ERRORS ****************************/

.required {
	border:1px solid #F00 !important;
}

.bad {
	color:red;
	font-weight:bold;
	border:1px solid #F00;
	background-color:#FCC;
	padding:3px 5px;
	margin:5px 0;
	width:auto;
}

.good {
	color:green;
	font-weight:bold;
	border:1px solid #090;
	background-color:#CFF;
	padding:3px 5px;
	margin:5px 0;
	width:auto;
}

/****************************************
MAIN SIGNUP FORM ***********************/
.form_signup * {
	box-sizing:border-box;
	color:#939393;
}

.form_signup {
	margin:0 30px;
}
.form_signup label {
	float:left;
	width:150px;
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	line-height: 32px;
}

.form_signup .label_small {
	font-size:10px;
	margin-bottom:10px;
}

.form_signup input {
	width:372px;
	height:32px;
	float:right;
	line-height:32px;
	margin-bottom:10px;
	border:1px solid #939393;
	color:#939393;
	padding:0px 5px;
}

.form_signup select {
	width:372px;
	height:32px;
	float:right;
	line-height:32px;
	margin-bottom:10px;
	/*border:1px solid #939393;*/
	color:#939393;
	padding:0px 5px;
	border:0;
}

.form_signup input.left_large {
	width:280px;
	float:left;
}

.form_signup .submit {
	text-align:center;
	color:#ffffff;
	background:#ff3e3e;
	margin:0px;
	border:none;
	height:32px;
	cursor:pointer;
	width:auto;
	padding:0 10px;
}

form .user_fields {
	float:right;
	width:372px;
	color:#495057;
}

form .user_input {
	padding-left:235px;
	
}

form .user_link {
	position:absolute;
	padding-left:5px;
	line-height: 36px;
	color:#495057;
}

.form_signup .result {
	float:left; 
	width:200px; 
	font-size:12px;	
}

/*******************************
BANNER HOME PAGE
*******************************/
.banner {
	position:relative;
	max-width:1920px;
	margin:0 auto;
	overflow:hidden;
}
#pager_slide { margin:0px; padding:0px;height:20px; width:auto; z-index:100; position:absolute; bottom:6%; right:5%;}
#pager_slide a { float:left; padding:0px; margin:5px; width:28px; height:28px; background-color:#ffffff; cursor:pointer;}
#pager_slide a.activeSlide {  background-color:#ff3e3e; }
#pager_slide a:focus { outline: none; }

.cycle-pager { margin:0px; padding:0px;height:20px; width:auto; z-index:1000; position:absolute; bottom:6%; right:5%;}
.cycle-pager span { float:left; padding:0px; margin:5px; width:28px; height:28px; background-color:#ffffff; cursor:pointer;}
.cycle-pager span.cycle-pager-active {  background-color:#ff3e3e; }
.cycle-pager span:focus { outline: none; }

.slideshow {
	width:100%;
}

.slideshow img,
.cycle-slideshow img {
    /*max-width: 1280px*/;
    height: auto;
    width: 100%; /* ie8 fix*/
}

/*******************************
FOOTER HOME PAGE
*******************************/
.footer {
	margin:40px auto 20px auto;
	max-width:1920px;
	width:100%;
}

.footer_links {
	margin:30px auto 0; 
	text-align:center; 
	padding:20px;
	border-top:1px solid;
}

.footer_links a {
	padding:0 10px;
}

.copyright {
	text-align:center;
	padding:10px 0 25px;
}

@media screen and (min-width:1680px) {
	.footer .footer_left {
		width:755px;
		float:left;
	}
	
	.footer .footer_right {
		width:900px;
		margin:0 auto;
	}
	
	.header_right .title {
		color:#ffffff;
		font-size:18px;
		margin:10px 0 0 60px;
	}
	
	.header_right .login {
		margin:5px 0 10px 60px;
		width:755px;
	}
	
	.header_right .login .field {
		float:left;
		width:300px;
		margin-right:20px;
	}
	.header_right .login .f_button {
		width:100px;
		margin-right:0;
	}
	
	.header_right .login input {
		width:280px;
		height:33px;
		border:1px solid #939393;
		color:#939393;
		padding:0px 10px;
		line-height:33px;
		background-color:#e3e3e3;
	}
	
	.header_right .login input.button {
		text-align:center;
		color:#ffffff;
		background:#ff3e3e;
		padding:0px;
		margin:0px;
		min-width:80px;
		max-width:115px;
		border:none;
		height:35px;
		cursor:pointer;
	}
	
	.header_right .login .forgot {
		color:#960000;
		text-align:right;
		font-size:14px;
		text-transform:uppercase;
		margin-top:10px;
	}
	
	.footer .social {
		float:right;
		max-width:265px;
		min-width:170px;
		width:100%;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	
	.footer .social .s_title {
		margin-bottom:15px;	
	}
	
	.footer .social img {
		width:55px;
		height:55px;
		margin-right:5px;
	}
	
	.footer .powered {
		float:right;
		width:315px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	
	.footer .sponsor {
		float:right;
		width:225px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	.footer .powered .img {
		display:inline-block;
		margin-right:20px;
	}
	
	.footer .powered .img, .footer .sponsor .img {
		margin-top:10px;
	}
	
	.footer .seperator {
		float:right;
		width:1px;
		height:128px;
		background-color:#ffffff;
		margin-right:22px;
	}
}

@media screen and (min-width:1280px) and (max-width:1680px) {
	#pager_slide a { 
		width:24px;
		height:24px;
	}
	.signup_btn {
		position:absolute;
		right:0;
		width:224px;
		height:88px;
		color:#ffffff;
		line-height:88px;
		background:#960000;
		text-align:center;
		z-index:9999;
	}
	
	.signup_btn a {
		display:block;
		color:#ffffff;
		text-decoration:none;
		font-size:50px;	
	}
	
	.footer .footer_left {
		width:350px;
		float:left;
	}
	
	.footer .footer_right {
		width:900px;
		margin:0 auto;
	}
	
	.header_right .title {
		color:#ffffff;
		font-size:18px;
		margin:10px 0 0 30px;
	}
	
	.header_right .login {
		margin:5px 0 10px 30px;
	}
	
	.header_right .login .field {
		width:200px;
		float:left;
		margin-right:10px;
	}
	.header_right .login .f_1 {
		float:left;
	}
	.header_right .login .f_button {
		width:100px;
		float:left;
	}
	
	.header_right .login input {
		width:180px;
		height:33px;
		border:1px solid #939393;
		color:#939393;
		padding:0px 10px;
		line-height:33px;
	}
	
	.header_right .login input.button {
		text-align:center;
		color:#ffffff;
		background:#ff3e3e;
		padding:0px;
		margin:0px;
		width:100px;
		border:none;
		height:35px;
		cursor:pointer;
	}
	
	.header_right .login .forgot {
		color:#fff000;
		text-align:right;
		font-size:14px;
		text-transform:uppercase;
		margin-top:10px;
	}
	
	.footer .social {
		float:right;
		max-width:265px;
		min-width:170px;
		width:100%;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	
	.footer .social .s_title {
		margin-bottom:15px;	
	}
	
	.footer .social img {
		width:55px;
		height:55px;
		margin-right:5px;
	}
	
	.footer .powered {
		float:right;
		width:315px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	
	.footer .sponsor {
		float:right;
		width:225px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	.footer .powered .img {
		display:inline-block;
		margin-right:20px;
	}
	
	.footer .powered .img, .footer .sponsor .img {
		margin-top:10px;
	}
	
	.footer .seperator {
		float:right;
		width:1px;
		height:128px;
		background-color:#ffffff;
		margin-right:22px;
	}
}

@media screen and (min-width:1000px) and (max-width:1280px) {
	#pager_slide a { 
		width:22px;
		height:22px;
	}
	
	.signup_btn {
		position:absolute;
		right:0;
		width:204px;
		height:68px;
		color:#ffffff;
		line-height:68px;
		background:#960000;
		text-align:center;
		z-index:9999;
	}
	
	.signup_btn a {
		display:block;
		color:#ffffff;
		text-decoration:none;
		font-size:40px;	
	}
	
	.footer .footer_left {
		width:350px;
		float:left;
	}
	
	.footer .footer_right {
		width:580px;
		margin:0 auto;
	}
	
	.header_right .title {
		color:#ffffff;
		font-size:18px;
		margin:0 0 0 30px;
	}
	
	.header_right .login {
		margin:5px 0 10px 30px;
	}
	
	.header_right .login .field {
		width:200px;
		margin-left:10px;
		float:left;
	}
	.header_right .login .f_1 {
		float:left;
	}
	.header_right .login .f_button {
		width:100px;
		float:left;
	}
	
	.header_right .login input {
		width:180px;
		height:33px;
		border:1px solid #939393;
		color:#939393;
		padding:0px 10px;
		line-height:33px;
	}
	
	.header_right .login input.button {
		text-align:center;
		color:#ffffff;
		background:#ff3e3e;
		padding:0px;
		margin:0px;
		width:100px;
		border:none;
		height:35px;
		cursor:pointer;
	}
	
	.header_right .login .forgot {
		color:#fff000;
		text-align:right;
		font-size:14px;
		text-transform:uppercase;
		margin-top:10px;
	}
	
	.footer .social {
		float:right;
		width:180px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	
	.footer .social .s_title {
		margin-bottom:15px;	
	}
	
	.footer .social img {
		width:35px;
		height:35px;
		margin-right:5px;
	}
	
	.footer .powered {
		float:right;
		width:210px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	
	.footer .sponsor {
		float:right;
		width:150px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	.footer .powered .img {
		display:inline-block;
		margin-right:10px;
	}
	
	.footer .powered .img img, .footer .sponsor .img img {
		height:50px !important;
		width:auto !important;	
	}
	
	.footer .powered .img, .footer .sponsor .img {
		margin-top:10px;
	}
	
	.footer .seperator {
		float:right;
		width:1px;
		height:128px;
		background-color:#ffffff;
		margin-right:15px;
	}
}

@media screen and (min-width:640px) and (max-width:1000px) {
	#pager_slide a { 
		width:18px;
		height:18px;
	}
	.signup_btn {
		position:absolute;
		right:0;
		width:164px;
		height:55px;
		color:#ffffff;
		line-height:55px;
		background:#960000;
		text-align:center;
		z-index:9999;
	}
	
	.signup_btn a {
		display:block;
		color:#ffffff;
		text-decoration:none;
		font-size:30px;	
	}
	
	.footer .footer_left {
	}
	
	.footer .footer_right {
		width:572px;
		margin:0 auto;
	}
	
	.header_right .title {
		color:#ffffff;
		font-size:18px;
		margin:0 0 0 30px;
	}
	
	.header_right .login {
		margin:5px 0 10px 30px;
	}
	
	.header_right .login .field {
		width:200px;
		margin-bottom:10px;
		float:left;
	}
	.header_right .login .f_1 {
		float:left;
		margin-left:10px;
	}
	.header_right .login .f_button {
		width:100px;
		margin-left:10px;
		float:left;
	}
	
	.header_right .login input {
		width:180px;
		height:33px;
		border:1px solid #939393;
		color:#939393;
		padding:0px 10px;
		line-height:33px;
	}
	
	.header_right .login input.button {
		text-align:center;
		color:#ffffff;
		background:#ff3e3e;
		padding:0px;
		margin:0px;
		width:100px;
		border:none;
		height:35px;
		cursor:pointer;
	}
	
	.header_right .login .forgot {
		color:#fff000;
		text-align:right;
		font-size:14px;
		text-transform:uppercase;
		margin-top:10px;
	}
	
	.footer .social {
		float:right;
		display:inline-block;
		width:180px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	
	.footer .social .s_title {
		margin-bottom:15px;	
	}
	
	.footer .social img {
		width:35px;
		height:35px;
		margin-right:5px;
	}
	
	.footer .powered {
		float:right;
		width:210px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	
	.footer .sponsor {
		float:right;
		width:150px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
	}
	.footer .powered .img {
		display:inline-block;
		margin-right:10px;
	}
	
	.footer .powered .img img, .footer .sponsor .img img {
		height:50px !important;
		width:auto !important;	
	}
	
	.footer .powered .img, .footer .sponsor .img {
		margin-top:10px;
	}
	
	.footer .seperator {
		float:right;
		width:1px;
		height:128px;
		background-color:#ffffff;
		margin-right:15px;
	}
}

@media screen and (max-width:640px) {
	.form_signup {
		margin:0 10px;
	}
	.form_signup label {
		float:none;
		width:100%;
		display:block;
	}
	
	.form_signup input {
		display:block;
		width:100%;
		float:none;
	}
	
	.form_signup select {
		display:block;
		width:100%;
		float:none;
	}
	
	.form_signup .user_fields {
		float:none;
		width:100%;
	}
	
	.form_signup .user_input {
		float:left;
		line-height: 32px;
	}
	
	.form_signup .user_link {
		float:left;
		width:170px;
		font-weight:bold;
		line-height:32px;
	}
	
	.form_signup .result {
		padding:5px;
		width:100%;
		float:none;
	}
	
	#pager_slide a { 
		width:14px;
		height:14px;
	}
	.signup_btn {
		position:absolute;
		top:220px;
		right:0;
		width:100px;
		height:30px;
		color:#ffffff;
		line-height:30px;
		background:#960000;
		text-align:center;
		z-index:9999;
	}
	
	.signup_btn a {
		display:block;
		color:#ffffff;
		text-decoration:none;
		font-size:18px;	
	}
	
	.footer .footer_left {
		width:320px;
		margin:0 auto;
	}
	
	.footer .footer_right {
	}
	
	.header_right {
		float:none;
		text-align:center;
		margin:0 auto;
		width:auto;
	}
	
	.logo_left {
		float:none;
		text-align:center;
		margin-bottom:10px;
	}
	
	.header_right .title {
		color:#ffffff;
		font-size:18px;
	}
	
	.header_right .login {
		max-width:320px;
		width:96%;		
		text-align:center;
		margin:10px auto;
	}
	
	.header_right .login .field {
		width:120px;
		margin-bottom:10px;
		float:left;
	}
	.header_right .login .f_1 {
		float:left;
		margin-left:10px;
	}
	.header_right .login .f_button {
		width:60px;
		margin-left:10px;
		float:left;
	}
	
	.header_right .login input {
		width:100px;
		height:24px;
		border:1px solid #939393;
		color:#939393;
		padding:0px 6px;
		line-height:24px;
	}
	
	.header_right .login input.button {
		text-align:center;
		color:#ffffff;
		background:#ff3e3e;
		padding:0px;
		margin:0px;
		width:60px;
		border:none;
		height:25px;
		cursor:pointer;
	}
	
	.header_right .login .forgot {
		color:#fff000;
		text-align:right;
		font-size:10px;
		text-transform:uppercase;
		margin-top:8px;
	}
	
	.footer .social {
		width:180px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
		margin:0 auto;
		text-align:center;
		float:none;
		display:block;
	}
	
	.footer .social .s_title {
		margin-bottom:15px;	
	}
	
	.footer .social img {
		width:35px;
		height:35px;
		margin-right:5px;
	}
	
	.footer .powered {
		margin:0 auto;
		width:210px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
		text-align:center;
		float:none;
	}
	
	.footer .sponsor {
		margin:0 auto;
		width:150px;
		text-transform:uppercase;
		font-size:12px;
		padding-top:15px;
		text-align:center;
		float:none;
	}
	.footer .powered .img {
		display:inline-block;
		margin-right:10px;
	}
	
	.footer .powered .img img, .footer .sponsor .img img {
		height:50px !important;
		width:auto !important;	
	}
	
	.footer .powered .img, .footer .sponsor .img {
		margin-top:10px;
	}
	
	.footer .seperator {
		padding:10px;
		background:none;
	}
}

/* retina display media query */
@media 
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {

}

/****************************************************************
*****************************************************************
WEBSITE PAGES
****************************************************************/
