
#plan-wrap {
  z-index: 89;
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}

#plan-offcanvass {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(290px);
  -moz-transform: translateX(290px);
  -ms-transform: translateX(290px);
  -o-transform: translateX(290px);
  transform: translateX(290px);
  bottom: 0;
  width: 290px;
  padding: 40px 30px;
  background: #fff;
  color: #878c93;
}
#plan-offcanvass .plan-lead {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#plan-offcanvass ul {
  padding: 0;
  margin: 30px 0 30px 0;
}
#plan-offcanvass ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#plan-offcanvass ul li a {
  display: block;
  padding: 10px 4px;
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
  color: #444;
}
#plan-offcanvass ul li a:hover, #plan-offcanvass ul li a:focus, #plan-offcanvass ul li a:active {
  outline: none;
  text-decoration: none;
  color: #4fd2c2;
}
#plan-offcanvass ul li.active a {
  color: #4fd2c2 !important;
}
#plan-offcanvass.plan-awake {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#plan-offcanvass .plan-offcanvass-close {
  position: absolute;
  right: 20px;
  top: 40px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: "Montserrat", arial, sans-serif;
  z-index: 99;
  float: left;
  color: #444;
}
#plan-offcanvass .plan-offcanvass-close i {
  font-size: 20px;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
  color: red;
}
#plan-offcanvass .plan-offcanvass-close:hover, #plan-offcanvass .plan-offcanvass-close:focus, #plan-offcanvass .plan-offcanvass-close:active {
  outline: none;
  text-decoration: none;
}
#plan-offcanvass .plan-logo {
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0;
  margin: 40px 0 0 0;
}
#plan-offcanvass .plan-logo a {
  color: #000;
  padding: 0;
  margin: 0;
}

.plan-menu-btn {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: right;
  margin-top: 16px;
  position: relative;
  z-index: 10;
  font-family: "Montserrat", arial, sans-serif;
  color: #fff;
}
.plan-menu-btn i {
  font-size: 20px;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
}
.plan-menu-btn:hover, .plan-menu-btn:focus, .plan-menu-btn:active {
  outline: none;
  text-decoration: none;
  color: #fff;
}

#plan-hero {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
  height: 900px;
  z-index: 10;
  background: #4fd2c2;
  overflow: hidden;
}
#plan-hero .plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #3b3d40;
  opacity: .5;
}
@media screen and (max-width: 768px) {
  #plan-hero {
    padding-top: 2em;
    padding-bottom: 2em;
    height: inherit;
  }
}
#plan-hero .plan-intro {
  width: 100%;
  color: #fff;
  z-index: 12;
  position: relative;
}
#plan-hero .plan-intro .plan-intro-img {
  text-align: right;
  bottom: -5em;
}
@media screen and (max-width: 768px) {
  #plan-hero .plan-intro .plan-intro-img {
    bottom: -10em;
  }
  #plan-hero .plan-intro .plan-intro-img img {
    max-width: 100%;
  }
}
#plan-hero .plan-intro .plan-text {
  bottom: -15em;
}
@media screen and (max-width: 992px) {
  #plan-hero .plan-intro .plan-text {
    bottom: 0;
    bottom: -4em;
  }
}
@media screen and (max-width: 768px) {
  #plan-hero .plan-intro .plan-text {
    bottom: 0;
    bottom: -4em;
  }
}
#plan-hero .plan-intro h2 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #plan-hero .plan-intro h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
#plan-hero .plan-intro p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .05em;
}
#plan-hero .plan-intro .btn {
  background: #30beac;
}
#plan-hero .plan-intro .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

@media screen and (max-width: 480px) {
  .navbar-brand {
    margin: inherit;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }
}

.scrolled .navbar-brand {
  color: #444;
}
.scrolled .navbar-brand:hover {
  color: #000;
}
.scrolled .navbar-brand > span {
  border-color: #444;
}

#plan-clients {
  padding: 2em 0;
  background: #4fd2c2;
  position: relative;
}
#plan-clients .plan-client {
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  #plan-clients .plan-client {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #plan-clients .plan-client {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #plan-clients .plan-client img {
    max-width: 100%;
  }
}

#plan-pricing {
  padding: 7em 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
#plan-pricing .plan-price {
  padding-top: 1em;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-family: "Montserrat", arial, sans-serif;
  color: #4fd2c2;
}
#plan-pricing .plan-price > span {
  font-size: 16px;
  line-height: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #ccc;
}
#plan-pricing .pricing-feature {
  border-top: 10px solid #4fd2c2;
}

