@charset "utf-8";
/* CSS Document */

a {
  text-decoration: none;
}

.purchase {
  /*border-top:11px solid #E85700;*/
  /*padding:89px 0 0;*/
  padding: 0;
  text-align:center;
  width: 50%;
  display: block;
    margin-left: auto;
    margin-right: auto;

  /*font-family: "Lato";*/
}

@media (max-width:768px) {
.purchase {width: 100%;} .purchase ul{padding-left: 0;}}

/*.purchase {width: 80%;}*/
.purchase h1 {
  font-size:26px;
  letter-spacing:3px;
  line-height:40px;
  text-transform:uppercase;
}
.purchase p {
  font-size: 26px;
  line-height: 45px;
  max-width:750px;
  margin:0 auto;
}
.purchase-trigger {
  margin-top:50px;
  border:1px solid #E85700;
  border-radius:50px;
  font-size:26px;
  display:inline-block;
  cursor:pointer;
  position:relative;
}

.purchase-trigger * {
  -webkit-transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);
  -moz-transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);
  -o-transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);
  transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);

  -webkit-transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);
  -moz-transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);
  -o-transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);
  transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.purchase-trigger span {
  padding:17px 80px;	
  color:#E85700;
  width:246px;
  display: inline-block;
}
.purchase-trigger .bubble {
  position:absolute;
  background:#E85700;
  top:0;
  border-radius:50px;
  left:0;
  height:74px;
  width: 246px;
  z-index:-1;
}
.purchase-trigger.right .bubble {
  margin-left:246px;	
}

.purchase-trigger:not(.right) .annual {
  color:#fff;
}
.purchase-trigger.right .monthly {
  color:#fff;
}

.purchase ul {
  display:table;
  margin:70px auto 0;
  width:100%;
  /*border-left: 1px solid #666;*/
  margin-bottom: 20px;
  text-align: center;
  /*max-width:1100px;*/
}
.purchase li {
  display:table-cell;
  padding:43px 0 0;
  -webkit-transition: 0;
  -webkit-transition: all 0.25s, color 0s !important;
  -moz-transition: all 0.25s, color 0s !important;
  -o-transition: all 0.25s, color 0s !important;
  transition: all 0.25s, color 0s !important;
  position:relative;
  z-index:0;
  border:1px solid #fff;
  text-align: center;
   border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    /* box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2); */
    box-shadow: 5px 8px 15px 5px rgba(46,61,73,0.15);
}





.purchase li:first-child {
  position:relative;
  right:-1px;	
}
.purchase li:last-child {
  position:relative;
  left:-1px;	
}


.purchase li:hover {
  box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
  z-index:1;
  color:#fff;
  /*background:#E85700;
  border-color:#E85700;*/
  background:#d22328;
  border-color:#d22328;
  -webkit-transform:scale(1.05);
}




.purchase ul a:hover {
  color:#d22328;
  text-decoration: none;
}

.purchase ul a, .purchase ul a:hover .purchase-price, .purchase ul a:hover .purchase-description {
  color:#6C6C6C;
  
}




.purchase li * {
  -webkit-transition: 0 !important;
  -moz-transition: 0 !important;
  -o-transition: 0 !important;
  transition: 0 !important;
}

.purchase li:hover * {
  color:#fff !important;
  border-color:rgba(255, 255, 255, 0.27) !important;
}



.purchase li strong {
  font-size:19px;
  text-transform:uppercase;
  color:#2F3740;
  letter-spacing:2.4px;
  line-height:45px;
  font-weight:400;
  margin-bottom: 25px;
  display: inline-block;
  text-align: center;
}

.purchase ul .purchase-description {
  display:block;
  font-size:17px;
  line-height:30px;
  padding:  5px;

}

.purchase .purchase-price {
  font-size:54px;  
  letter-spacing:2px;
  padding-top:20px;
  display:block;
  font-weight:200;
  padding-bottom:12px;

}


@media (max-width:768px) {
purchase .purchase-price {
  font-size:54px;  
  letter-spacing:2px;
  padding:20px;
  display:block;
  font-weight:200;
  padding-bottom:12px;
}}



.purchase .purchase-button {
  text-transform:uppercase;
  font-size:19px;
  color:#2F3740;
  text-decoration:none;
  line-height:1;
  padding:28px 0 24px 0px;
  border-top:1px solid #bbb;
  width:100%;
  display:inline-block;
  margin-top:6px;
  display:block;
}
.purchase li:hover .purchase-button {

  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
}




/*FORM*/


#call-us {background-color: #eee; border:1px solid #e1e1e1; /*width: 300px;*/ padding:10px 0; }

form.field {background:#fff; margin-left: auto !important; margin-right: auto !important; margin: 5px 0; width:350px; height: 30px; border:1px solid #e1e1e1;}

form.field-required {background:#fff; margin-left: auto !important; margin-right: auto !important; margin: 5px 0; width:250px; height: 30px; border:1px solid #e1e1e1;}

.form {margin: 5px; padding: 0 0 0 0px;}

form .submit {
    margin-bottom: 17px;
    cursor: pointer;
    background-color: #fd4239;
    width: 100%;
    height: 38px;
    border: none;
    color: #fff;
    font-weight: bold;
}

/*ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

li {
    float: left;
}

 li a, .dropbtn {
    display: inline-block;
    color: white;
    
    padding: 4px 6px;
    text-decoration: none;
}
 li a:hover, .dropdown:hover .dropbtn {
    background-color: none;
}*/

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	top: 32px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
    display: block;
}


.one-pos{ position:relative; width: 25%; height:100%;  display:inline;
    min-height: 1px;
    padding-right: 35px;
    padding-left: 35px;}
	
	.one-pos p {font-size:18px; text-align:center; padding-top: 20px;}
h2.centered, p.centered {text-align:center; padding-bottom:0px;}
/*ul.list {list-style:disc; display:block;}
ul.list li {margin-left: 20px;padding: 8px 0; float:none;}*/
p.color {background-color:#DAEDFC; padding:5px 15px; font-weight:bold;}
ul#top-menu li {margin-left: 25px;}

.manual { margin: 0 auto; width: 100%;}
.manual td {text-align:center; font-size: 20px;}



#signup {
    padding: 0px 14px 25px;
    background: #fff;
    /*box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );*/
        box-shadow: 5px 8px 15px 5px rgba(46,61,73,0.15);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
    width: 74%;
    display: block;
    margin-left: auto;
  margin-right: auto;
    /*margin-left: 180px;
    width: 900px;*/
}



@media(max-width:767px) {
#signup {
    padding: 0px 25px 25px;
    background: #fff;
    box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
   margin: 0 auto;
    width: 60%;
}}



