@charset "utf-8";
/* CSS Document */

body {
	background: url("../img/twinkle-twinkle.png") repeat scroll 0 0 #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 0.75em;
}
ul {
	list-style: outside none none;
	margin: 0 60px;
	padding: 0;
}
/* HEADER */
ul.nav {
	height: 37px;
	margin: 0;
}
ul.nav li {
	border-right: 1px solid #e14f00;
	float: left;
	font-size: 16px;
	line-height: 16px;
}
ul.nav li a {
	padding: 10px 15px;
}
ul.nav li:hover {
	background:#ffa541;
	background:-moz-linear-gradient(top, #ffa541 0%, #fe8736 100%);
	background:-webkit-linear-gradient(top, #ffa541 0%, #fe8736 100%);
	background:-o-linear-gradient(top, #ffa541 0%, #fe8736 100%);
	background:-ms-linear-gradient(top, #ffa541 0%, #fe8736 100%);
	background:linear-gradient(to bottom, #ffa541 0%, #fe8736 100%);
}
ul.nav li:first-child {
}
ul.nav li:last-child {
	border-right: medium none;
}
ul.nav li a:link, ul.nav li a:visited {
	display: block;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 1px 0 0 #e14922;
}
.header-top {
}
.header-bg {
	background: url("../img/pay4winsheader.jpg") no-repeat scroll 0 0 transparent;
	box-shadow: 0 2px 2px #cccccc;
	display: block;
	height: 290px;
	width: 800px;
}
.header_left {
	width: 224px;
	float: left;
	height: 55px;
}
.header_right {
	background:#ff8600;
	background:-moz-linear-gradient(top, #ff8600 0%, #ff6700 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8600), color-stop(100%, #ff6700));
	background:-webkit-linear-gradient(top, #ff8600 0%, #ff6700 100%);
	background:-o-linear-gradient(top, #ff8600 0%, #ff6700 100%);
	background:-ms-linear-gradient(top, #ff8600 0%, #ff6700 100%);
	background:linear-gradient(to bottom, #ff8600 0%, #ff6700 100%);
	border: 1px solid #e14f00;
	box-shadow: 0 0 1px #ff6700;
	float: right;
	margin-top: 8px;
}
/* FOOTER */
.footer-bg {
	background:#3158a1;
	background:-moz-linear-gradient(top, #3158a1 0%, #283b8f 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3158a1), color-stop(100%, #283b8f));
	background:-webkit-linear-gradient(top, #3158a1 0%, #283b8f 100%);
	background:-o-linear-gradient(top, #3158a1 0%, #283b8f 100%);
	background:-ms-linear-gradient(top, #3158a1 0%, #283b8f 100%);
	background:linear-gradient(to bottom, #3158a1 0%, #283b8f 100%);
	border-radius: 0 0 2px 2px;
	box-shadow: 0 0 1px #152883;
	color: #ffffff;
	height: 55px;
	text-align: center;
}
.footer_list {
	margin-top: 6px;
}
.footer_list li {
	display: inline;
	padding: 0 8px;
}
.footer_list a {
	color: #ffffff;
	font-size: 11px;
}
/* LEFT COLUMN */
.left_column_inner {
	border-top: 1px solid #cccccc;
	padding: 15px 7px 5px 15px !important;
}
/* CONTENT */
.content {
	box-shadow: 0 2px 2px #cccccc;
	-moz-box-shadow: 0 2px 2px #cccccc;
	-webkit-box-shadow: 0 2px 2px #cccccc;
}
.home_steps {
	margin: 0;
}
.content .inner_content {
	border-top: 1px solid #cccccc;
	padding-left: 7px;
	padding-right: 15px;
	padding-top: 15px;
}
.inner_content.other_pages {
	background: #fbfbfb;
	border: 1px solid #cccccc;
	padding: 5px 7px;
}
.page_title {
	margin: 14px 0 0;
	padding: 5px 0;
}
.page_title_separate {
	background: none repeat scroll 0 0 #2f942d;
	color: #ffffff;
}
.textblock.privacy {
	padding: 0 5px;
	margin-top: 17px;
	text-align: justify;
}
.textblock h2 {
	font-size: 14px;
}
.textblock ol {
	padding-left: 13px;
}
.textblock span {
	background: url("../img/checkmark-green.png") no-repeat scroll 0 0 transparent;
	padding-left: 22px;
}
.close {
	display: none;
}
.contact_box_inner label {
	font-weight: 600;
}
.contact-name {
	float: left;
	font-weight: bold;
	width: 97px;
}
.contact-description {
	float: left;
	margin: 0 0 0 10px;
	padding: 3px;
	width: 345px;
}
textarea.contact-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
}
.contact_box_inner {
	margin: 0 auto;
	width: 462px;
}
.green-button {
	background: #49ac47;
	background: -webkit-linear-gradient(#2d922b, #58bd56); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2d922b, #58bd56); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2d922b, #58bd56); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2d922b, #58bd56); /* Standard syntax */
	border-color: #309230;
	border-image: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px 1px 2px;
	box-shadow: 0 1px 0 #a1daa0 inset;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	margin-right: 50px;
	padding: 7px 26px;
	text-shadow: 1px 0 0 #369135;
}
.green-button:hover {
	background: #359a33;
	background: -webkit-linear-gradient(#359a33, #67cc65); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#359a33, #67cc65); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#359a33, #67cc65); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#359a33, #67cc65); /* Standard syntax */
}
.inner_content p {
	 line-height: 20px;
}
.packs_common {
	font-size: 13px;
	color: #ffffff;
	padding: 8px 0;
	text-align: center;
}
.pack1_top {
	background: #ff6700;
	background: -webkit-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ff6700, #ff8f13, #ff6700); /* Standard syntax */
}
.pack2_top {
	background: #273a8e;
	background: -webkit-linear-gradient(#273a8e, #325ba3, #273a8e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#273a8e, #325ba3, #273a8e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#273a8e, #325ba3, #273a8e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#273a8e, #325ba3, #273a8e); /* Standard syntax */
}
.pack3_top {
	background: #2e932d;
	background: -webkit-linear-gradient(#2e932d, #49ac47, #2e932d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2e932d, #49ac47, #2e932d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2e932d, #49ac47, #2e932d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2e932d, #49ac47, #2e932d); /* Standard syntax */
}
.pack2_top p {
	margin: 0;
}
.packs_p {
	font-weight: 600;
	margin: 0;
}
.pack1_top p {
	text-shadow: 1px 0 0 #e14922;
}
.pack2_top p {
	text-shadow: 1px 0 0 #27398e;
}
.pack3_top {
	text-shadow: 1px 0 0 #005a00;
}
.packs_content td {
	text-align: center;
}
.packs_content {
}
.packs_content1 {
}
.packs_content2 {
}
.packs_content3 {
}
.table_head {
	background: #ff6700;
	background: -webkit-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ff6700, #ff8f13, #ff6700); /* Standard syntax */
	padding: 8px 0;
	text-shadow: 1px 0 0 #e14922;
}
.table_shade td {
	background: none repeat scroll 0 0 #325ba3;
	color: #ffffff;
	font-weight: 600;
	padding: 3px;
}
.table_head b {
	font-size: 14px;
}
.td_picks {
	display: none;
}
.td_outcome.result {
text-indent: -99999px;	
}
.winresult {
	background: url("../img/win.gif") no-repeat scroll center center transparent;
}
.lossresult {
	background: url("../img/loss.png") no-repeat scroll center center transparent;
}
.postpresult {
	background: url("../img/postp.gif") no-repeat scroll center center transparent;
}
.drawresult {
	background: url("../img/drawgif.gif") no-repeat scroll center center transparent;
}
.superwin {
	background: url("../img/superwin.gif") no-repeat scroll center center transparent;
}
#main_tr {
	font-weight: 600;
}
#main_tr:hover {
	background: #f3f2f2;
	background: -webkit-linear-gradient(#f3f2f2, #ffffff, #f3f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f3f2f2, #ffffff, #f3f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f3f2f2, #ffffff, #f3f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f3f2f2, #ffffff, #f3f2f2); /* Standard syntax */
}
#data_table {
	cursor: default;
	text-align:center;
}
.secondtr {
	background: #f3f2f2;
	background: -webkit-linear-gradient(#f3f2f2, #ffffff, #f3f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f3f2f2, #ffffff, #f3f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f3f2f2, #ffffff, #f3f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f3f2f2, #ffffff, #f3f2f2); /* Standard syntax */
}
.see_more {
	background: none repeat scroll 0 0 #3158a1;
	color: #ffffff;
	padding: 3px 5px;
	text-decoration: none;
}
#hero h1 {
	color: #ffffff;
	font-family: "ProximaNova-Regular", arial, helvetica, sans-serif;
	font-size: 42px;
	margin-bottom: 5px;
	padding: 0 20px;
	width: 620px;
}
.introtxt {
	padding: 0 15px;
	width: 482px;
}
.introtxt p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
}
.emergency {
	-webkit-animation: cc 2s linear 2s infinite alternate;
	animation: cc 2s linear 2s infinite alternate;
	color: #ff6700;
	font-size: 42px;
}
 @-webkit-keyframes cc {
 0% {
color: #ff6700;
}
 50% {
color: #ffffff;
}
 100% {
color: #ff6700;
}
}
 @keyframes cc {
 0% {
color: #ff6700;
}
 50% {
color: #ffffff;
}
 100% {
color: #ff6700;
}
}
.round-button {
	float: left;
	margin-left: 35px;
	width: 25%;
}
.round-button-circle:hover {
	background:#30588e;
}
.round-button a {
	background: url("../img/buynow2.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 110px;
	text-indent: -9999px;
	width: 110px;
}
.testsection {
	color: #ffffff;
	height: 150px;
	width: 363px;
}
.testsection .left {
	float: left;
	margin-top: 16px;
	width: 175px;
}
.testsection .left ul {
	margin: 0;
}
.testsection ul li {
	font-size: 13px;
	font-weight: 600;
	line-height: 26px;
}
.why-pay4wins {
	 font-size: 13px;
    line-height: 20px;
}
.why-number {
	margin-top: 18px;
}
.why-number span {
	background: none repeat scroll 0 0 #ff8f13;
	margin-right: 5px;
	padding: 2px 5px;
}
.why-details {
	margin-top: 6px;
}
.why-steps {
	background: #ff6700;
	background: -webkit-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ff6700, #ff8f13, #ff6700); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ff6700, #ff8f13, #ff6700); /* Standard syntax */
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}
.payment-methods {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	margin-top: 0;
}
.payment-methods p {
	font-weight:bold;
}
.methods {
	background: url("../img/secure_payment.png") no-repeat scroll 0 2px #325ba3;
	border-top: 1px solid #000000;
	color: #ffffff;
	margin-top: 15px;
	padding: 8px 0 8px 15px;
}
.pack_details {
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0;
}
.alert h4,
.alert{
	text-align:center;
}
.alert-success h4,
.alert-succ{
	color: #2d922b;
	margin: 0 auto 23px;
}
.alert-error h4,
.alert-err{
	color: #ff0000;
	margin: 0 auto 23px;
}
.pack_prices {
	color: #ff0000;
	font-size: 23px;
	font-weight: 600;
}
.buynowleft {
	margin-top: 9px;
}
.pack_items {
	background: url("../img/bullet_star.png") no-repeat scroll 12px 0 transparent;
	font-size: 12px;
	font-weight: 600;
	margin: 4px 0;
}
.ul_pack_items {
	margin: 0 0 15px;
}
.confidence_pack {
	margin-bottom: 18px;
}
.pack_details_text {
}
.pack_details_discount {
	margin-bottom: 0;
	text-align: center;
}
.pack_all {
	border: 1px solid;
	border-collapse: collapse;
}
#PlanOrderForm1 {
	text-align: left;
	overflow: auto;
}
#PlanOrderForm1 fieldset {
	margin: 0;
	border: medium none;
	padding: 10px 10px 0;
}
.formitem {
	background: none repeat scroll 0 0 #eaeaea;
	margin-bottom: 4px;
	padding: 3px 5px;
}
label {
	color: #333333;
	display: block;
	font-weight: 600;
	width: 335px;
}
.formitem input {
	float: left;
	margin: 9px 0 0;
	width: 32px;
}
.formitem label {
	cursor: pointer;
	font-size: 13px;
	padding: 3px 0;
}
.formitem img {
	margin-left: 10px;
	vertical-align: middle;
}
.pack_green {
	margin: 30px auto 0;
}
.bottom_table {
	margin-top: 30px;
}
.pack_details_both {
	text-align: center;
}
.pack_details_discount_both {
	background: url("../img/arrowdiscount.png") no-repeat scroll 0 1px transparent !important;
	margin-left: 8px;
	padding: 0 0 0 22px !important;
	text-align: center;
}
.pack_prices_both {
	text-align: center;
}
.acceptance input, .acceptance label{
	display:inline;
}
.acceptance ul{
	margin: 0;
}
.acceptance{
	margin-left: 104px;
}
#basic-modal-content1, #basic-modal-content2, #basic-modal-content3 {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:300px; width:600px; color:#bbb; background-color:#fff; border:1px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {
	background: url("../img/bitcoin.png") no-repeat scroll 0 center transparent;
color: #333;
font-size: 18px;
padding-left: 185px;
text-align: center;
}
.bitcoin_wallet {
	color: #333;
	font-size: 20px;
	text-align: center;
}
.bitcoin_wallet span {
	border-bottom: 2px solid #fa0000;
	font-weight: 500;
}
.bitcoin_amount {
  color: #333;
  font-size: 17px;
}
.bitcoin_amount .pack_price{
	color: #fa0000;
	font-weight: 600;
	font-size: 20px;
}
.modal_underline{
	border-bottom: 2px solid #fa0000;
}
.bitcoin_support, .bitcoin_support a {
  color: #333 !important;
}