/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*Grid*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
    font-family: roboto, helvetica, serif;
    font-weight: 300;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover,
a:visited,
a:focus {
  outline: none;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
    .container{
        max-width: 1010px;        
        margin: 0 auto;
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-4, .col-xs-6, .col-md-6, .col-sm-6, .col-xs-12  {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-6 {
    float:left;
    width: 50%;
}
@media (min-width: 544px) {
  .col-sm-6 {
    float: left;  
    width: 50%;
  }
}
@media (min-width: 768px){
    .col-md-4 {
        float: left;
        width: 33.3333%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
}
/*
Floats & Clearfix
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/*
Body
*/
.background-container {
   background: #151D2F;
}
/*
Header
*/
.hamburger,
.lightbox,
.lightboxOverlay,
.logo1,
.logo2 {
    position: absolute;
}
.logo {
    margin-bottom: 30px;
}
.logo1 {
    max-width: 60px;
    left: -10px;
}
.logo2 {
    max-width: 180px;
    left: 53px;
    top: 5px;

}
@media screen and (min-width: 768px) {
    .logo {
        display: block;
        max-width: 270px;
        margin: 0 auto;
    }
    .logo1 {
        position: relative;
        display: inline-block;
        left: 0;
        -webkit-animation: spin 20s linear infinite;
        -moz-animation: spin 20s linear infinite;
        animation: spin 20s linear infinite
    }
    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(360deg)
        }
    }
    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg)
        }
    }
    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }
    .logo2 {
        position: relative;
        left: 0;
        top: -5px;
    }
}
.header {
    width: 100%;
    top: 0;
    height: 80px;
    max-width: 999px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.social-media {
    display: none
}
@media screen and (min-width: 992px) {
    .social-media {
        display: block
    }
    .background-container {
        padding-bottom: 20px;
    }
}
/*Navigation*/
.myMenu {
    width: 100%;
    max-width: 767px;
    top: 0;
    border-radius: 0;
    padding-right: 0;
    height: 0;
    margin: 0 auto
}
.myMenu li {
    width: 100%;
    height: 40px;
    border-radius: 0;
}
.myMenu li a {
    padding-top: 12px;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #bbb;
    text-align: center;
}
.hamburger {
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px 15px
}
.line {
    border-bottom: 4px solid #fff;
    width: 35px;
    margin-bottom: 6px
}
.line:last-child {
    margin-bottom: 0
}
.myMenu li a:hover {
    background: #636771;
    border-radius: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.borders {
    position: relative;
    z-index: 1;
    background: #151d2f;
    height: 0;
    overflow: hidden;
    transition: height .3s linear;
    margin-left: -15px;
    margin-right: -15px
}
.active-selection {
    background: #636771;
    text-shadow: 0 0 10px #fff
}
.open {
    height: 240px
}
@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
    .myMenu {
        height: 45px;
        max-width: 949px;
    }
    .borders {        
        position: relative;
        background: #101625;
        box-shadow: 0px 2px 5px #1e2842;
        box-shadow: 0px 0px 10px 4px #293044;
        height: 48px;
    }
    .myMenu li {
        display: inline-block;
        list-style: none;
        width: 161px;
        height: 43px;
        text-align: center;
        margin-bottom: 2px;
        margin-left: 10px;
        margin-top: 2px
    }
    .myMenu li:hover {
        background: 0 0
    }
    .myMenu li a {     
        border-bottom: none;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }
    .border-left {
        position: relative;
        left: -10px;
        top: 0;
        margin-right: -12px;
        padding-left: 2px;
        border-left: 1px solid #636771;
    }
    .border-left:first-of-type  {
        border-left: none;
    }
    .myMenu li a:hover {
        text-shadow: 0 0 10px #fff;
        position: relative;
    }
}
/* Mid Section */
.lead {
    margin-top: 80px;
    position: relative;
    color: #7e7e7e;    
    background-position: center;
    background-size: cover;
}
@media screen and (min-width: 768px){
.hidden {
    display: none;
    } 
}
.button, .button2 {  
    display: block;
    margin: 15px auto;
    width: 170px;
    height: 55px;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    color: #fff;  
    border-radius: 3px;
}
.button {
    background: #87b52b;
    background-image: -webkit-linear-gradient(to top,#87b52b,#96c930);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #96c930);
    background-image: linear-gradient(to top,#87b52b,#96c930);
}   
.button:hover { 
    background: #a2d934;
    background-image: -webkit-linear-gradient(to top,#87b52b,#a2d934);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #a2d934);
    background-image: linear-gradient(to top,#87b52b,#a2d934);
}
.button2 {
    background: #f58e36;
    background-image: -webkit-linear-gradient(to top, #ef7b1b, #ff963c); 
    background-image: -webkit-linear-gradient(bottom, #ef7b1b, #ff963c);
    background-image: linear-gradient(to top,#ef7b1b, #ff963c);   
}
.button2:hover {
    background: #ffa04f;
    background-image: -webkit-linear-gradient(to top, #ef7b1b, #fda255); 
    background-image: -webkit-linear-gradient(bottom, #ef7b1b, #fda255);
    background-image: linear-gradient(to top,#ef7b1b, #fda255);  
}
.details {  
    text-align: center;
    margin-top: -15px;
    margin-bottom: 15px;
}
/*Specifications*/
.specifications {
    max-width: 999px;
    margin: 10px auto;
}
.table-container{
    padding: 0;
}
.upgrade-table{
    border-collapse: collapse;
    width: 100%;
}
.upgrade-table-content {
    text-align: center;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f1f1f1;
  }
  .upgrade-table-name{
    min-width: 270px;
}
}
@media screen and (min-width: 768px){
    .specifications {    
        padding: 15px;
    }
}
td {
   border-bottom: 1px solid #f1f1f1;
   padding: 12px;
}
td:last-child{
    border-right: none;
}
.no-border {
    border-bottom: none;
}
.no-border-right{
    border-right: none;
}
.border-top {
    border-top: 1px solid #90c12e;  
}
.border-bottom {
    border-bottom: 1px solid #90c12e!important;
}
/*.upgrade-table-free {
    background: #151d2f;
    width: 100px;
    text-align: center;
    color: #fff;
}
.upgrade-table-pro {
    width: 100px;
    background: #8bce33;
    text-align: center;
    color: #fff;
}*/
.upgrade-table td:nth-child(3){
    border-bottom: none;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    border-left: 1px solid #90c12e;
    border-right: 1px solid #90c12e;
}
.upgrade-table td:nth-child(2){
    background: #fff;
    border-left: 1px solid #f1f1f1;
}
.free-version {
    background-color: /*#fff4e5*/#d6dae2;
}
.pro-version {
    background-color: #f9fcf5;
}
.discount-percentage {
    color: #E50013;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
}
/*
Modal
*/
.logo-modal{
    display: none;
    margin-top: 20px;
    max-width: 250px;
    margin-left: 10px;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {   
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal-body{
    border-radius: 6px;
}
.modal-header .close {
    margin: 5px;
}
.close {
    float: right;
    font-size: 26px;
    line-height: 1;
    color: #7e7e7e;
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 544px){
    .modal {
        top: 100px;
    }
    .modal-header {
        padding: 15px;
        min-height: 16.42857143px;
        height: 150px;
    }  
    .logo-modal {
        display: inline-block;
    }
}
.modal-body {
    position: relative;
    padding: 0 23px;
}
.badge-container {   
    max-width: 999px;
    display: block;
    margin: 10px auto;
}
.badges {
    width: 100%;
}
.badge{
    display: block;
    margin: 20px auto;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .badge{
        margin: 0 auto;
    }
}
/*
Modal Nav
*/
.nav{ 
   position: relative;
   height:34px; 
   font-size:13px;  
   display: block;
   margin-top: 90px;
}
.nav li { 
    display:inline-block; 
    width:100px; 
    height:40px; 
    position: relative;
    text-decoration:none; 
    text-align:center;
    background-color: #cccccc;
    color: #fff;
}
li.active, .nav li:hover  {
    background-color: #adacac;
}
.active .header-btn{
    color: #fff;
}
li.active, 
.header-btn {
    z-index: 1;
}
.nav li a{
    position: relative;
    display: block;
    padding-top: 12px;
    font-size: 17px;
    width: 100px;
}
@media screen and (min-width: 544px){    
    .nav li a,
    .nav li {
        width: 130px;
    }
}
.nav ul {
    padding-bottom: 10px;
    padding-left: 10px;
}
li a:hover {
    text-decoration: none;
}
li a {
    color: #fff;
    height:100%; 
    width:100%; 
    display: block; 
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.block-card{
    height: 250px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.block-card:first-child{
    margin-left: 17px;
}
.block-card:last-child{
    margin-right: 10px;
}
@media screen and (min-width: 768px){
    .block-card{
        width: 29%;
    }
}
.block-card h2 {
    font-weight: 700;
}
.block-card span {
    font-size: 17px;
    color: #000;
}
.block-card .discount {
    margin-top: 20px;
    color:#D62B53;
    text-decoration: line-through;
}
.block-card .save{
    color:#D62B53;
    margin-bottom: 32px;
}
.block-card  p {
    color: #7e7e7e;
    font-size: 17px;
}
.lifetime p:first-of-type {
    color: #000;
}
.lifetime-offer {  
    height: auto;
}
@media screen and (min-width:768px) {
    .lifetime-offer {
        height: 250px;
        width: 698px;
    }
}
.giftbox {
    text-align: left;
}
.giftbox-container {
    margin: 0 auto;    
    max-width: 210px;
}
.giftbox p {
    color: #D62B53;
}
.giftbox img {
    padding-top: 10px;
}
.nav .business-btn {
    background: #000;
}
.nav .business-btn:hover {
    background: #424242;
}
@media screen and (max-width: 767px){
    .block-card, .block-card:first-child, .block-card:last-child {
        margin-left: 0;
        margin-right: 0;
    }  
}
.tab-pane .lifetime {
    margin: 52px auto;
    margin-bottom: 20px;
    
}
@media screen and (min-width: 768px) {
    .tab-pane .lifetime {
        margin-top: 5px;
    }
}
/*Footer*/
footer {     
    color: #fff;
    background-color: #41424E;
    padding-top: 10px;
}
.footer-container {
    max-width: 768px;
    position: relative;
    margin: 0 auto
}
.small-container{
    margin-top: 20px;
    text-align: center;
}
.small-container a{
    color: #fff;
}
.small-container a:focus,
.small-container a:hover,
.small-container a:visited,
footer li a:hover {
    text-decoration: underline
}
.footer-list img {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: -0.30em;
    margin-right: 10px;
    float: left;
}
.footer-list a img {
    border: none;
}
.footer-list {
    display: block;
    position: relative;
    margin: 0 auto;
}
.ul-wrapper {
    max-width: 250px;
    position: relative;
}
.ul-wrapper ul {
    text-align: left;
}
footer li {
    margin-top: 20px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
footer li a {
    font-size: 14px;
    height: 14px;
    color: #fff;
}
.small-container {
    margin-top: 30px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .footer-container {
        max-width: 992px;
    }
}
/*
Sticky footer
*/
 * {
margin: 0;
}
html, body {
height: 100%;
}
.sticky-container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -395px;
}
.footer, .push {
    height: 395px;
}
@media screen and (min-width: 768px) {
   .sticky-container {
        margin: 0 auto -235px;
    }
    .footer, .push {
        height: 235px
    }
}
/*Cookies*/
#impliedsubmit{
    color: #fff;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 16px;
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: #87b52b;
    background-image: -webkit-linear-gradient(to top,#87b52b,#96c930);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #96c930);
    background-image: linear-gradient(to top,#87b52b,#96c930);
}
#impliedsubmit:hover{
    background: #a2d934;
    background-image: -webkit-linear-gradient(to top,#87b52b,#a2d934);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #a2d934);
    background-image: linear-gradient(to top,#87b52b,#a2d934)
}
#cookiesdirective { 
    min-height: 81px !important;
}
#cookiesdirective div {
    display: inline-block;
}