#signup .header {
    margin-bottom: 20px;
}

#signup .header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

#signup .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

#signup .sep {
    height: 1px;
    background: #e8e8e8;
    /*width: 406px;*/
    margin: 0px -25px;
}

#signup .inputs {
    margin-top: 25px;
}

#signup .inputs label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
}

input:-moz-placeholder {
    color:    #b5b5b5;
}

#signup .inputs input[type=email], input[type=phone], input[type=name], input[type=firm]{
    background: #f5f5f5;
    font-size: 0.9em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: none;
    padding: 13px 10px;
    width: 200px;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}

#signup .inputs input[type=email]:focus, input[type=name]:focus, input[type=phone]:focus, input[type=firm]:focus{
    background: #fff;
    box-shadow: 0px 0px 0px 1px #bbb, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}

#signup .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

#signup .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

#signup .inputs label.terms {
    float: left;
    font-size: 14px;
    font-style: italic;
}



#signup .inputs #submit {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
	background: red;/* For browsers that do not support gradients */
        background: -moz-linear-gradient(
        top,
        #f5011e 0%,
        #da4b63);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#f5011e),
        to(#da4b63));
		background: linear-gradient(#f5011e,#da4b63);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f5011e;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}



#signup .inputs #submit:hover {
    background: red;/* For browsers that do not support gradients */
	background: -webkit-linear-gradient (linear, left top, left bottom, 
        from(#da4b63),
        to(#f5011e));
    background: -moz-linear-gradient (top, #da4b63 0%, #f5011e top, #da4b63 0%,#f5011e);/* For Safari 5.1 to 6.0 */
    background: -webkit-gradient(
     linear, left top, left bottom, 
        from(#da4b63),
        to(#f5011e));
	 background: -o-linear-gradient (#da4b63, #f5011e);
     background: linear-gradient(#da4b63, #f5011e);		
}

/*background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow); /* Standard syntax */
}*/

.descr { text-align: center; text-align: justify;
    text-justify: inter-word;}
.one-pos p {text-align: left;}

.form-group {
    
    padding: 5px;
    background: #fff;
    box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form-control {
    display: inline;
    width: 25%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* PRICING TABLE FOR NEW CART */
.pricing-table {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pricing-table .block-heading {
    margin-bottom: 40px;
    text-align: center;
    padding-top: 0;
}

.pricing-table .block-heading h2 {
    color: #3b99e0;
}
.pricing-table .block-heading h3 {
    padding: 0;

}

.pricing-table .block-heading p {
    text-align: center;
    max-width: 620px;
    margin: auto;
    opacity: 0.7;
}

.pricing-table .heading {
    text-align: center;
}

.pricing-table .heading h3 {
    color: #222538;
    margin-top: 0;
}

.pricing-table .heading h4 {
    color: #222538;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.pricing-table .grow {
    flex-grow: 2;
}

.pricing-wrapper {
    padding: 0 25px;
}

.equal-height {
    display: flex;
    align-items: stretch;
}

.equal-height .col {
    display: flex;
    flex-direction: column;
}
 
.pricing-table .divider {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    border-top: 2px solid #5ea4f3;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
}

.pricing-table .item button {
    font-weight: 600;
}

.pricing-table .item p {
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
    color: #2d3666;
}

.pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
}

.pricing-table .quantity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

.pricing-table .quantity .value {
    padding: 0 7px;
}

.pricing-table .quantity span {
    cursor: pointer;
}

.pricing-table .quantity h5 {
    font-size: 1.1em;
    padding-right: 10px;
    margin-top: 10px;
}

.pricing-table .quantity .minus,
.pricing-table .quantity .plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 6px 5px 6px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: content-box;
    line-height: 1.3;
}

.pricing-table .quantity .minus:hover,
.pricing-table .quantity .plus:hover {
    background-color: #cce9ff;
    border: 1px solid #008FFF;
}

.pricing-table .quantity input {
    height: 34px;
    width: 44px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.pricing-table .price h4 {
    margin: 15px 0;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    padding: 0;
}
.pricing-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0;
}

.pricing-table .license-terms {
    border-top: 1px solid #aaa;
}

.pricing-table .license-terms ul {
    padding: 1em 0 3em 2em;
    font-size: .9em;
}

.pricing-table .license-terms ul li span {
    font-weight: 700;
}

.pricing-table .buy-button {
    background-color: #f7c8c9ce;
    border: 1px solid #d22328;
    font-size: 19px;
    color: #2F3740;
    text-decoration: none;
    line-height: 1;
    padding: 28px 0 24px 0px;
    width: 100%;
}

.pricing-table .buy-button:hover {
    background-color: #d22328;
    color: #fff;
}

.bg2 {
    background-color: #f3f6fa;
}

.pricing-table .license-terms {
    border-top: 1px solid #aaa;
    margin: 10px 30px 0 30px;
}
