.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  min-width: 280px;
  min-height: 200px;
  padding: 1px;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #89c403;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;}

.popover.top {
  margin-top: -10px;}

.popover.right {
  margin-left: 10px;}

.popover.bottom {
  margin-top: 10px;}

.popover.left {
  margin-left: -10px;}

.popover-title {
  font-family: "arial",Georgia,Serif;
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: white;
  text-align: center;
  background-color: #89c403;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;}

.popover-title:empty {
  display: none;}

.popover-content {
  padding: 9px 14px;}

.popover .arrow,.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;}

.popover .arrow {
  border-width: 11px;}

.popover .arrow:after {
  border-width: 10px;
  content: "";}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  border-bottom-width: 0;}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #89c403;
  border-bottom-width: 0;}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
  border-left-width: 0;}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  border-top-width: 0;}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #89c403;
  border-top-width: 0;}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;}

.navbar {
  border-radius: 0;
  height: 40px;}

.navbar-brand img {
  margin-top: 2px;
  margin-left: 80px;}

.navbar-inverse {
  background-color: #000;}

.plans li {
  list-style: none;
  font-weight: normal;
  margin-bottom: .15em;
  margin-left: -40px;}

.plans li span {
  padding-left: 15px;}

.plans i.fa {
  font-size: 22px;
  margin-top: 7px;
  color: #777;
  font-weight: normal;
}

.fa-map-marker {
  margin-left: 5px;
  font-size: 24px !important;
  margin-right: 4px;}

.quote-v1 {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}

.quote-v1 span, .quote-v2 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block;}
  
	/*@media (min-width: 992px){
		.list .col-md-2 {
			width: 25%;}
		.list .col-md-5 {
			width: 37.5%;}
		.list .col-md-12 {
			margin: 0px auto;}
	}
	@media (max-width: 992px){
		.list .col-md-2{
			display: none;}
		.tree-list{
			display:inline-block;}
		.list .col-md-12 .text-right{
			text-align:left;}
	}*/
@media (max-width: 992px) {
  .list .col-md-2 {
    display: none;}
}

.tree-list {
  width: 40px;
  height: 40px;
  list-style: none;
  text-align: center;
  border-radius: 99px !important;
  border: 1px solid #db3a1b;
  margin: 50px 0;
  display: block;
  color: #db3a1b;
  left: -55px;
  top: -17px;
  position: relative;
  box-shadow: 0px 0px 0px 2px #fff;
  -webkit-transition: all 0.7s;
  moz-transition: all 0.4s;
  ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;}

