body {
/*
  padding-top: 70px;
*/
  padding-bottom: 30px;
}

.btn {
  margin: 10px;
}

img {
  margin: 10px;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } 
.video-container iframe, .video-container object, .video-container embed, .video-container .container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 0px;
  margin: 0px;
  width: auto;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    /* border-left-width: 5px; */
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    /* border-left-color: #777; */
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.wrap {
  clear: both;
}

.purchase-one {
 background: #F0F0F0;
}
.purchase-one-button {
 background: #D0D0D0;
}
.purchase-all {
 background: #e6f9ff;
}
.purchase-all-button {
 background: #66d9ff;
}
.purchase-one-support{
 background: #ccffcc;
}
.purchase-one-support-button{
 background: #66ff66;
}
.purchase-all-support {
 background: #cce6ff;
}
.purchase-all-support-button {
 background: #66b5ff;
}
.purchase-popular {
 background: #00cc00;
}
.purchase-best{
 background: #ff9900;
}
.purchase-placeholder{
 background: #f9f5f5;
}
.price-strike {
text-decoration: line-through;
font-weight: 300;
}
.ls-pt-container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}


.ls-pt-container * {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ls-pt-container .ls-column {
  float: left;
  width: 50%;
  text-align: center;
  border-right: 1px solid #fff;
}
.ls-pt-container .ls-column:last-child {
  border-right: none;
}
.ls-pt-container .ls-column h1 {
  padding: 10px 0;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.ls-pt-container .ls-column h2 {
  padding: 10px 0 10px;
  background: #f9f5f5;
  font-weight: 700;
  font-size: 20px;
}
.ls-pt-container .ls-column h3 {
  padding: 5px 0;
  background: #f9f5f5;
  font-weight: 700;
  font-size: 13px;
  color: #000;
}
.ls-pt-container .ls-column h4 {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}

.ls-pt-container .ls-column ul li {
  padding: 11px 0;
  background: #f9f5f5;
  font-weight: 400;
  font-size: 12px;
  color: #919191;
  border-top: 1px solid #fff;
}
.ls-pt-container .ls-column ul li:nth-child(odd) {
  background: #f1eeee;
}
.ls-pt-container .ls-column ul li:before {
  content: attr(data-feature) ":";
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #333333;
}
.ls-pt-container .ls-column a {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: black;
  text-decoration: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: background-color .2s linear, color .2s linear;
  -moz-transition: background-color .2s linear, color .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear;
  -o-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
}
.ls-pt-container .ls-column a:hover {
  /* background-color: #ff9900; */
}
.ls-pt-container .ls-features {
  display: none;
}
.ls-pt-container .ls-features ul {
  margin-top: 133px;
}
.ls-pt-container .ls-features ul li:before {
  display: none;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 580px) {
  .ls-pt-container .ls-column {
    width: 25%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ls-pt-container {
    /* width: 750px; */
  }
  .ls-pt-container .ls-features {
    display: block;
  }
  .ls-pt-container .ls-column {
    width: calc(100% / 4);
  }
  .ls-pt-container .ls-column ul li:before {
    display: none;
  }
  .ls-pt-container .ls-column ul li[data-description] {
    cursor: pointer;
  }
  .ls-pt-container .ls-column ul li[data-description]:before {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent rgba(0, 0, 0, 0.65) transparent;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container .ls-column ul li[data-description]:after {
    content: attr(data-description);
    position: absolute;
    top: 37px;
    left: 0;
    display: block;
    padding: 7px;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container .ls-column ul li[data-description]:nth-last-child(1):before, .ls-pt-container .ls-column ul li[data-description]:nth-last-child(2):before {
    top: auto;
    bottom: 20px;
    border-width: 7px 7px 0 7px;
    border-color: rgba(0, 0, 0, 0.65) transparent transparent transparent;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .ls-pt-container .ls-column ul li[data-description]:nth-last-child(1):after, .ls-pt-container .ls-column ul li[data-description]:nth-last-child(2):after {
    top: auto;
    bottom: 37px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .ls-pt-container .ls-column ul li[data-description]:hover:before, .ls-pt-container .ls-column ul li[data-description]:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, visiblity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  }
  .ls-pt-container .ls-column a {
    border-bottom: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .ls-pt-container {
    /*width: 970px;*/
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .ls-pt-container {
    /*width: 1170px;*/
  }
}





.pricing {
  text-align: center;
  border: 1px solid #f0f0f0;
  color: #000;
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 30px;
}
.pricing img {
  display: block;
  margin: auto;
  width: 32px;
}
.pricing li:first-child,
.pricing li:last-child {
  padding: 20px 13px;
}
.pricing li {
  list-style: none;
  padding: 13px;
}
.pricing li + li {
  border-top: 1px solid #f0f0f0;
}
.pricing big {
  font-size: 32px;
  font-weight: bold;
}
.pricing h3 {
  margin-bottom: 0;
  font-size: 36px;
}
.pricing span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.pricing li:nth-last-child(2) {
  padding: 30px 13px;
}
.pricing button {
  width: auto;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  padding: 9px 24px;
  background: #aaa;
  opacity: 1;
  transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
  opacity: .9;
}
.pricing button:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-green big,
.p-green h3, .p-green .footer {
  color: #4c7737;
}
.p-green button {
  background: #4c7737;
}
.p-yel big,
.p-yel h3,.p-yel .footer {
  color: #ffbb42;
}
.p-yel button {
  background: #ffbb42;
}
.p-red big,
.p-red h3, .p-red .footer {
  color: #e13c4c;
}
.p-red button {
  background: #e13c4c;
}
.p-blue big,
.p-blue h3, .p-blue .footer {
  color: #3f4bb8;
}
.p-blue button {
  background: #3f4bb8;
}
.borderzero {
  border:0;
}



