@font-face {
    font-family: co-text;
    font-display: auto;
    src: url(fonts/Co-Text-Corp-Regular.ttf);
}
@font-face {
    font-family: co-text-light;
    font-display: auto;
    src: url(fonts/Co-Text-Corp-Light.ttf);
}
@font-face {
    font-family: co-heading;
    font-display: auto;
    src: url(fonts/Co-Headline-Corp.ttf);
}
@font-face {
    font-family: co-heading-bold;
    font-display: auto;
    src: url(fonts/Co-Headline-Corp-Bold.ttf);
}


html {
    scroll-behavior: smooth;
}
body{
    font-family: co-text;
    font-size: 14px;
    font-weight: 400;
    color: black;
    background: #2A2B2E;
    color: #E6E8E6;
}
h1, h2, h3, h4, h5, h6{
    font-family: co-heading;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
}
.bold-font{
    font-family: co-heading-bold;
    font-weight: 700 !important;
}
.thin-font{
    font-family: co-text-light;
    font-weight: 200 !important;
}
.grey-color{
    color: #A4A4A4;
}
#header{
    padding: 20px 0;
}
.logo a{
    display: inline-block;
    vertical-align: middle;
    color: #E6E8E6;
}
.logo a:hover{
    color: #E6E8E6;
}
.logo img{
    float: left;
    margin-right: 10px;
}
span.logo-title{
    font-size: 18px;
    line-height: 17px;
    display: inline-block;
    margin-top: 9px;
}
span.tagline{
    font-size: 85%;
    line-height: 5px;
}
a, a:hover{
    text-decoration: none;
}
a:hover{
    color: #136F63;
}
.custom-nav{

}
.custom-nav ul{
    list-style: none;
    margin-bottom: 0;
    text-align: right;
    padding: 0;
}
.custom-nav ul li{
    display: inline-block;
}
.custom-nav ul li a{
    font-family: co-text;
    color: #E6E8E6;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.custom-nav ul li.active a{
    font-family: co-heading-bold;
    color: #136F63;
}
.body-content{

}
.main-content{
    padding: 90px 0;
}
.torrent{
    padding: 0 30px 20px 60px;
    position: relative;
}
.torrent:before{
    line-height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    color: #333438;
    font-size: 90px;
    font-family: co-heading-bold;
}
.proxy:before{
    content: "1";
}
.vpn-home:before{
    content: "2";
}
h1.title{
    font-size: 38px;
	text-transform: uppercase;
}
.torrent h2{
    font-size: 28px;
}
a.btn, .btn{
    border-radius: 30px;
    font-weight: 400;
    font-family: co-heading;
    font-size: 26px;
    text-transform: uppercase;
    padding: 3px 25px;
    background: transparent;
    color: #136F63;
    border: 2px solid #136F63;
    min-width: 170px;
}
a.btn:hover, .btn:hover{
    background: #136F63;
    color: white;
    border: 2px solid #136F63;
}
.btn i{
    font-size: 20px;
    font-weight: 300;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
}
.proxy-list{
    background: #136F63;
    padding: 40px 15px;
}
.scroll-item {
  overflow: auto;
  white-space: nowrap;
}