.tree-list:hover {
  background-color: #db3a1b;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0px 0px 0px 2px #db3a1b;}

.tree-list:before {
  content: '';
  position: absolute;
  top: -51px;
  left: 18px;
  width: 3px;
  height: 50px;
  background: #c2c2c2;
  z-index: 1;}

.tree-list:first-child:before {
  display: none;}

h3.text-left, h3.text-right {
  font-size: 18px;
  color: #222;}

.margin-bottom-60 {
  margin-bottom: 60px;}

.margin-bottom-40 {
  margin-bottom: 30px;}

.label {
  font-size: 8px;
  padding: 4px 9px 3px 5px;}

.badge-primary, .label-primary {
  background-color: #428bca !important;}

.quote-v2 {
  background: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/header-background.png') repeat-x;
  background-position: 0% 75%;
  margin-bottom: 0;
  }

.quote-v1-inner a {
  height: 42px;
  padding: 10px 80px;
  white-space: nowrap;
  color: #FFF;
  background: -moz-linear-gradient(top, #3c93f0 0%, #1f63d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c93f0), color-stop(100%,#1f63d1));
  background: -webkit-linear-gradient(top, #3c93f0 0%,#1f63d1 100%);
  background: -o-linear-gradient(top, #3c93f0 0%,#1f63d1 100%);
  background: -ms-linear-gradient(top, #3c93f0 0%,#1f63d1 100%);
  background: linear-gradient(to bottom, #3c93f0 0%,#1f63d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c93f0', endColorstr='#1f63d1',GradientType=0 );
  border: 1px solid #337fed;
  border-radius: 5px !important;
  font-weight: 400;}

.quote-v1-inner a:hover {
  text-decoration: none;
  background: -moz-linear-gradient(top, #1f63d1 100%, #3c93f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f63d1), color-stop(100%,#3c93f0));
  background: -webkit-linear-gradient(top, #1f63d1 0%,#3c93f0 100%);
  background: -o-linear-gradient(top, #1f63d1 0%,#3c93f0 100%);
  background: -ms-linear-gradient(top, #1f63d1 0%,#3c93f0 100%);
  background: linear-gradient(to bottom, #1f63d1 0%,#3c93f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f63d1', endColorstr='#3c93f0',GradientType=0 );}

@media (min-width: 992px) {
  .quote-v2 .col-md-offset-3 {
    margin-left: 20%;}
}

@media (max-width: 992px) {
  .quote-v1-inner {
    text-align: center !important;}
}

@media (min-width:992px) and (max-width: 1199px) {
	.supported{
		margin-left:8.33333333%;}
}

.quote-v1-inner {
  padding: 10px;}

.quote-v2 a {
  margin: 5px;
  display: inline-block;}

.table-striped>tbody>tr>td:first-child {
  width: 30%;}

.table-striped>thead>tr>th:nth-child(2) {
  background: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/white_bg_top.jpg') no-repeat;
  border: 0;
  border-radius:10em;
  text-align: left;}

.table-striped>thead>tr>th:nth-child(3) {
  background: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/yellow_bg_top.jpg') no-repeat;
  border: 0;
  border-radius:10em;
  text-align: left;}

.table-striped>thead>tr>th:last-child {
  background: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/white_bg_top.jpg') no-repeat;
  border: 0;
  border-radius:10em;
  text-align: left;}

.table-striped>tbody>tr>td:nth-child(2) {
  background: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/white_bg_middle.jpg')repeat-y;
  text-align: center;
  width: 23.33333333%;}

.table-striped>tbody>tr>td:nth-child(3) {
  background-image: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/yellow_bg_middle.jpg');
  text-align: center;
  width: 23.33333333%;}

.table-striped>tbody>tr>td:last-child {
  background: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/white_bg_middle.jpg')repeat-y;
  text-align: center;
  width: 23.33333333%;}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top: 1.5px dashed #b8b8b8;}

.table-striped {
  padding: 0px;
  }

.btn.color-16 {
  background: #3c93f0;
  background: -moz-linear-gradient(top,#3c93f0 0,#1f63d1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3c93f0),color-stop(100%,#1f63d1));
  background: -webkit-linear-gradient(top,#3c93f0 0,#1f63d1 100%);
  background: -o-linear-gradient(top,#3c93f0 0,#1f63d1 100%);
  background: -ms-linear-gradient(top,#3c93f0 0,#1f63d1 100%);
  background: linear-gradient(to bottom,#3c93f0 0,#1f63d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c93f0',endColorstr='#1f63d1',GradientType=0);
  border: 1px solid #337fed;
  color: #fff;
  text-shadow: 1px 1px 0 #1570cd;}

.btn.color-16:hover {
  background: #1f63d1;
  background: -moz-linear-gradient(top,#1f63d1 0,#3c93f0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1f63d1),color-stop(100%,#3c93f0));
  background: -webkit-linear-gradient(top,#1f63d1 0,#3c93f0 100%);
  background: -o-linear-gradient(top,#1f63d1 0,#3c93f0 100%);
  background: -ms-linear-gradient(top,#1f63d1 0,#3c93f0 100%);
  background: linear-gradient(to bottom,#1f63d1 0,#3c93f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f63d1',endColorstr='#3c93f0',GradientType=0);}

.btn.color-19 {
  background: #89c403;
  background: -moz-linear-gradient(top,#89c403 0,#77a809 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#89c403),color-stop(100%,#77a809));
  background: -webkit-linear-gradient(top,#89c403 0,#77a809 100%);
  background: -o-linear-gradient(top,#89c403 0,#77a809 100%);
  background: -ms-linear-gradient(top,#89c403 0,#77a809 100%);
  background: linear-gradient(to bottom,#89c403 0,#77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403',endColorstr='#77a809',GradientType=0);
  border: 1px solid #74b807;
  color: #fff;
  text-shadow: 1px 1px 0 #528009;}

.btn.color-19:hover {
  background: #77a809;
  background: -moz-linear-gradient(top,#77a809 0,#89c403 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#77a809),color-stop(100%,#89c403));
  background: -webkit-linear-gradient(top,#77a809 0,#89c403 100%);
  background: -o-linear-gradient(top,#77a809 0,#89c403 100%);
  background: -ms-linear-gradient(top,#77a809 0,#89c403 100%);
  background: linear-gradient(to bottom,#77a809 0,#89c403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809',endColorstr='#89c403',GradientType=0);}

@font-face {
  font-family: gilmorejason;
		src: url('/web/20181102180242im_/http://vpnreactor.com/images/SQR721BE.ttf');}

@font-face {
  font-family:gilmorejason2;
		src:url('/web/20181102180242im_/http://vpnreactor.com/images/SQR721E.ttf');}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background-color: #89c403;
  border-radius: 3px;
  border: 1px solid red;}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  padding: 10px;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid gray;
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  margin-left: 3px;}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  padding: 3px;
  font-size: 9px;}

.nav>li>a:hover, .nav>li>a:focus {
  background: none;}

a {
  color: #333333;}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
  border-right-width: 0;}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;}

#footer {
  height: 80px;}

#footer {
  background-color: #000;
  color: #fff;}

#pay {
  font-size: 9px;}

#terms {
  font-size: 11px;}

.blue-title {
  text-align: center;
  background-color: #3c93f0;
  color: white;}

.blue-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  min-width: 280px;
  min-height: 2px;
  padding: 1px;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #3c93f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;}

.blue-content.bottom .blue-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  border-top-width: 0;}

.blue-content.bottom .blue-arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #3c93f0;
  border-top-width: 0;}

.blue-content.top .blue-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  border-bottom-width: 0;}

.blue-content.top .blue-arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #3c93f0;
  border-bottom-width: 0;}

a#blue {
  text-decoration: none;
  color: #3c93f0;}

a#green {
  text-decoration: none;
  color: #89c403;}
 
h3.sub-header{
	font-size:22px;
	margin-bottom:20px;
	margin-top:0;
	color:#777;}

.header{
	margin-bottom:3px;}

.main{
	padding:0;}

.price-div{
	background-color:#fff;
	padding-top:10px;
	border:1px solid #7f7f7f;
	border-radius:4px;}
	
.nav-tabs{
	float:right;
	font-size:14px;
	margin-right:15px;
	border:0;}
	
h4.sub-header{
	margin-left:70px;padding-top:6px;}
	
div.table-responsive{
	background-color:#fff;
	margin-top:30px;}
	
td.secure{
	width:23.33333333%;border:0;}
	
.font-13{
	font-size: 13px;}
	
.font-12{
	font-size:12px;}
	
.table-striped>tbody>tr>td.price-bg{
	border:0;
	background: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/price_table_bg.png') repeat-y; 
	color: white; 
	font-family: gilmorejason2; 
	font-size: 18px; 
	height: 10px; 
	font-weight: bold;
	padding:0;}
	
span.dedicated{
	display:block;
	font: 14px gilmorejason2;
	color: #c00;}
	
span.shared-30{
	font: 14px gilmorejason2;
	color: #000;
	margin-left:-30px;}
	
span.shared{
	display:block;
	font: 14px gilmorejason2;
	color: #000;}
	
span.shared-20{
	font: 14px gilmorejason2;
	color: #000;
	margin-left:-20px;}
	
font.plan-head{
	font:24px gilmorejason;}
	
img.shield-bw{
	float: left;
	box-sizing: content-box;}
	
img.freetrial{
	float: right;
	margin-top: -50px;
	margin-right: -20px;}
	
.table-striped>tbody>tr>td.hidden:first-child{
	visibility:hidden !important;}
	
.table-striped>tbody>tr>td.yellow-bg-top{
	background:url(/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/yellow_bg_top.jpg) no-repeat;
	border:0;
	background-size:102% 100%;
	padding:0;
	border-top-right-radius:1em;
	border-top-left-radius:1em;}
	
.table-striped>tbody>tr>td.yellow-bg-middle{
	background: url(/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/yellow_bg_middle2.jpg) repeat-y #f5f5f5;}

.table-striped>tbody>tr>td.yellow-bg-bottom{
	background:url(/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/yellow_bg_bottom.jpg) no-repeat;
	border:0;
	border-bottom-right-radius:10em;
	border-bottom-left-radius:10em;}
	
.table-striped>tbody>tr>td.white-bg-top{
	background:url(/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/white_bg_top.jpg) no-repeat;
	border:0;
	background-size:102% 100%;
	padding:0;
	border-top-right-radius:1em;
	border-top-left-radius:1em;}

.table-striped>tbody>tr>td.white-bg-middle{
	background: url(/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/white_bg_middle2.jpg) repeat-y #f5f5f5;}
	
.table-striped>tbody>tr>td.white-bg-bottom{
	background:url(/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/white_bg_bottom.jpg) no-repeat;
	border:0;
	border-bottom-right-radius:10em;
	border-bottom-left-radius:10em;}

.table-striped>tbody>tr>td.white-bg, .table-striped>tbody>tr>td.yellow-bg{
	border:0;}	

ul.protocols{
	margin:0;}
	
ul.protocols li{
	list-style:square;margin-left:-20px;}
	
.table-striped>tbody>tr>td.border-0{
	border:0;
	background-color:#fff;}
	
.table-striped>tbody>tr>td.payment{
	background:none;
	padding-top:10px;
	padding-bottom:0;}
	
button#bottom, a#bottom{
	height:36px;
	font-size:14px;
	margin-top:20px;
	padding:6px 20px;}
	
button#top, a#top{
	height:36px;
	padding:6px 20px;}

i.fa-globe{
	color:#777;
	font-size:75px;
	margin-top:0px;}
	
i.fa-shield{
	margin-top:10px;
	font-size: 20px;}
	
h2.protocols-header{
	color:#222222;
	font-size:30px;
	background-image: url('/web/20181102180242im_/http://vpnreactor.com/vpnorder/images/divider.png');
	background-repeat: repeat-x;
	background-position: center center;}
	
h2.protocols-header span{
	background:#fff;
	padding-left:20px;
	padding-right:20px;}
	
img.shield{
	margin-top:50px;
	margin-left:-10px;}
	
.p{
	color:#777;
	font-size:18px;
	font-weight:normal;
	margin-bottom:40px;}

span.locations{
	 color:#777;
	 font-size:20px;}
	 
b.server{
	font-size:24px;
	font-weight:600;}
	
h2.all{
	font-size:20px;
	border-bottom:1px solid #ddd;
	color:#333;
	padding-bottom:.5em;
	margin-bottom:0.75em;}
	
.table-striped>tbody>tr>td div.discount{
	display:block;
	font-size:14px;
	padding:5px;
	font-weight:bold;
	padding-top:10px;
	color:#444444;
	font-family: gilmorejason2;}
	
.table>thead>tr>td{
	border:0 !important;}
	

.ribbon-wrapper-green {
	width: 112px;
	height: 115px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: -2px;}

.ribbon-green {
	font: 12px Sans-Serif;
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 2px 0;
	left: 26px;
	top: 12px;
	width: 115px;
	background: #fcbb13;}

.ribbon-green:before, .ribbon-green:after {
	content: "";
	border-top:   3px solid #fcbb13;   
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;}

.ribbon-green:before {
	left: 0;}
	
.ribbon-green:after {
	right: 0;}​
/*
     FILE ARCHIVED ON 18:02:42 Nov 02, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:28:19 Mar 15, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 54.767 (3)
  PetaboxLoader3.datanode: 121.114 (5)
  RedisCDXSource: 0.566
  esindex: 0.011
  CDXLines.iter: 16.109 (3)
  captures_list: 74.214
  load_resource: 268.544 (2)
  exclusion.robots.policy: 0.127
  exclusion.robots: 0.137
  PetaboxLoader3.resolve: 102.608 (2)
*/