
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family:Roboto-Light;
  src: url('../fonts/roboto/Roboto-Light.ttf'); 
}

@font-face {
  font-family:Roboto-Regular;
  src: url('../fonts/roboto/Roboto-Regular.ttf'); 
}

@font-face {
  font-family:Roboto-Bold;
  src: url('../fonts/roboto/Roboto-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

html {
  height:100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body{	
  font-family:Roboto-Regular;
  background:#163a7b;
  min-height:100%;
  line-height:1.5;
}

a:hover{
  text-decoration:none;
}

.bold{
  font-family:Roboto-Bold;
}

.clear{
  clear:both;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

header{
  width:100%;
  padding-top:20px;
  padding-bottom:100px;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrapper{
  width:1240px;
  margin:0 auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
}

.defencevpn-logo{
  display:block;
  float:left;
  width:200px;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Info Section ]*/

.info-container{
  padding:20px 40px 0 0;
}

.recommended{
  display:block;
  margin-top:10px;
  font-size:0.9em;
  color:#FFF;
}

.recommended img{
  margin:0 5px;
}

.techradar{
  width:115px;
}

h1{
  font-family:Roboto-Bold;
  font-size:2.2em;
  padding:25px 0 15px 0;
  color:#FFF;
  line-height:1.3;
}

.feature-row{
  margin-top:20px;
}

.feature-icons{
  float:left;
  width:28px;
  margin-top:4px;
}

.feature-title{
  font-size:1.4em;
  margin-left:40px;
  color:#FFF;
}

.feature-desc{
  float:left;
  width:80%;
  font-size:0.92em;
  margin-top:3px;
  margin-left:40px;
  color:#FFF;
}

.available-icons{
  display:block;
  width:200px;
  margin-top:40px;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Email/Password Form ]*/

.payment-container{
  position:relative;
  padding:0px 20px;
  margin-top:40px;
  border-radius:4px;
}

.plan-container{
  display:block;
}

.payment-section{
  display:none;
  position:relative;
  margin-top:40px;
}

h2{
  font-family:Roboto-bold;
  display:block;
  font-size:2.0em;
  color:#FFF;
  margin:0 auto 30px;
  position:relative;
  text-align:center;
}

.field input{
  width:100%;
  height:44px;
  font-size:0.9em;
  margin-top:12px;
  padding-left:15px;
  outline:0;
  border-radius:4px;
  border:1px solid #dde5ed;
  -webkit-appearance: none;
  background:#FFF;
  color:#2f71b2;
}

.field input:focus{
  border:2px solid #2f71b2;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a8bed5 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a8bed5 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a8bed5 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a8bed5 !important;
}

textarea:focus, select:focus, input:focus{
  outline: none;
}

.field .error{
  margin-bottom:-8px;
}

label.error{  
  display:block;
  font-family:Roboto-bold;
  font-size:0.8em;
  color:#ea0000;
  margin-top:12px;
}

input.error{
  border:2px solid #ea0000; 
}

select.error{
  border:2px solid #ea0000; 
}

.box-padding{
  padding-left:0;
  padding-right:0;
}

.plan-boxes{
  width:98%;  
  padding:25px 30px;
  border-radius:4px;
  margin:auto;
  margin-bottom:30px;
  color:#0c334d;
  background:#FFF;
  cursor:pointer;
}

.plan-boxes:hover{
  width:100%;
  -webkit-box-shadow: 0px 2px 8px 10px rgba(0,0,0,0.25); 
  box-shadow: 0px 2px 8px 10px rgba(0,0,0,0.25);
}

.plan-heading{
  font-family:Roboto-bold;
  font-size:1.2em;
}

.price{ 
  font-family:Roboto-bold;
  font-size:4.2em;
  line-height:0.5;
  letter-spacing:-2px;
  margin-top:20px;
}

.dollar{
  display:inline-block;
  vertical-align:top;  
  font-size:0.6em;
  margin-top:3px;
  margin-right:5px;
}

.mo{
  font-size:0.25em;
  letter-spacing:0.3px;
  margin-left:3px;
}

.billing{
  font-size:1.0em;
  margin-top:25px;
}

.steps{
  font-family:Roboto-bold;
  font-size:1.1em;
  margin-bottom:15px;
  padding-left:15px;
  color:#0c334d;
}

/*/////////////////////////////////////////////////////////////////////////////////
[ Current Plan/Changing Plans ]*/

.current-plan{
  width:100%;
  text-align:center;
  padding:30px;
  border-radius:4px;
  padding:20px;
  margin-bottom:25px;
  background:#FFF;
  border:3px solid #38ab00;
}

.your-plan{
  font-family:Roboto-Bold;
  font-size:1.0em;
  color:#606f94;
}

.chosen-plan{
  font-family:Roboto-Bold;
  font-size:1.1em;
  color:#0c334d;
}

.tip{
  font-family:Roboto-Bold;
  font-size:1.1em;
  padding-top:12px;
}

.go-back{  
  width:140px;
  padding:8px;
  margin:12px auto 0;
  text-align:center;
  cursor:pointer;
  font-size:0.8em;
  color:#FFF;
  background:#2eb609;
  border-radius:4px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.go-back:hover{
  color:#FFF;
  background:#25a702;
}

/*/////////////////////////////////////////////////////////////////////////////////
[ Select Payment Type ]*/

.break-section{
  width:100%;
  padding:30px 15px;
  margin-top:25px;
  border-radius:4px;
  background:#FFF;
}

#cc-bottom, #paypal-bottom{
  display:none;
  margin-top:25px;
  padding:0 15px;
}

#cc-bottom a{
  color:#007bff;
  text-decoration: none;
}

.cc-paypal-flex{
  margin:25px auto 0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
}

.select-payment{
  height:56px;
  font-family:Roboto-Bold;
  border:1px solid #dde5ed;
  border-radius:4px;
  padding:16px 0 0 14px;
  color:#0c334d;
  background:#FFF;
  cursor:pointer;
}

.select-method{
  display:none;
  font-family:Roboto-Bold;
  font-size:1.2em;
  color:#f7981d;
  text-align:center;
}

.circle-cc{
  display:block;
  float:left;
  height:14px;
  width:14px;
  margin-top:6px;
  margin-right:6px;
  background:#f7981d;
  border-radius:50%; 
  border:1px solid #f7981d;
}

.circle-paypal{
  display:block;
  float:left;
  height:14px;
  width:14px;
  margin-top:6px;
  margin-right:6px;
  background:#f5f5f5;
  border-radius:50%; 
  border:1px solid #b1b1b1;
}

.payment-type{
  font-size:0.9em;
}

.card-icon-wrapper{
  display:inline-block;
  margin-left:5px;
}

.paypal-icon{
  height:26px;
  margin-top:-3px;
  margin-left:2px;
  padding:1px;
}

.payment-icon{
  height:18px;
  margin-top:-3px;
  margin-left:2px;
  padding:1px;
}

/*/////////////////////////////////////////////////////////////////////////////////
[ Credit Card Form ]*/

.cc-payment-wrapper{
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  padding-top:50px;
}

.paypal-payment-wrapper{
  position:relative;
  display:none;
}

.secure-checkout{
  position:absolute;
  top:15px;
  right:15px;
}

.secure-icon{
  width:24px;
  margin-top:-4px;
  margin-right:0px;
}

.secure-title{
  font-family:Roboto-bold;
  font-size:0.85em;
  color:#0c334d;
}

.cc-title{
  font-size:0.9em;
  color:#606f94;
  padding-bottom:3px;
  padding-top:5px;
  margin-bottom:20px;
  border-bottom:1px solid #dde5ed;
}

.cvv-icon{
  position:absolute;
  top:14px;
  right:-14px;
  width:18px;
  cursor:pointer;
}

.ssl-badge-wrapper{
  width:185px;
  margin:20px auto 30px;
}

.ssl{
  float:left;
  width:100px;
  margin-top:12px;
  margin-right:10px;
}

.save-badge{
  float:left;
  width:70px;
}

.order-review-wrapper{
  padding:22px 10px;
  margin:30px 15px 0px 15px;
  border:1px solid #dde5ed;
  border-radius:4px;
  background:#f3f9fe;
}

.review-title{
  font-family:Roboto-Bold;
  font-size:0.9em;
  color:#0c334d;
  padding-bottom:7px;
  margin-bottom:10px;
  border-bottom:1px solid #dde5ed;
}

.review-plan{
  font-family:Roboto-Bold;
  font-size:1.2em;
  color:#0c334d;   
}

.billed{
  color:#606f94;
  font-size:0.9em;
  margin-top:5px;
}

.total-price{
  font-family:Roboto-Bold;
  font-size:1.2em;
  color:#0c334d;
  width:93%;  
  text-align:right;
}

.continue-text{
  color:#606f94;
  font-size:1.0em;
  padding-top:55px;
}

.legal{
  font-size:0.8em;
  padding-top:8px;
  color:#606f94;
}

.legal a{
  color:#FFF;
  text-decoration:underline;
}

.legal a:hover{
  color:#FFF;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ CVC Popup ]*/

.cvv-cover{
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(0,0,0,0.8);  
  z-index:4;
}

.cvv-popup{
  position:absolute;
  width:500px;
  top:10%;
  left:50%;  
  margin-left:-250px;
  padding:25px 40px;
  background:#FFF;
}

.cvv-title{
  position:relative;
  font-size:1.2em;
  color:#606f94;
  padding-bottom:15px;
  border-bottom:1px solid #dde5ed;
}

.cvv-padding{
  position:relative;
  padding-left:0px;
}

.close-icon{
  position:absolute;
  width:16px;
  top:-10px;
  right:-27px;
  font-size:0.9em;
  cursor:pointer;
}

.cvv-desc{
  font-size:0.9em;
  color:#606f94;
  padding-top:15px;
}

.card-cvv{
  width:250px;
  margin-top:15px;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Processing/Error Popup ]*/

.processing-popup{
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);
  z-index:4;
}

.center-processing{
  position:absolute;
  width:150px;
  height:150px;
  left:50%;
  top:50%;
  margin-left:-75px;
  margin-top:-75px;
}

.loading-gif{
  display:block;
  width:100px;
  margin:auto;
}

#processing{
  display:block;
  text-align:center;
  font-size:1.3em;
  color:#FFF;
  margin-top:6px;
}

#receiving{
  display:none;
  text-align:center;
  font-size:1.3em;
  color:#FFF;
  margin-top:6px;
}

.processing-error{
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);
  z-index:4;
}

.error-wrapper{
  position:absolute;
  width:400px;
  height:auto;
  padding:30px 40px;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:-120px;
  border-radius:6px;
  background:#e8e8e8;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
}

.error-title{
  font-family:Roboto-Bold;
  font-size:1.5em;
  text-align:center;
  color:#303030;
  margin-bottom:12px;
}

.error-text{
  font-size:1.0em;
  text-align:center;
  color:#000;
  margin-bottom:20px;
}

.error-close{
  width:180px;
  padding:8px;
  margin:auto;
  font-size:1.1em;
  text-align:center;
  border-radius:4px;
  color:#FFF;
  cursor:pointer;
  background:#f1374f;
}

.error-close:hover{
  background:#e62e46;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Buttons ]*/

.payment-button{
  display:block;
  width:320px;
  padding:14px 20px;
  margin:auto;
  font-size:1.2em;
  color:#FFF;
  text-align:center;
  background:#2eb609;
  cursor:pointer;
  outline:0;
  border:none;
  border-radius:4px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.payment-button:hover{
  background:#25a702;
}

.select-button{
  font-family:Roboto-Bold;
  position:absolute;
  top:65px;
  right:30px;
  width:160px;
  font-size:1.2em;
  text-align:center;
  padding:9px 0;
  border-radius:4px;
  border:2px solid #0c334d;
  color:#0c334d;
  cursor:pointer;
  background:none;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Footer ]*/

footer{
  width:100%;
  padding:80px 0 20px 0;
  color:#FFF;
  background:#0c334d;
}

.footer-title{
  font-family:Roboto-bold;
  font-size:1.6em;
  margin-bottom:12px;
  text-align:center;
  color:#FFF;
}

.list-unstyled{
  text-align:center;
}

.footer-copyright{
  display:block;
  font-size:0.9em;
  padding-top:50px;
  text-align:center;
}

footer a{
  font-family:Roboto-Light;
  font-size:1.0em;
  line-height:1.8;
  color:#FFF !important;
}

footer a:hover{
  text-decoration: underline;
}

footer a:visited{
  color:#FFF;
  text-decoration:none;
}



/*/////////////////////////////////////////////////////////////////////////////////
[ Mobile CSS ]*/

@media screen and (max-width:1260px){

  .wrapper{
    width:100%;
  }

  .defencevpn-logo{
    margin-left:15px;
  }

  .info-container{
    padding:20px 15px;
  }

}

@media screen and (max-width: 1199px){

  .select-payment{
    margin-bottom:12px;
  }

  .feature-icons{
    margin-left:0;
  }

  .platform-icons{
    width:38px;
  }

  .plan-container{
    display:block;
  }

  .cc-payment-wrapper, .paypal-payment-wrapper{
    padding-top:40px;
  }

  .secure-checkout{
    top:7px;
  }

  .continue-text{
    padding-top:10px;
  }

  .select-button{
    width:140px;
    font-size:1.1em;
  }

}


@media screen and (max-width: 991px){

  header{
    padding-bottom:50px;
  }

  h1{
    font-size:2.2em;
    padding-top:12px;
    padding-bottom:0px;
    text-align:center;
  }

  h2{
    font-size:1.8em;
  }

  .recommended{
    margin-top:0px;
    text-align:center;
  }

  .feature-row{
    width:454px;
    margin:25px auto 0;
  }

  .feature-icons{
    width:24px;
  }

  .feature-title{
    font-size:1.2em;
  }

  .feature-desc{
    font-size:0.88em;
    margin-left:40px;
    width:auto;
  }

  .payment-container{
    width:500px;
    margin:30px auto 0;
  }

  .payment-section{
    width:500px;
    margin:30px auto 0;
  }

  .save{
    font-size:1.0em;
    right:15px;
  }

  .heading-title{
    font-size:1.2em;
  }

  .price{
    font-size:3.5em;
  }

  .select-button{
    font-size:1.0em;
  }

  .hide{
    display:none;
  }

  .available-icons{
    width:180px;
    margin:30px auto 0;
  }  

  footer{
    padding:60px 0 20px 0;
  }

  .footer-title{
    font-size:1.4em;
    text-align:center;
  }

  footer a{
    display:block;
    text-align:center;
  }

}


@media screen and (max-width: 540px){ 

  .payment-container, .payment-section{
    width:100%;
  }

  .cvv-popup{
    width:94%;
    left:3%;
    margin:0 auto;
    padding:25px 30px;
  }

  .close-icon{
    right:-16px;
  }

  .cvv-title{
    font-size:1.1em;
  }

  .cvv-desc{
    font-size:0.85em;
  }

  .plan-boxes{
    padding:25px;
  }

  .select-button{
    right:25px;
  }

}

@media screen and (max-width: 468px){

  header{
    padding-bottom:40px;
  }

  .defencevpn-logo{
    width:100px;
  }

  .info-container{
    padding:25px 15px 15px 15px;
  }

  .secure-checkout{
    top:0px;
  }

  .secure-icon{
    width:21px;
    margin-top:-2px;
  }

  .secure-title{
    font-size:0.8em;
  }

  .save{
    font-size:0.8em;
  }

  .cnet{
    width:32px;
  }

  .techradar{
    width:90px;
  }

  h1{
    font-size:1.6em;
    padding-bottom:10px;
  }

  .feature-row{
    width:100%;
    margin:20px auto 0;
  }

  .feature-icons{
    width:20px;
    margin-top:2px;
  }

  .feature-title{
    font-size:1.1em;
    margin-left:30px;
  }

  .feature-desc{
    font-size:0.8em;
    margin-left:30px;
  }

  .break-section{
    padding:25px 5px;
    margin-top:15px;
  }

  .payment-button{
    width:100%;
    font-size:1.0em;
  }

  .trial-message{
    font-size:0.75em;
  }

  .plan-heading{
    font-size:1.0em;
  }

  h2{
    font-size:1.4em;
    margin-bottom:20px;
  }

  .dollar{
    margin-top:1px;
  }

  .price{
    font-size:3.2em;
    margin-top:15px;
  }

  .select-button{
    width:120px;
    font-size:1.0em;
    padding:7px 0;
    top:52px;
    right:15px;
  }

  .field input{
    height:40px;
    font-size:0.8em;
  }

  .select-payment{
    height:50px;
    padding:12px 0 0 15px;
  }

  .order-review-wrapper{
    padding:15px 5px;
  }

  .legal{
    font-size:0.75em;
  }

  .billed{
    font-size:0.8em;
    margin-top:2px;
  }

  .billing{
    font-size:0.8em;
    margin-top:20px;
  }

  .card-icon-wrapper{
    margin-left:3px;
  }

  .payment-container{
    margin:30px auto 0;
    padding:0;
  }

  .plan-boxes{
    padding:20px 15px;
    margin-bottom:15px;
  }

  .tip{
    font-size:1.0em;
    padding-top:12px;
  }

  .go-back{
    text-align:center;
    margin-top:12px;
  }

  .current-plan{
    padding:25px 20px;
  }

  .your-plan{
    font-size:0.9em;
  }

  .chosen-plan{
    font-size:1.0em;
  }

  .ssl-badge-wrapper{
    margin:20px auto;
  }

  .cc-payment-wrapper, .paypal-payment-wrapper{
    padding-top:30px;
  }

  .cc-paypal-flex{
    margin:15px auto 0;
  }

  .payment-type{
    font-size:0.9em;
  }

  .payment-icon{
    height:18px;
  }

  .paypal-icon{
    height:26px;
  }

  .continue-text, .review-title{
    font-size:0.9em;
  }

  .review-plan, .total-price{
    font-size:1.0em;
  }

  .steps{
    font-size:1.0em;
    margin-bottom:0px;
  }

  .cvv-icon{
    width:16px;
  }

  .center-processing{
    width:100px;
    height:100px;
    margin-left:-50px;
    margin-top:-50px;
  }

  .loading-gif{
    width:80px;
  }

  #processing, #receiving{
    font-size:1.1em;
  }

  .error-wrapper{
    width:90%;
    height:auto;
    padding:30px;
    margin-left:-45%;
  }

  .error-title{
    font-size:1.2em;
    margin-bottom:12px;
  }

  .error-text{
    font-size:0.9em;
    margin-bottom:20px;
  }

  .error-close{
    width:150px;
    padding:7px;
    font-size:1.0em;
  }

  footer{
    padding:40px 0 20px 0;
  }

  .footer-title{
    font-size:1.2em;
    margin-bottom:6px;
  }

  footer a{
    font-size:0.9em;
  }

  .footer-copyright{
    font-size:0.8em;
    padding-top:40px;
  }
 
}

@media screen and (max-width: 350px){

  .select-button{
    width:100px;
    font-size:0.9em;
    padding:6px 0;
  }

}

