/* pages */

.logo-min{
	position: absolute;
	top: 25px;
	width: 100px;
}

.status-tip{
	padding: 13px 10px 11px;
  text-align: center;
  font-size: 1em;
  border-radius: 2px;
  border: 2px solid rgba(0,0,0,.02);
  margin-bottom: 15px;
  letter-spacing: .02em;
}

.status-tip img{
	margin-bottom: 15px;
}

.status-tip .txt{
	margin: 10px 0;
	font-weight: 700;
}

.status-tip .update{
	font-size: small;
	color: #aaabac;
	padding-top: 15px;
}

.status-tip .links a{
	padding: 0 20px;
}

/* torrent sites page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-sites {
	height: 190px;
	color: #fff;
	overflow: hidden;
	background-color: #17141f;
  /*	background-image: radial-gradient(800px at center 200px,#5b4a62 0,#1f1d20 100%); */
  /*	background-image: linear-gradient(-120deg,#548 0%,#6b4fbb 100%); */
  /* 3f51b5 7161EF 555fc4 4d394b */
}

.header-sites .columns {
	position: relative;
}

.header-sites h1 {
	margin: 60px 0 0;
	font-size: 2em;
	text-align: center;
}

.header-sites .subtitle {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	display: block;
	color: #ffa785;
}

.site-logos {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	width: 200px;
}

.site-logos img {
	opacity: .2;
}

.site-logos .tpb {
	float: right;
	margin: 60px 0 0;
}

.site-logos .btn {
	margin: 130px 0 0;
	width: 25px;
	float: right;
}

.site-logos .ab {
	float: right;
	margin: 90px 0 0;
	width: 25px;
}

.torrent-sites .large-8 {
	padding-right: 3em;
}

.torrent-sites h3.title {
	margin-top: 3em;
}

.torrent-sites .title {
	color: #333435;
	margin: 1em 0 1.5em;
	letter-spacing: .02em;
	font-weight: 700;
	font-size: 1.25em;
}

.top-img {
	margin: 1em 0 3em 0;
}

.top-img-public {
	opacity: 0.8;
	margin: 1em 0 1em 0;
}

.top-img-info{
	color: #aaabac;
	font-size: .875em;
	padding-top: .5em;
	margin-bottom: 3em;
}

.top-hint{
	margin: 1.5em 0 2.5em 0;
	font-size: 1.25em;
}

.torrent-sites .topsites-15 {
	list-style: decimal inside;
	margin: 0 0 0 3em;
}

.topsites-15 li {
	float: none;
	margin: 0 0 2.5em;
	list-style-type: none;
	counter-increment: item;
	padding-right: 2em;
}

.topsites-15 li::before {
	font-weight: 700;
	font-size: 18px;
	float: left;
	margin-left: -48px;
	content: counter(item);
	background: #17141f;
/* #a2d73b #525174 a5b5c #ffa785*/
	border-radius: 100%;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 27px;
	text-align: center;
}

.topsites-15 li:nth-child(n+10)::before {
	font-size: 16px;
	line-height: 28px;
}

.topsites-15 li .site-title {
	margin-bottom: .7em;
	display: block;
	font-weight: 700;
	font-size: 1.125em;
	color: #5a5b5c;
}

.topsites-15 li .site-images {
	margin-bottom: 1em;
}

.topsites-15 li .site-images img {
	max-width: 550px;
}

.topsites-15 li .desc {
	display: block;
	margin-top: .5em;
}

.topsites-15 li .url {
	display: inline-block;
	margin-top: .5em;
	font-size: .875em;
}

.topsites-15 li .url a {
	color: #aaabac;
	padding-right: 1.5em;
}

.topsites-15 li .traffic-rank {
	color: #aaabac;
	font-size: .875em;
	padding-right: .5em;
}

.torrent-sites .updated {
	margin: 0 0 2em;
	font-size: small;
	color: #aaabac;
}

.torrent-sites .share-notice {
	margin-bottom: 2em;
}

.torrent-sites .share-notice span{
	margin-left: .5em;
}

.top-private {
	margin-bottom: 2em;
}

.torrent-sites .top-private {
	list-style: decimal inside;
	margin: 2.2em 0 0 3em;
}

