html,body,table,img{padding:0;margin:0;border:0;font-family: 'Roboto Condensed', Arial, sans-serif;}
body{ background:#f0f0f0 url(../img/bg.png) 0 0 repeat;}
.text { min-height: 500px; padding: 10px 10px 20px;}
.container { width: 1034px; margin: 0 auto;}
.row-top { width: 1050px; margin: 0 auto;}
header { 
    height: 120px;
    background: #fff url(../img/logo.png) 110% 50px no-repeat;
    border-bottom: 5px solid #4c9fd0;
    box-shadow: -2px 0 5px #9c9c9c;
    background-size: 550px;
}
header.btc {
    height: 120px;
    background: #fff url(../img/logo_btc.png) 110% 50px no-repeat;
    border-bottom: 5px solid #f7931a;
    box-shadow: -2px 0 5px #9c9c9c;
    background-size: 550px;
}
.ptc { padding: 10px 10px 0; border: 2px solid #4b9ed0; background: #fff; margin-bottom: 30px; width: 468px; float:left;}
.ptc2 { padding: 0 10px 0; border: 2px solid #4b9ed0; background: #fff; margin-bottom: 15px; width: 100%; box-sizing: border-box; position:relative;overflow:hidden;}
.ptc2 .methods img {
    margin: 0 0 5px;
}
.ptc2>table>tbody>tr>td>a>img{
    box-shadow: 0 0 5px #868686;
}
.mr10 { margin-right: 30px; }
table { width: 100%; }
table tr td { vertical-align: top; }
.number { text-align: center; }
.number span { 
  color: #e8e8e8;
    font-size: 60px;
    font-weight: bold; 
}
.clear {
  clear: both;
}
h2 {
  margin: 2px 0;
    font-size: 18px;
    color: #4b9ed0;
    font-weight: 700;
}
.proof {
    text-align: right;
    position: relative;
}

.proof img {
  box-shadow: 0 0 10px #c5c5c5;
    padding: 10px;
}
.payment {
    position: absolute;
    top: 7px;
    left: 0;
    background: #47c515;
    color: #fff;
    padding: 1px 15px;
    border-radius: 20px;
    transform: rotateZ(-30deg);
    font-size: 13px;
    text-transform: uppercase;
}

.methods {
  text-align: center;    
  margin: 7px 0 20px;
    font-size: 13px;
}

.ptc2 .methods {
    text-align: center;    
    margin: 7px 0 0px;
    font-size: 13px;
}

.methods span {
  border-bottom: 1px solid #c0c0c0;
    padding-bottom: 5px;
    margin-right: 7px;
}
.methods img {
  vertical-align: middle;
}

p {
    margin: 5px 0 5px 10px;
    font-size: 14px;
    color: #000;
}

.join {
    position: absolute;
    border: solid 1px #a61212;
    color: #fff;
    padding: 5px 20px;
    bottom: 15px;
    right: 25px;
    font-size: 20px;
    font-weight: 700;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,red),color-stop(1,#c00000));
    background: -webkit-linear-gradient(top,red 0%,#c00000 100%);
    background: -moz-linear-gradient(top,red 0%,#c00000 100%);
    background: -o-linear-gradient(top,red 0%,#c00000 100%);
    background: -ms-linear-gradient(top,red 0%,#c00000 100%);
    background: linear-gradient(to bottom,red,#c00000);
}

.join2 {
    border: solid 1px #a61212;
    color: #fff;
    padding: 5px 20px;
    bottom: 15px;
    right: 25px;
    font-size: 20px;
    font-weight: 700;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,red),color-stop(1,#c00000));
    background: -webkit-linear-gradient(top,red 0%,#c00000 100%);
    background: -moz-linear-gradient(top,red 0%,#c00000 100%);
    background: -o-linear-gradient(top,red 0%,#c00000 100%);
    background: -ms-linear-gradient(top,red 0%,#c00000 100%);
    background: linear-gradient(to bottom,red,#c00000);
}

.ptc2 table tr td {
    vertical-align: middle;
}



h1 {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 60px;
    padding-top: 8px;
    position: relative;
}

h1 span {
  font-size: 20px;
  display: block;
}

h1 img {
    position: absolute;
    left: 0;
}

a {
  text-decoration: none;
}

table h2 {
    margin: 5px 0 0;
    text-align: center;
}

.ptcinfo {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 5px;
}

ul.money {
    margin: 0;
    padding: 7px 10px 0 20px;
    line-height: 23px;
}

ul.money span {
  float: right;
  font-weight: bold;
}

.payment_proofs {
  padding: 5px 0;
}

.payment_proofs img {
    width: 106px;
    height: 80px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

.nopay {
      height: 57px;
    margin: 0 !important;
    padding: 25px 0 0;
    text-align: center;
    font-size: 20px;
    color: #840000;
}

.payment_proofs > div {
    position: relative;
    width: 110px;
    height: 82px;
    cursor: zoom-in;
    float: left;
    margin: 0 3.5px 0;
}

.payment_proofs a {
    cursor: zoom-in;
}

.payment_proofs p {
    margin: 0 5px 10px;
}


.shadow {
  position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
}

.shadow p {
    margin: 19px 0;
    text-align: center;
    font-size: 16px;
    text-shadow: 0 0 15px #fff;
}

.shadow p span {
    font-weight: bold;
    display: block;
    font-size: 21px;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.ptc {
  position: relative;
  overflow: hidden;
}

.tag1 {
font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    position: absolute;
    bottom: 19px;
    right: -21px;
    z-index:1000;
}

.tag2 {
      font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #d4cb12;
    background: linear-gradient(#FFEB3B 0%,#cac409 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    position: absolute;
    bottom: 19px;
    right: -21px;
    z-index: 1000;
}

.tag3 {
      font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #c709ca;
    background: linear-gradient(#ff00f7 0%,#c709ca 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    position: absolute;
    bottom: 19px;
    right: -21px;
    z-index: 1000;
}

.visitors {
    position: absolute;
    top: 18px;
    right: 0;
    background: #fff;
    border: 1px solid #cecece;
    width: 150px;
    padding: 12px 0;
}

.visitors b {
    display: block;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.ptc-review {
    padding: 10px 10px 0;
    border: 2px solid #0457a7;
    background: #fff;
    margin-bottom: 30px;
    width: 986px;
    float: left;
}

.ptc-review h1 {
    font-size: 30px;
    color: #0457a7;
    margin: 0 0 15px;
    padding: 0 0 5px;
    text-align: left;
    border-bottom: 1px dashed #0457a7;
}

.ptc-review h1 span {
    float: right;
    font-size: 26px;
    color: #000;
}

.ptc-review h1 span i {
    font-style: normal;
    color: #fff;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    padding: 0 15px;
}

.ptc-review .shadow p {
    margin: 36px 0;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 0 15px #fff;
}

.ptc-review .shadow p span {
    font-weight: bold;
    display: block;
    font-size: 35px;
}

.ptc-review .payment_proofs img {
    width: 186px;
    height: 140px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

.ptc-review .payment_proofs > div {
    position: relative;
    width: 189px;
    height: 142px;
    cursor: zoom-in;
    float: left;
    margin: 0 3.5px 0;
}

.payment-box {
    position: relative;
}

.payment-box h2 {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(78, 159, 207);
    color: #fff;
    padding: 2px 10px;
    margin: 0;
}

.payment-box img {
    box-shadow: 0 0 5px #a2a2a2;
    float: right;
}

.ptc-review p {
    margin: 8px 0 5px 10px;
    font-size: 18px;
    color: #000;
}

.ptc-review .join {
    position: absolute;
    border: solid 1px #a61212;
    color: #fff;
    padding: 5px 20px;
    bottom: 70px;
    right: 11px;
    font-size: 20px;
    font-weight: 700;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,red),color-stop(1,#c00000));
    background: -webkit-linear-gradient(top,red 0%,#c00000 100%);
    background: -moz-linear-gradient(top,red 0%,#c00000 100%);
    background: -o-linear-gradient(top,red 0%,#c00000 100%);
    background: -ms-linear-gradient(top,red 0%,#c00000 100%);
    background: linear-gradient(to bottom,red,#c00000);
}

#shadow-black {
    display: none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
}

#scam-sites {
    display: none;
    width: 50%;
    position: fixed;
    height: 90%;
    background: #fff;
    top: 5%;
    right: 0;
    z-index: 1200;
    overflow-y: auto;
}

#scam-sites::-webkit-scrollbar { width: 12px; height: 12px; cursor: pointer; }
#scam-sites::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
#scam-sites::-webkit-scrollbar-thumb{ background: rgba(0, 0, 0, 0.1); }

#scam-sites h2 {
    background: #0457a7;
    color: #fff;
    margin: 0;
    padding: 6px 20px;
    text-transform: uppercase;
}

#scam-sites h2 i {
    font-weight: 300;
    text-transform: none;
    font-style: italic;
}

#scam-sites h2 span {
    background: #fff;
    color: #0457a7;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 9px;
    float: right;
    margin-top: -3px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #004486;
}


#scam-button {
    cursor: pointer;
    position: fixed;
    background: #ffffff;
    color: #d60000;
    padding: 7px 25px;
    font-weight: bold;
    transform: rotate(-90deg);
    top: 40%;
    right: -64px;
    box-shadow: 0px 0px 5px #8c8c8c;
    border-radius: 7px 7px 0 0;
}

.date {
    box-shadow: 0 0 7px #bbbbbb;
    margin: 10px 15px;
}

.date h3 {
    margin: 0;
    padding: 5px 10px;
    color: #a50000;
    border-bottom: 1px dashed #e2e2e2;
}

.date ul {
    margin: 5px 0;
    padding: 8px 5px 15px 35px;
    list-style-type: square;
}

.date ul li {
    padding: 5px 0;
}

.date ul li a {
    color: #0457a7;
    font-weight: bold;
}

.pending {
    color: #ffbe00;
    font-weight: 300;
}

.contact {
    background: #000;
    color: #fff;
    padding: 2px 6px;
}

h2.contact-title {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 40px;
    padding-bottom: 8px;
    position: relative;
}

.contact-text {
    font-size: 20px;
    text-align: center;
    max-width: 675px;
    margin: 0 auto 15px;
}

h2.dr {
    font-size: 40px;
    padding: 5px 0;
    margin: 0;
    color: #000000;
}

h2.dr i {
    color: #0457a7;
    font-style: normal;
}

h2.dr span {
    border: solid 1px #a61212;
    color: #fff;
    padding: 5px 20px;
    bottom: 15px;
    right: 35px;
    font-size: 25px;
    font-weight: 700;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,red),color-stop(1,#c00000));
    background: -webkit-linear-gradient(top,red 0%,#c00000 100%);
    background: -moz-linear-gradient(top,red 0%,#c00000 100%);
    background: -o-linear-gradient(top,red 0%,#c00000 100%);
    background: -ms-linear-gradient(top,red 0%,#c00000 100%);
    background: linear-gradient(to bottom,red,#c00000);
    vertical-align: 5px;
    margin-left: 10px;
}

.social {
    position: absolute;
    top: 0;
    right: 10%;
}

.social img {
    width: 48px;
}

.ptc2 .tag1 {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    position: absolute;
    bottom: 8px;
    right: -33px;
    z-index: 1000;
}


.ptc2 .tag2 {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #d4cb12;
    background: linear-gradient(#FFEB3B 0%,#cac409 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    position: absolute;
    bottom: 8px;
    right: -33px;
    z-index: 1000;
}

.ads {
    background: #e6edf0;
    box-shadow: 0 3px 3px #ccc;
    text-align: center;
    padding: 8px 0 5px;
}

.ads span {
    display: inline-block;
    margin: 0 15px;
}