#plan-subscribe {
  padding: 4em 0 3em 0;
  position: relative;
  background: #4fd2c2;
}
#plan-subscribe .form-control {
  color: #fff;
  border: 2px solid #fff;
}
#plan-subscribe .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#plan-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#plan-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#plan-subscribe .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#plan-subscribe .btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #30beac;
}
#plan-subscribe .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#plan-subscribe .form-group {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #plan-subscribe .form-group {
    margin-bottom: 20px;
  }
}

#plan-products,
#plan-features {
  border-bottom: 1px solid #f2f2f2;
}

#plan-features,
#plan-features-2,
#plan-features-3,
#plan-products,
#plan-faqs {
  position: relative;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #plan-features,
  #plan-features-2,
  #plan-features-3,
  #plan-products,
  #plan-faqs {
    padding: 4em 0;
  }
}

#plan-features,
#plan-feature-3,
#plan-faqs {
  background: #fafafa;
}

#plan-features-2 {
  background: #fff;
}

#plan-features-3 .plan-text-wrap {
  margin-bottom: 2em;
}
@media screen and (max-width: 1200px) {
  #plan-features-3 .plan-text-wrap {
    margin-top: 0em;
  }
}
@media screen and (max-width: 992px) {
  #plan-features-3 .plan-text-wrap {
    margin-top: 0em;
  }
}
#plan-features-3 .plan-text-wrap .plan-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #plan-features-3 .plan-text-wrap .plan-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#plan-features-3 .plan-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}
#plan-features-3 .plan-icon i {
  color: #4fd2c2;
}

#plan-features-2 .plan-text-wrap {
  margin-top: 5em;
}
@media screen and (max-width: 1200px) {
  #plan-features-2 .plan-text-wrap {
    margin-top: 0em;
  }
}
@media screen and (max-width: 992px) {
  #plan-features-2 .plan-text-wrap {
    margin-top: 0em;
  }
}
#plan-features-2 .plan-text-wrap .plan-text {
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  #plan-features-2 .plan-text-wrap .plan-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#plan-features-2 .plan-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}
#plan-features-2 .plan-icon i {
  color: #4fd2c2;
}
@media screen and (max-width: 992px) {
  #plan-features-2 .plan-image {
    margin-top: 30px;
  }
}
#plan-features-2 .plan-image img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #plan-features-2 .plan-image img {
    max-width: 100%;
  }
}

#plan-faqs .faq-accordion {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #plan-faqs .faq-accordion {
    padding: 15px;
  }
}
#plan-faqs .faq-accordion .faq-accordion-icon-toggle {
  position: absolute;
  top: 27px;
  right: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  #plan-faqs .faq-accordion .faq-accordion-icon-toggle {
    top: 17px;
  }
}
#plan-faqs .faq-accordion .faq-accordion-icon-toggle i {
  font-size: 20px;
  color: #4fd2c2;
}
#plan-faqs .faq-accordion h3 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #4fd2c2;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #plan-faqs .faq-accordion h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    width: 80%;
    float: left;
  }
}
#plan-faqs .faq-accordion .faq-body {
  clear: both;
  display: none;
  padding: 30px 0 0px 0;
  color: #444;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
#plan-faqs .faq-accordion.active {
  background: #fff;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
}
#plan-faqs .faq-accordion.active h3 {
  color: #4fd2c2;
}
#plan-faqs .faq-accordion.active .faq-accordion-icon-toggle {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.plan-feature, .plan-figure {
  display: block;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /*padding: 40px 10px;*/
  padding: 20px 10px 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}