.top-private li {
	float: none;
	margin: 0 0 2em;
	list-style-type: none;
	counter-increment: item;
	padding-right: 2em;
}

.top-private li::before {
	font-weight: 700;
	font-size: 20px;
	float: left;
	margin-left: -48px;
	content: counter(item);
	background: #17141f;
/* #ffa313 525174*/
	border-radius: 100%;
	color: #f6f8fa;
	width: 30px;
	height: 30px;
	line-height: 27px;
	text-align: center;
}

.top-private li:nth-child(n+10)::before {
	font-size: 16px;
	line-height: 28px;
}

.top-private li .site-title {
	margin-bottom: .5em;
	font-weight: 700;
	font-size: 1.125em;
	color: #464748;
}

.top-private li .desc {
	display: block;
	margin: .5em 0;
}

.top-private li .cat {
	color: #fff;
	border-radius: 3px;
	padding: 4px 8px;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	margin-right: 1em;
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: .02em;
	background-color: #8a8b90;
	opacity: .4;
}

.top-private li .url {
	display: block;
	margin-top: .5em;
	font-size: .875em;
}

.top-private li .url a {
	color: #aaabac;
	padding-right: .5em;
}

.top-vpn {
	margin-bottom: 30px;
	padding: 25px;
	border: 2px solid #f6f8fa;
}

.top-vpn span {
	display: block;
	font-size: .875em;
	display: none;
}

.top-vpn .txt {
	font-size: 1.5em;
	font-weight: 700;
}

.top-vpn ul {
	margin: 15px 0 0;
}

.top-vpn li {
	margin-bottom: 5px;
}

.top-links-wrap {
	background-color: #f6f8fa;
	padding: 15px 0 25px;
	border-radius: 3px;
	margin-bottom: 2em;
}

.top-links-wrap .top-links-title {
	padding: 0 0 0 15px;
	font-size: .875em;
	font-weight: 400;
	letter-spacing: .02em;
	display: inline-block;
}

.top-links {
	margin: 0;
}

.top-links li {
	padding: 0 15px 1em;
	margin: 0;
}

.top-links li a {
	display: block;
	font-weight: 700;
}

.top-links li span {
	display: block;
	padding-top: 5px;
	font-size: small;
	color: #aaabac;
}

.torrent-sites .da-300-st {
	margin-top: 30px;
}

/* page proxy
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-page-proxy {
	background-color: #17141f;
	height: 190px;
	color: #fff;
}

.header-page-proxy .logo {
	margin: 40px auto 10px;
	display: block;
	opacity: .8;
}

.header-page-proxy h1 {
	margin: 0;
	font-size: 2em;
	text-align: center;
	color: #fff;
	opacity: 0.9;
}

.quick-wrap{
	border: 1px solid #e1e4e8;
	padding: 25px 25px 0 25px;
	border-radius: 3px;
}

.nav-quick{
	position: absolute;
	top: 25px;
	right: 50px;
	z-index: 999;
}

.nav-quick a{
	color: #aaabac;
}

.random-proxies{
	margin-bottom: 1.5em;
}

.random-proxies .title{
	font-weight: 700;
	font-size: 1.125em;
	margin-bottom: 1em;
}

.random-proxies .desc{
	font-size: .875em;
	color: #aaabac;
	margin-bottom: 3em;
}

.random-proxies .quick-selection{
	margin: 1em 0;
}

.random-proxies .quick-selection a{
	margin-right: 1em;
  border-radius: 3px;
  padding: 4px 8px;
  font-weight: 700;
  line-height: 1;
  font-size: .875em;
  letter-spacing: .02em;
  background-color: #ffe8a3; /* eef4f4 */
}

.random-proxies .quick-selection a:hover{
  background-color: #eef4f4;
}

.page-proxy .updated {
	font-size: .875em;
	color: #aaabac;
	margin: 2em 0;
}

.page-proxy .share {
	text-align: center;
	margin-bottom: 1em;
	display: none;
}

.page-proxy .share li {
	display: inline;
	margin-right: 1em;
}

.proxy-teaser {
	text-align: center;
}

.proxy-teaser img {
	margin: 1em auto 0;
	display: block;
	padding-right: 15px;
}