.proxy-item{
    color: #E6E8E6;
    display: inline-block;
    padding: 0 18px;
}
.proxy-item:hover{
    color: #E6E8E6;
}
.proxy-item img{
    margin-bottom: 15px;
    max-width: 100%;
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.proxy-item p{
    line-height: 1.2;
    font-size: 18px;
}
span.divider{
    color: #136F63;
    margin-bottom: 35px;
    display: inline-block;
    text-transform: uppercase;
}
span.expand{

    font-family: co-heading;
    color: #136F63;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    margin-bottom: 20px;
    display: none;
}
span.divider.center{
    display: block;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.footer-1{
    padding: 70px 0;
}
.footer_title{
    font-size: 28px;
    text-transform: uppercase;
}
.footer-proxy-list{

}
.footer-proxy-list h5{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.footer-proxy-list h5 i{
    color: #136F63;
    font-weight: 100;
    font-size: 10px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -3px;
}
.footer-proxy-list p{
    margin-bottom: 20px;
}
.footer_bottom{
    padding: 40px 0;
    border-top: 1px dashed #565661;
}
.footer-logo{
    color: #E6E8E6;
    display: inline-block;
}
.footer-logo:hover{
    color: #E6E8E6;
}
.footer-logo img{
    margin-right: 10px;
}
.footer-logo span{
    font-weight: bold;
    font-size: 16px;
}
.footer-nav{
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}
.footer-nav li{
    display: inline-block;
    padding-right: 15px;
}
.footer-nav li a{
    color: #136F63;
    font-size: 16px;
}
.footer-nav li a:hover{
    color: #E6E8E6;
}
.footer-social{

}
.footer-social a{
    color: #5A5A66;
    font-size: 20px;
    padding-left: 10px;
}
.footer-social a:hover{
    color: #136F63;
}
.footer-social a i{

}
.social-like{
    float: left;
    position: relative;
    padding-top: 0px;
    margin-right: 20px;
}
.like-icon{
    border-radius: 3px;
    box-shadow:  0 2px 5px 1px #222;
    border: none;
    border-top: 1px solid #eee;
    padding: 3px 13px;
    color: white;
    font-size: 15px;
}
.like-icon i{
    margin-right: 10px;
}
.facebook .like-icon{
    background: #3A5897;
}
.twitter .like-icon{
    background: #00A6EF;
}
.facebook .like-icon:hover{
    background: #2b457d;
}
.twitter .like-icon:hover{
    background: #037aaf;
}
.social-like a{
    display: block;
}
.like-numbers{
    text-align: center;
    background: white;
    position: absolute;
    padding: 5px 10px;
    border: 1px solid #888;
    border-radius: 2px;
    color: black;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    min-width: 55px;
}
.like-numbers:before{
    content: '';
}
.like-numbers:after{
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: solid 5px transparent;
    border-right: solid 5px transparent;
    border-left: solid 5px transparent;
    border-top: solid 5px white;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 5px);
}
.footer-divider{
    margin: 0;
    border-top: 1px solid #444;
}
.small-btn .btn{
    font-size: 12px;
    border: 1px solid #136F63;
    min-width: 90px;
    padding: 1px 15px;
}
.proxy-table{

}
.submit-btn{
    text-align: right;
}
.submit-btn .btn{
    margin-bottom: 30px;
}
.proxy-name h4{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.proxy-name h4 img{
    width: 18px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -2px;
}
.proxy-name .tooltip-info{
    display: none;
    position: absolute;
    color: #ccc;
    bottom: calc(100% + 10px);
    left: calc(100% - 10px);
    font-size: 12px;
    width: 280px;
    border-radius: 4px;
    background: #484A50;
    padding: 5px 10px;
    border-bottom-left-radius: 0;
    z-index: 99;
}
.proxy-name .tooltip-info:after{
    content: '';
    width: 6px;
    height: 10px;
    border-bottom: solid 5px transparent;
    border-right: solid 5px transparent;
    border-left: solid 3px #484A50;
    border-top: solid 5px #484A50;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.proxy-statues{
    color: #136F63;
    font-size: 18px;
}
.proxy-statues span.link-offline{
    color: #e26969;
}
.proxy-statues img{
    width: 21px;
    margin-right: 7px;
    margin-top: -4px;
}
.proxy-like{
    text-align: right;
}
.proxy-like i{
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;

}
.like-percent{
    font-size: 12px;
    color: #5EA49B;
    text-align: center;
    padding: 0;
    height: 21px;
    width: 130px;
    line-height: 21px;
    background: #393A3D;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin-bottom: -6px;
}
span.liked{
    position: absolute;
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    background: #136F63;
    border-radius: 4px;
}
span.counts{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #5EA49B;
}
.report-btn{

}
.proxy-table {
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 5px 0;
}
.proxy-table:hover{
    background: #313337;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.torrent p{

}
span.info{
    color: #5A5A66;
    font-size: 12px;
    letter-spacing: 0;
    position: absolute;
    min-width: 100px;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}

.modal-header .close {
	position: absolute;
	right: 15px;
}

.modal-content {
	color: #454545;
}

.modal-dialog .btn {
	font-size: 15px;
	margin-bottom: 10px;
}
.proxy-like a {
	color: #E6E8E6;
}
.proxy-like a:hover {
	color: #E6E8E6;
}

.footer-proxy-list a {
	color: #E6E8E6;
}

.footer-proxy-list a:hover {
	color: #E6E8E6;
}


.vpn {
  text-align: center;
  padding: 0px 0;
  color: #454545;
}
.vpn button {
  display: inline;
  padding: 12px;
  background-color: #d8dfe5;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  outline: 0;
  transition: all 0.3s;
}
.vpn button:hover {
  background-color: #cbd5dc;
}
.vpn .try-vpn {
  font-style: normal;
  font-weight: 800;
  color: #718591;
}
.vpnbtn{ text-align: center;  margin-bottom: 50px; margin-top: 20px; }

.vpnbtn a{background: #f2be31; box-shadow: 0 6px 0 #dbaf2e; color: #eee; display: inline-block; font-family: "Raleway",sans-serif; font-size: 24px; font-weight: 800; padding: 30px 60px; text-decoration: none; text-transform: uppercase; border-radius: 3px;

-webkit-transition: all .2s ease;

   -moz-transition: all .2s ease;

    -ms-transition: all .2s ease;

     -o-transition: all .2s ease;

        transition: all .2s ease;}

.vpnbtn a:hover{background: #e9b72e;}

.vpnbtn p{ font-size: 14px; color: #333; letter-spacing: .3px; padding: 20px 0;padding-bottom: 300px;}
.vpn img:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.vpn img {
    transition: 0.3s;
}
.ip-block {
  border: 2px solid #e26969;
  padding: 15px 25px;
  text-align: center;
  width: 100%;
  float: right;
  color: white;
  background: #bb3737;
}
.ip-block p {
	line-height: 21px;
	margin-bottom: 15px;
	font-size: 15px;
}
.ip-block p a {
	color: #93a6b1;
}
.ip-block p .unprotected {
    color: #000000;
    font-size: 20px;
    letter-spacing: 1px;
}
p.click {
    width: 250px;
    background: #52a052;
    padding: 10px;
    border-radius: 4px;
    margin: auto;
}
.scroll-item p span:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	display: block;
}
.proxy-name a h4 {
    color: #E6E8E6;
}
.loading-link { display: none; }


@media (min-width: 1400px){
    .container{
        max-width: 1280px;
    }
}


@media (min-width: 992px){
}
@media (max-width: 1634px){
    .proxy-item {
        padding: 0px 15px;
    }
}
@media (max-width: 1434px){
    .proxy-item {
        padding: 0px 5px;
    }
}
@media (max-width: 1234px){
    .proxy-item {
        padding: 0px 4px;
    }
    .proxy-item p {
        font-size: 14px;
    }
    .proxy-item img {
        max-width: 80px;
		height: 80px;
    }
	.scroll-item p span:first-child { width: 85px; }
}
@media (max-width: 1199px){
    .footer-nav{
        display: none;
    }
    .footer_bottom {
        padding: 30px 0;
    }
    .proxy-statues img {
        width: 19px;
        margin-right: 3px;
        margin-top: -4px;
    }
    .proxy-statues {
        color: #136F63;
        font-size: 15px;
    }
    .proxy-name h4 {
        margin: 0;
        font-size: 16px;
    }
    .like-percent{
        width: 100px;
    }
    .small-btn .btn {
        min-width: 80px;
    }
    .proxy-like i {
        font-size: 16px;
    }
}

@media (max-width: 991px){
	.static-page img { width: 100% !important; height: auto !important; }
	.vpnbtn { margin-bottom: 0px; }
    /*.scroll-section{
        width: 100%;
        overflow-x: auto;
    }
    .scroll-item{
        width: auto;
        min-width: 1176px;
    }*/
    .proxy-item {
        padding: 0px 10px;
    }
    .proxy-item p {
        font-size: 16px;
    }
    .footer_title {
        margin-top: 25px;
    }
    .like-percent {
        width: 80px;
    }
}

@media (max-width: 767px){
    .report-btn {
        display: none;
    }
    span.logo-title{
        display: none;
    }
    h1.title {
        font-size: 26px;
    }
    .custom-nav ul li a {
        font-size: 12px;
    }
    .torrent h2, .footer_title{
        font-size: 22px;
    }
    .btn{
        font-size: 19px;
    }
    .footer-logo span{
        display: none;
    }
    .proxy-like {
        text-align: right;
    }
    .submit-btn {
        text-align: center;
        margin-top: -20px;
    }
    .proxy-name, .proxy-statues{
        padding-right: 0;
    }
    .proxy-statues{
        text-align: center;
    }
    .torrent h2{
        margin-top: 20px;
    }
    span.info{
        display: none;
    }
    .like-percent {
        font-size: 9px;
        height: 18px;
        width: 50px;
        line-height: 18px;
    }
	.proxy-like i { margin-right: 5px; }
	.vpn { padding: 20px 0; }
	.vpn p { display: block; }
}

@media (max-width: 575px){
    .logo{
        text-align: center;
    }
    .logo img {
        width: 45px;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .custom-nav ul{
        text-align: center;
    }
    .main-content {
        padding: 40px 0;
    }
    body{
        font-size: 12px;
    }
    h1.title {
        font-size: 22px;
    }
    .torrent h2, .footer_title {
        font-size: 17px;
    }

    .btn {
        font-size: 14px;
        font-weight: 600;
        min-width: 110px;
    }
    .proxy-item p {
        font-size: 13px;
    }
    .proxy-item img {
        max-width: 60px;
		height: 60px;
    }
    /*.scroll-item {
        min-width: 984px;
    }*/
    .footer-1 {
        padding: 15px 30px 40px;
    }
    span.divider {
        color: #136F63;
        margin-bottom: 25px;
        display: inline-block;
        font-size: 13px;
    }
    .footer_bottom {
        padding: 20px 30px;
    }
    .torrent:before {
        left: 10px;
        font-size: 60px;
        line-height: 50px;
    }
    .torrent {
        padding: 0 30px 20px 50px;
    }
    .footer-proxy-list h5 {
        font-size: 13px;
    }
    .like-icon{
        font-size: 13px;
    }
    .footer-logo img {
        width: 45px;
    }
    .footer-proxy-list p {
        margin-bottom: 13px;
    }
    .proxy-name h4 {
        font-size: 10px;
    }
    .proxy-name h4 img {
        width: 12px;
        margin-left: 5px;
        margin-top: -2px;
    }
    .proxy-statues {
        font-size: 10px;
    }
    .proxy-statues img {
        width: 15px;
        margin-right: 3px;
        margin-top: -3px;
    }
    .proxy-like i {
        margin-right: 2px;
        font-size: 12px;
    }
    .proxy-statues{
        text-align: center;
    }
    .proxy-name .tooltip-info {
        font-size: 9px;
        width: 220px;
        padding: 5px 7px;
    }
    span.expand{
        display: inline-block;
        font-size: 11px;
    }
    .torrent p{
        max-height: 55px;
        overflow: hidden;
    }
    .torrent p.active{
        max-height: 500px;
        overflow: hidden;
    }
    .btn i {
        font-size: 12px;
        margin-top: -3px;
    }
	.scroll-item p span:first-child {
		width: 65px;
	}
}
@media (max-width: 480px){
    .proxy-name, .proxy-statues{
        padding-right: 0;
    }
    .proxy-name h4 img {
        width: 10px;
        margin-left: 0;
    }
    .proxy-statues img {
        width: 11px;
    }
    .proxy-like i {
        margin-right: 2px;
        font-size: 10px;
    }
    /*.like-percent {
        font-size: 9px;
        height: 16px;
        width: 80px;
        line-height: 16px;
    }*/
    .custom-nav ul li a {
        padding: 5px 10px;
    }
}