.plan-feature:hover, .plan-feature:focus, .plan-feature:active, .plan-figure:hover, .plan-figure:focus, .plan-figure:active {
  text-decoration: none;
  outline: none;
}
.plan-feature .plan-feature-icon, .plan-figure .plan-feature-icon {
  width: 80px;
  height: 80px;
  display: block;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.plan-feature .plan-feature-icon i, .plan-figure .plan-feature-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 44px;
  color: rgba(245, 245, 245, 0.76);
}
.plan-feature .plan-feature-lead, .plan-feature .plan-figure-lead, .plan-figure .plan-feature-lead, .plan-figure .plan-figure-lead {
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0;
}
.plan-feature .plan-feature-text, .plan-feature .plan-figure-text, .plan-figure .plan-feature-text, .plan-figure .plan-figure-text {
  color: #919191;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}
.plan-feature:hover, .plan-feature.active, .plan-figure:hover, .plan-figure.active {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin-top: -10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan-feature:hover, .plan-feature.active, .plan-figure:hover, .plan-figure.active {
    margin-top: 0px;
  }
}
.plan-feature:hover .plan-feature-icon, .plan-feature.active .plan-feature-icon, .plan-figure:hover .plan-feature-icon, .plan-figure.active .plan-feature-icon {
  background: #70c9cd;
}
.plan-feature:hover .plan-feature-icon i, .plan-feature.active .plan-feature-icon i, .plan-figure:hover .plan-feature-icon i, .plan-figure.active .plan-feature-icon i {
  color: #fff;
}

.plan-figure {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.plan-figure figure {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.plan-figure img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.plan-figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#plan-products {
  background: #fafafa;
}

.plan-uppercase-sm {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.plan-section-heading {
  margin-bottom: 4em;
}
.plan-section-heading .plan-lead {
  font-size: 45px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .plan-section-heading .plan-lead {
    font-size: 35px;
    line-height: 50px;
  }
}
.plan-section-heading .emp {
  font-family: "Playfair Display", times, serif;
  font-style: italic;
  font-weight: 400;
}
.plan-section-heading .plan-sub {
  font-size: 18px;
  line-height: 30px;
}

#plan-testimony {
  background: #4fd2c2;
  color: #fff;
  padding: 8em 0;
}
#plan-testimony .plan-vcard img {
  width: 170px;
  height: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  #plan-testimony .plan-vcard img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #plan-testimony .plan-vcard img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #plan-testimony .plan-vcard img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
  }
}
#plan-testimony blockquote {
  padding: 0;
  border-left: none;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #plan-testimony blockquote {
    text-align: center;
  }
}
#plan-testimony blockquote p {
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  #plan-testimony blockquote p {
    font-size: 20px;
    line-height: 35px;
  }
}
#plan-testimony .plan-author {
  font-family: "Montserrat", arial, sans-serif;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #plan-testimony .plan-author {
    text-align: center;
  }
}
#plan-testimony .plan-author > span {
  color: #000;
}

.plan-bg-section {
  color: #fff;
  background-color: #e9e9e9;
  background-size: cover;
  background-position: top center;
  margin-top: 0px;
  z-index: 10;
  position: relative;
}
.plan-bg-section .plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3b3d40;
  z-index: 11;
}

.plan-hero-wrap, .plan-bg-section {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  .plan-hero-wrap, .plan-bg-section {
    height: inherit;
    padding: 3em 0;
  }
}

.plan-bg-section .plan-hero-wrap {
  display: table;
  width: 100%;
  z-index: 12;
  position: relative;
}
.plan-bg-section .plan-hero-wrap .plan-hero-intro {
  display: table-cell;
  vertical-align: middle;
}
.plan-bg-section .plan-hero-wrap .plan-hero-intro .plan-lead, .plan-bg-section .plan-hero-wrap .plan-hero-intro .plan-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.plan-bg-section .plan-hero-wrap .plan-hero-intro .plan-lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .plan-bg-section, .plan-hero-wrap {
    height: inherit;
  }
}

.plan-bg-section .plan-overlay {
  background: #3b3d40;
  opacity: .5;
}
.plan-bg-section .author {
  font-size: 20px;
  margin-bottom: 0;
}

#plan-main,
#plan-footer {
  float: left;
  width: 100%;
}


.cta .btn {
  margin-bottom: 0;
}

/*
pre {
  background: #e9e9e9;
  border: 1px solid #ccc;
}
*/

/* Buttons 
.btn {
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 400;
}
.btn:hover, .btn:focus, .btn:active {
  outline: none !important;
  background: #30beac !important;
  border-color: transparent !important;
}
.btn:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
}
.btn.plan-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #ccc !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #4fd2c2 !important;
  background: #4fd2c2 !important;
  color: #fff;
}

.btn-primary {
  background: #4fd2c2;
}

.btn-success {
  background: #5cb85c;
}

.btn-danger {
  background: #d9534f;
}

.btn-info {
  background: #5bc0de;
}

.btn-warning {
  background: #f0ad4e;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}
*/

