.bg-animate{
    background-position:0 0;
    background-repeat:repeat-x;
    animation:animatedBackground 100s linear infinite
}
@keyframes animatedBackground{
    from{
        background-position:0 0
    }
    to{
        background-position:100% 0
    }
}
.therow{
    margin-top: 55px;
}
@media screen and (max-width: 1026px) {
    .therow{
        margin-top: 78px;
    }
}
#predat {
    display: none;
    padding: 3px;
    height: 100vh;
    margin: 0 -7px !important;
}
#predat div {
    overflow-y: hidden !important;
}
#predat .section-heading h4 {
    color: #121d33;
}
#depart {
    display: none;
    padding: 3px;
    height: 100vh;
    margin: 0 -7px !important;
}
#depart div {
    overflow-y: hidden !important;
}
#depart .section-heading h4 {
    color: #121d33;
}
#apart {
    display: none;
    padding: 3px;
    height: 100vh;
    margin: 0 -7px !important;
}
#apart div {
    overflow-y: hidden !important;
}
#apart .section-heading h4 {
    color: #121d33;
}
.empty-cart {
    padding: 49px 14px;
    margin-top: 23vh !important;
}
#bipart {
    display: none;
    padding: 3px;
    height: 100vh;
    margin: 0 -7px !important;
}
#bipart div {
    overflow-y: hidden !important;
}
#bipart .section-heading h4 {
    color: #121d33;
}
.butn.home-btn{
    margin-top: 7vh;
    color: #121d33 !important;
    font-size: 24px;
    line-height: 35px;
    padding: 10px;
}
.butn.modal-btn {
    margin-top: 7vh;
    font-size: 24px;
    line-height: 35px;
    padding: 10px;
}
.butn.modal-btn img,
.butn.home-btn img {
    margin-left: 3px !important;
}
.butn.modal-btn img,
.butn.home-btn img {
    width: 27px;
    border-radius: 0;
}


#style-switcher{
    top: 24%;
}
@media (max-width:592px){
    #style-switcher{
        top: 19%;
    }
}

#exampleModal .modal-dialog {
    top: 7vh;
}
#anon-check {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    cursor: pointer !important;
}
@media screen and (max-width: 500px) {
    #exampleModal .modal-dialog {
        top: 17vh !important;
    }
}

#down-file {
    text-transform: uppercase !important;
}

#settings img {
    width: 25px !important;
	height: 25px !important;
	margin: -3px auto -1px 5px !important;
}
#settings {
	left: 27%;
	right: 27%;
}
.pricing-list ul li:nth-child(8) {
    font-size: 15px !important;
}
@media screen and (max-width: 769px) {
    .pricing-list ul li:nth-child(8) {
        font-size: 14px !important;
    }
}
@media (max-width: 380px) {
    .pricing-list ul li:nth-child(8) {
        font-size: 13px !important;
    }
}
@media (max-width: 370px) {
    .pricing-list ul li:nth-child(8) {
        font-size: 12px !important;
    }
}
#bit-bal span,
#your-bal span {
    font-weight: 700 !important;
}

#vpn {
	margin: 30px auto 60px;
	cursor: pointer;
	font-size: 23.5px !important;
	padding: 7.5px 10.3px !important;
}

blink {
    animation: blinkez 4.9s linear infinite;
    color: #fff;
    border: 1.4px solid #fff;
}
@keyframes blinkez {
  0% {
    color: rgba(18, 29, 51, 0.5);
    border: 1.4px solid rgba(18, 29, 51, 0.5);
  }
  10% {
    color: rgba(18, 29, 51, 0.75);
    border: 1.4px solid rgba(18, 29, 51, 0.75);
  }
  20% {
    color: rgba(18, 29, 51, 1);
    border: 1.4px solid rgba(18, 29, 51, 1);
  }
  30% {
    color: rgba(18, 29, 51, 0.75);
    border: 1.4px solid rgba(18, 29, 51, 0.75);
  }
  40% {
    color: rgba(18, 29, 51, 0.5);
    border: 1.4px solid rgba(18, 29, 51, 0.5);
  }
  50% {
    color: rgba(18, 29, 51, 0.25);
    border: 1.4px solid rgba(18, 29, 51, 0.25);
  }
  60% {
    color: rgba(255, 255, 255, 0.5);
    border: 1.4px solid rgba(255, 255, 255, 0.5);
  }
  70% {
    color: rgba(255, 255, 255, 0.75);
    border: 1.4px solid rgba(255, 255, 255, 0.75);
  }
  80% {
    color: rgba(255, 255, 255, 1);
    border: 1.4px solid rgba(255, 255, 255, 1);
  }
    90% {
      color: rgba(255, 255, 255, 0.75);
      border: 1.4px solid rgba(255, 255, 255, 0.75);
   }
   100% {
    color: rgba(255, 255, 255, 0.5);
    border: 1.4px solid rgba(255, 255, 255, 0.5);
  }
}