.proxy-teaser .title {
	margin: 25px 0 1em;
	font-size: 1.125em;
	font-weight: 700;
}

.page-proxy h2.title-list{
	padding-bottom: 1em;
	margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.proxy-list-item {
	margin: 0 0 3em;
}

.proxy-list-item h3 {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 1.125em;
}

.proxy-list-item .proxy-list {
	width: 100%;
	margin-bottom: 1em;
	table-layout: fixed;
}

.proxy-list-item .proxy-list th {
	font-size: .875em;
	color: #aaabac;
}

.proxy-list .col-url {
	width: 60%;
}

.proxy-list .col-status {
	width: 10%;
}

.proxy-list-item .link-all-proxies,.proxy-list-item .txt {
	font-size: .875em;
	color: #aaabac;
	margin-bottom: 1em;
}

.proxy-list-item .txt {
}

.proxy-toplist {
	margin: 0 0 3em 0;
	background-color: #6dd8a3;
	background-image: -webkit-linear-gradient(45deg,#F67E7D 0%,#74546A 100%);
	background-image: linear-gradient(-120deg,#F67E7D 0%,#74546A 100%);
	border-radius: 3px;
}

.proxy-toplist-h-wrap {
	width: 100%;
	background: #aaabac;
	margin-top: 3em;
}

.proxy-toplist h2 {
	font-size: 1.125em;
	padding: 25px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	margin: 0;
}

.page-proxy .vpn-ref {
	background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
	background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
	color: #3c763d;
}

.page-proxy .vpn-ref span {
	color: #3c763d;
}

.page-proxy .proxy-tip{
	margin: 0 0 2em 0;
	text-align: center;
	padding: 10px;
	border-bottom: 2px solid #eee;
	border-radius: 1px;
}

/* tracker list page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tracker-list h1 {
	font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: .02em;
}

.tracker-list .note {
	padding: 10px 15px;
	background-color: #fff4c6;
	color: #886425;
}

.tracker-list .info {
	font-size: .875em;
	color: #586069;
}

.tracker-list pre{
	margin: 1em 0 2em 0;
	padding: 10px 15px;
	overflow: auto;
	font-size: .875em;
	line-height: 2em;
	background-color: #f6f8fa;
	border-radius: 3px;
}

.tracker-list table {
	width: 100%;
	margin-bottom: 3em;
}

.tracker-list table th {
	font-size: .875em;
	color: #aaabac;
}

.tracker-list .url {
	font-weight: 700;
}

.tracker-list .scheme {
	color: #fff;
	border-radius: 3px;
	padding: 4px 8px;
	float: right;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	margin-right: 1em;
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: .02em;
	background-color: #6C9;
	min-width: 5em;
	text-align: center;
}

.tracker-list .http {
	opacity: .5;
}

.tracker-list .name {
	color: #586069;
}

.tracker-list .port {
	font-weight: 700;
}

.tracker-list h2 {
	font-weight: 700;
	margin-bottom: .5em;
	margin-top: 2em;
}

.tracker-list .options{
	margin: 2em 0 1em 0;
}

.about-tracker-list {
	font-size: .875em;
}

.last-c {
	margin-bottom: 3em;
}

/* radar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-page-radar {
	background-color: #fd9940;
	height: 190px;
	color: #fff;
}

.header-page-radar h1 {
	margin: 60px 0 0;
	font-size: 2em;
	text-align: center;
}

.header-page-radar .subtitle {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	display: block;
	opacity: .5;
}

.radar .intro {
	text-align: center;
	background-color: #fcf8e3;
	color: #c09853;
	padding: 1em;
	border-radius: 3px;
	margin: 2em 0 3em;
}

.radar .intro .close{
	font-size: .875em;
	margin-left: 1em;
	float: right;
}

.radar .intro .close a{
	color: #c09853;
}

.radar .outro {
	text-align: center;
	margin: 2em 0 5em;
}

.radar h2 {
	font-weight: 700;
	text-align: center;
}

.radar .sub span {
	display: block;
	color: #aaabac;
	font-size: .875em;
	font-weight: 400;
	padding-top: .5em;
}

.radar .sub i {
	color: #32c87d;
	font-size: .875em;
	display: block;
	margin-bottom: .5em;
}

.radar .sub-application i {
	color: #fd9940;
}

.status-list {
	margin-bottom: 3.5em;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
	padding: 15px;
}

.status-list table {
	width: 100%;
	margin: 0;
}

.status-list tr span{
	border-radius: 3px;
	padding: 2px 4px;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: .02em;
}

.status-list tr td:nth-of-type(2) span{
	color: #fff;
	background-color: #32c87d;
	display: inline-block;
	min-width: 4.5em;
	text-align: center;
}

.status-list tr td:nth-of-type(3) span{
	color: #ccc;
	float: right;
}

.status-list tr:last-child td{
	border-bottom: none;
}

.status-list table td {
	white-space: nowrap;
	overflow: hidden;
}

.status-list table td a{
	font-size: .875em;
	font-weight: 700;
}

.trackers-list {
	margin-bottom: 2.5em;
}

.trackers-list li {
	float: left;
}

.tracker-item {
	border: 1px solid #e1e4e8;
	border-radius: 2px;
	padding: 15px 15px;
	text-align: center;
	margin-bottom: 2em;
	font-size: .875em;
}

.tracker-item .title {
	width: 100%;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.all .title {
	font-weight: normal;
}

.tracker-item .open {
	border: 1px solid #e1e4e8;
	background-color: #f6f8fa;
	box-shadow: 0 0 10px 0 rgba(50,50,50,0.05);
}

.tracker-item .open:hover {
	box-shadow: none;
}

.trackers-list .all .status {
	display: block;
	padding: 1px 7px;
	color: #aaabac;
	margin-top: 1em;
	font-size: .75rem;
	text-transform: uppercase;
}

.trackers-list .all .status .open-signup {
	color: #fff;
	background-color: #6C9;
	padding: 2px 8px;
	border-radius: 2px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.trackers-list .all .cat {
	background-color: #8a8b90;
	border-radius: 2px;
	color: #fff;
	letter-spacing: .02em;
	padding: 1px 7px;
	display: none;
	text-align: center;
	margin-top: 1em;
	opacity: .4;
	font-size: .75rem;
	text-transform: uppercase;
}

.trackers-list .all:hover .cat {
	display: inline-block;
}

.trackers-list .all:hover .status {
	display: none;
}

/* log
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-page-log{
	background-color: #f5efe6;
	height: 190px;
}

.header-page-log h1 {
	margin: 60px 0 0;
	font-size: 2em;
	text-align: center;
}

.log-img img{
	height: 50px;
}

.log .title{
	font-size: 1.375em;
	margin: 2em 0 0.1em 0;
}

.log .date{
	color: #aaabac;
	font-size: .875em;
}

.log .post{
	margin: 2em 0;
}

.log .post ul{
	margin: 2em 0 3em 0;
	list-style-type: disc;
	list-style-position: inside;
}

.log .post li{
	font-weight: 700;
}

.log .fb-comments{
	margin: 6em 0 6em 0;
}

.btn-share-min{
	background-color: #fff;
	padding: 10px 35px;
	border: 1px solid #FE5F55;
	color: #FE5F55;
}

.log .btn-share-min{
	margin-right: 1em;
}

/* log
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-page-download{
	background-color: #f5efe6;
	height: 190px;
}

.header-page-download h1 {
	margin: 60px 0 0;
	font-size: 2em;
	text-align: center;
}

.download-img{
	font-size: 3em;
	margin-bottom: 50px;
}

.download-options ul{
	margin: 2em 0 2em 0;
	list-style-type: disc;
	border: 1px solid #e1e4e8;
	padding: 30px 25px 20px 25px;
	border-radius: 2px;
}

.download-options li{
	list-style-position: outside;
	margin-left: 1em;
}

.download .title{
	font-size: 1.375em;
	margin: 2em 0 1em 0;
}

ul.clients{
	margin-top: 2em;
}

ul.clients li{
	margin-bottom: 2.5em;
}

ul.clients img{
	margin-bottom: 1.5em;
}

ul.clients strong{
	display: block;
	margin-bottom: .5em;
}

ul.clients .os{
	color: #aaabac;
	font-size: .875em;
	margin-top: .5em;
}

ul.clients a{
	font-size: .875em;
}


/* contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact .txt {
	margin-top: 70px;
	text-align: center;
}