.plan-social {
  padding: 0;
  margin: 0;
}
.plan-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.plan-social li a {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.plan-social li a:hover, .plan-social li a:active, .plan-social li a:focus {
  outline: none;
  text-decoration: none;
}
.plan-social li a i {
  font-size: 15px;
}

#plan-footer {
  padding: 10em 0;
  background: #323a45;
  color: #878c93;
  position: fixed;
  bottom: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
}
#plan-footer .plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: #3b3d40;
  opacity: .5;
}
#plan-footer .plan-footer-content {
  position: relative;
  z-index: 9;
}
#plan-footer .container .row > div {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #plan-footer {
    position: relative;
    padding: 5em 0;
  }
}
@media screen and (max-width: 768px) {
  #plan-footer {
    padding: 5em 0;
  }
}
#plan-footer p {
  display: block;
}
#plan-footer .plan-copyright small {
  font-size: 12px;
}
#plan-footer .plan-lead {
  font-size: 13px;
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 20px;
}
#plan-footer a {
  color: #9a9fa5;
}
#plan-footer a:hover, #plan-footer a:active, #plan-footer a:focus {
  color: #4fd2c2;
}
#plan-footer .plan-footer-logo {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#plan-footer .plan-footer-logo a {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ccc;
  border: 2px solid #9a9fa5;
  float: left;
  padding: 7px 10px 7px 12px;
  text-transform: uppercase;
}
#plan-footer .plan-footer-logo a:hover, #plan-footer .plan-footer-logo a:active, #plan-footer .plan-footer-logo a:focus {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
#plan-footer ul {
  padding: 0;
  margin: 0;
}
#plan-footer ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  line-height: 16px;
}

.plan-list-check {
  position: relative;
  padding: 0;
  margin: 0;
  clear: both;
}
.plan-list-check li {
  padding-left: 25px !important;
  position: relative;
  display: block;
  margin-bottom: 10px !important;
  line-height: 20px;
}
.plan-list-check li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  content: "\e042";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #ccc;
}

/* Helper Classes */
/* Spacer */
.plan-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}

.plan-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .plan-spacer-xlg {
    height: 70px;
  }
}

.plan-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .plan-spacer-lg {
    height: 50px;
  }
}

.plan-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .plan-spacer-md {
    height: 30px;
  }
}

.plan-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .plan-spacer-sm {
    height: 20px;
  }
}

.plan-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .plan-spacer-xs {
    height: 20px;
  }
}

.plan-spacer-xxs {
  height: 20px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.plan-mb30 {
  margin-bottom: 30px;
}

.plan-row-padded {
  padding: 50px 0;
}

.plan-colored {
  color: #4fd2c2;
}

.image-popup {
  opacity: 1;
}
.image-popup:hover {
  opacity: .7;
}

.plan-social-icons > a {
  margin-right: 10px;
  color: #4fd2c2;
}
.plan-social-icons > a:hover, .plan-social-icons > a:focus, .plan-social-icons > a:active {
  text-decoration: none;
}

.plan-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.plan-nav-toggle.active i::before, .plan-nav-toggle.active i::after {
  background: #fff;
}
.plan-nav-toggle:hover, .plan-nav-toggle:focus, .plan-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.plan-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.plan-nav-toggle i::before, .plan-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.scrolled .plan-nav-toggle.active i::before, .scrolled .plan-nav-toggle.active i::after {
  background: #000;
}
.scrolled .plan-nav-toggle i {
  background: #000;
}
.scrolled .plan-nav-toggle i::before, .scrolled .plan-nav-toggle i::after {
  background: #000;
}

.plan-nav-toggle i::before {
  top: -7px;
}

.plan-nav-toggle i::after {
  bottom: -7px;
}

.plan-nav-toggle:hover i::before {
  top: -10px;
}

.plan-nav-toggle:hover i::after {
  bottom: -10px;
}

.plan-nav-toggle.active i {
  background: transparent;
}

.plan-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.plan-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.plan-nav-toggle {
  float: right;
  position: relative;
  top: 12px;
  right: 0px;
  margin-right: -20px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
.plan-nav-toggle > span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100px;
  margin-top: 12px;
  color: #fff;
  margin-left: -70px;
  font-family: "Montserrat", arial, sans-serif;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
}
.scrolled .plan-nav-toggle > span {
  color: #000;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  margin-top: -19px;
  top: 50%;
  z-index: 9999;
  position: absolute;
  opacity: .5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  margin-right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  margin-right: -50px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: 0px;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  margin-left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -50px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -5em;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: white;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  border: 2px solid transparent;
}

.js .to-animate,
.js .animate-object,
.js .animate-box,
.js .animate-single {
  opacity: 0;
}

.plan-counter {
  font-size: 50px;
  display: block;
  color: #fff;
  width: 100%;
  font-family: "Montserrat", arial, sans-serif;
  margin-bottom: .5em;
}

.plan-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Image Alignment */
img.plan-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.plan-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.plan-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.plan-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.plan-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.plan-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.plan-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.plan-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.plan-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.plan-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blanco_home:hover {
    color: #fff;
    }
