@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #6f7477 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  color: #000000;
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
  margin-left: 15px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

p, img {
  margin: 0 0 20px 0;
}

ul, ol {
  padding-left: 15px;
  line-height: 24px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

pre {
  white-space: pre-wrap;
  /* CSS3 browsers  */
  white-space: -moz-pre-wrap !important;
  /* 1999+ Mozilla  */
  white-space: -pre-wrap;
  /* Opera 4 thru 6 */
  white-space: -o-pre-wrap;
  /* Opera 7 and up */
  word-wrap: break-word;
  /* IE 5.5+ and up */
  /* overflow-x: auto; */
  /* Firefox 2 only */
  /* width: 99%; */
  /* only if needed */
}

pre {
  width: 100%;
  overflow: auto;
  margin: 2rem 0;
  padding: 1rem 0.8rem 1rem 1.2rem;
  color: #3f3b36;
  border: 1px solid #ebebeb !important;
  font: lighter 1.2rem/2rem Monaco,'MonacoRegular',monospace;
  background: url(../images/pre.png) repeat 0 -0.9rem;
  background-size: 1px 4rem;
}

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

.navbar-nav {
  margin-top: 14px;
}

#lp16bs-header {
  padding-top: 30px;
}

.navbar-default {
  margin-bottom: 0;
  background: #fff;
}
.navbar-default.navbar {
  min-height: 70px;
  border: none !important;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .navbar-default.navbar {
    min-height: 70px !important;
  }
}
.navbar-default a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .navbar-default .navbar-header {
    height: 70px !important;
  }
}
.navbar-default .navbar-header .navbar-brand {
  float: left;
  margin: 25px 20px 0 0;
  padding: 0;
  height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .navbar-default .navbar-header .navbar-brand {
    margin-left: 15px;
    height: 40px !important;
  }
}
.navbar-default .navbar-header .navbar-brand img {
  float: left;
  margin-top: 0px;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:active, .navbar-default .navbar-header .navbar-brand:focus {
  outline: none;
}
.navbar-default a {
  color: #ccc;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default .navbar-nav > li.active a {
  color: #81c141;
  background: none;
}
.navbar-default .navbar-nav > li.active a:active, .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:hover {
  color: #81c141;
  outline: none;
  background: none;
}
.navbar-default .btn-calltoaction {
  border-color: transparent;
  margin: 0;
  padding: 8px 20px;
  color: #ffffff !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #81c141;
}
@media screen and (max-width: 768px) {
  .navbar-default .btn-calltoaction {
    margin-top: 0 !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default .btn-calltoaction:hover, .navbar-default .btn-calltoaction:focus, .navbar-default .btn-calltoaction:active {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.navbar-default .btn-calltoaction:hover, .navbar-default .btn-calltoaction:focus {
  background: #81c141 !important;
}
.navbar-default .btn-calltoaction:active {
  background: #8ecc51 !important;
}

.navbar-toggle {
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-primary {
  border-color: transparent;
  padding: 8px 20px;
  color: #ffffff;
  background: #81c141;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: transparent;
  box-shadow: none;
  background: #81c141;
  outline: none;
}
.btn-primary:active {
  outline: none;
  background: #8ecc51;
  border-color: transparent;
}

#lp16bs-page-title {
  padding-top: 5.5em;
  padding-bottom: 2em;
  margin-bottom: 4em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#lp16bs-page-title .overlay {
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: #81c141;
  background: -webkit-linear-gradient(legacy-direction(#41c19e), #81c141);
  background: linear-gradient(#41c19e, #81c141);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#lp16bs-page-title .text {
  position: relative;
  z-index: 9;
  color: #ffffff !important;
}
#lp16bs-page-title .text h1 {
  color: #ffffff !important;
}

#lp16bs-main {
  padding-bottom: 4em;
}

#lp16bs-sidebar .lp16bs-links {
  padding: 0;
  margin: 0;
}
#lp16bs-sidebar .lp16bs-links li {
  display: block;
  padding: 0;
  margin: 0 0 .5em 0;
}
#lp16bs-sidebar .lp16bs-links li a {
  text-decoration: underline;
}
#lp16bs-sidebar .lp16bs-links li a:hover {
  text-decoration: none;
}
#lp16bs-sidebar .lp16bs-side-block {
  margin-bottom: 30px;
}
#lp16bs-sidebar .lp16bs-side-block h3 {
  font-size: 13px;
  color: #ccc;
  margin: 0 0 1em 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#lp16bs-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero {
    background-position: center center;
    background-size: normal;
  }
}
#lp16bs-hero .lp16bs-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  display: block;
  color: #ffffff;
  font-size: 40px;
  z-index: 99;
  text-decoration: none;
}
#lp16bs-hero .lp16bs-arrow:active, #lp16bs-hero .lp16bs-arrow:focus, #lp16bs-hero .lp16bs-arrow:hover {
  outline: none;
}
#lp16bs-hero .overlay {
  background: #81c141;
  background: -webkit-linear-gradient(legacy-direction(#41c19e), #81c141);
  background: linear-gradient(#41c19e, #81c141);
  opacity: 0.7;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}
#lp16bs-hero .text {

  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero .text {
    padding: 5em 0;
  }
}
#lp16bs-hero .text h1 {
  padding: 0;
  margin: 0;
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero .text h1 {
    font-size: 30px;
  }
}
#lp16bs-hero .text h2 {
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 300;
  font-style: 30px;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero .text h2 {
    font-size: 20px;
  }
}

.feature .feature-item {
  clear: both;
}
.feature .feature-item .feature-icon {
  float: left;
  width: 50px;
  margin-top: 20px;
  margin-right: 20px;
}
.feature .feature-item .feature-icon i {
  font-size: 50px;
  color: #81c141;
}
.feature .feature-item .feature-text {
  float: left;
  width: 80%;
}
.feature .feature-item .feature-text h3 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .feature .feature-item .feature-text {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .feature .feature-item .feature-text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature-item .feature-text {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .feature .feature-item .feature-text {
    width: 70%;
  }
}

.feature, .grid-gallery {
  padding: 7em 0;
  margin-bottom: 5em;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature, .grid-gallery {
    padding: 3em 0;
  }
}
.feature .section-heading, .grid-gallery .section-heading {
  text-align: center;
  color: #6c777f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 50px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .feature .section-heading, .grid-gallery .section-heading {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
}

.grid-gallery {
  background: #fff;
  padding: 3em 0;
  margin-bottom: 5em;
  float: left;
  width: 100%;
}
.grid-gallery .gallery-row {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .grid-gallery .gallery-row {
    margin-bottom: 0px;
  }
}
.grid-gallery .first-row {
  margin-bottom: 0px;
}
.grid-gallery .img {
  position: relative;
  display: block;
}
.grid-gallery .img .overlay {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: white;
  z-index: 8;
}
.grid-gallery .img .text {
  opacity: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0 20px;
  text-align: center;
  z-index: 9;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
.grid-gallery .img .text h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .grid-gallery .img {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .grid-gallery {
    padding: 3em 0;
  }
}

.feature {
  background: #f6f9fc;
}

#lp16bs-footer {
  background: #323639;
  color: #6f7477;
  float: left;
  width: 100%;
  padding: 5px 0;
}
#lp16bs-footer .footer-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#lp16bs-footer .footer-box.border-bottom {
  border-bottom: 1px solid #3e4347;
  margin-bottom: 10px;
}
#lp16bs-footer .footer-heading {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

.form-subscribe .field {
  position: relative;
}
.form-subscribe .field input[type="email"] {
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -ms-border-bottom-left-radius: 30px;
  -ms-border-top-left-radius: 30px;
  -o-border-bottom-left-radius: 30px;
  -o-border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  height: 36px;
  box-shadow: none;
  width: 50%;
}
.form-subscribe .field input[type="email"]:focus, .form-subscribe .field input[type="email"]:active {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
.form-subscribe .field button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  text-align: center;
  padding-left: 20px;
  height: 36px;
  background: #81c141;
  color: #ffffff;
  border: none;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.footer-list {
  padding: 0;
  margin: 0;
}
.footer-list li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3e4347;
}
.footer-list li a {
  color: #83888b;
}
.footer-list li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.footer-list li:last-child {
  border-bottom: none;
}

.copyright {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;

}
@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.lp16bs-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.lp16bs-nav-toggle.active i::before, .lp16bs-nav-toggle.active i::after {
  background: #2e2e2e;
}
.lp16bs-nav-toggle:hover, .lp16bs-nav-toggle:focus, .lp16bs-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.lp16bs-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.lp16bs-nav-toggle i::before, .lp16bs-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.lp16bs-nav-toggle.lp16bs-nav-white > i {
  color: #ffffff;
  background: #ffffff;
}
.lp16bs-nav-toggle.lp16bs-nav-white > i::before, .lp16bs-nav-toggle.lp16bs-nav-white > i::after {
  background: #ffffff;
}

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

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

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

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

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

.lp16bs-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);
}

.lp16bs-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);
}

.lp16bs-nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 21;
  display: block;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .lp16bs-nav-toggle {
    display: block;
  }
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.lp16bs-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.lp16bs-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.lp16bs-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.lp16bs-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@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: 0;
  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: #ccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #81c141;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #81c141;
}

.quote {
  width: 80%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 20px;
    width: 100%;
  }
}

#map {
  width: 100%;
  height: 400px;
}

/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
  text-decoration: none;
    white-space:normal !important;
    word-wrap:break-word;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.btn-lg {
  padding: 12px 20px;
}
.btn.btn-md {
  padding: 10px 20px;
}
.btn.btn-sm {
  padding: 7px 20px;
}
.btn.btn-xs {
  padding: 5px 20px;
}

.btn-outline {
  border: 1px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 1px solid #282e3c !important;
  background: #282e3c;
  color: #ffffff;
}

.btn-primary {
  background: #81c141;
  border: 2px solid #81c141;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #6fa837;
}

.btn-success {
  background: #00e195;
  border: 2px solid #00e195;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  background: #00bd7d;
}

.btn-danger {
  background: #e02745;
  border: 2px solid #e02745;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background: #c71d38;
}

.btn-info {
  background: #0bbff2;
  border: 2px solid #0bbff2;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background: #09a4d0;
}

.btn-warning {
  background: #F5AB35;
  color: #fff;
  border: 2px solid #ffd042;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background: #EB9532;
  color: #fff;

}

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

.form-control {
  box-shadow: none !important;
  border: 1px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #81c141;
}

.lp16bs-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.lp16bs-spacer-xxs {
  height: 30px;
}

.lp16bs-letter-spacing {
  letter-spacing: 1px;
}

.lp16bs-no-margin-bottom {
  margin-bottom: 0 !important;
}

.lp16bs-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7b7b7b;
}
.lp16bs-uppercase-heading-sm.with-border {
  position: relative;
  padding-bottom: 10px;
}
.lp16bs-uppercase-heading-sm.with-border .lp16bs-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #81c141;
}

.form-group {
  margin-bottom: 20px;
}

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

.lp16bs-call-to-action {
  background-color: #81c141;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.lp16bs-call-to-action .lp16bs-call-to-action-text {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}
.lp16bs-call-to-action .btn {
  margin-bottom: 0 !important;
  padding-left: 50px;
  padding-right: 50px;
}
.lp16bs-call-to-action > .lp16bs-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.lp16bs-call-to-action .lp16bs-call-to-action-wrap {
  position: relative;
  padding: 50px 0;
  display: table;
  width: 100%;
}
.lp16bs-call-to-action .lp16bs-call-to-action-wrap .lp16bs-call-to-action-inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  line-height: 62px;
  color: #ffffff;
  width: 100%;
}

/* Accordions */
.lp16bs-accordion .panel-title > a {
  text-decoration: none;
}
.lp16bs-accordion .panel-title > a:hover {
  color: #81c141;
  border-bottom: none !important;
}
.lp16bs-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.lp16bs-accordion .panel-heading .accordion-toggle {
  color: #81c141;
}
.lp16bs-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 10px;
}
.lp16bs-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.lp16bs-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 10px;
}

/* Progress Bars */
.progress {
  height: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  box-shadow: none;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #81c141;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

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

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

.lp16bs-gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 6px;
  z-index: 18;
  text-decoration: none !important;
}
.lp16bs-gotop > i {
  position: relative;
  display: block;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Easy Rsponsive Tabs */
.lp16bs-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #81c141;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.lp16bs-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}

.resp-tabs-container h3 {
  margin-top: 0 !important;
}

#lp16bs-tab-feature-vertical.resp-vtabs .resp-tabs-container {
  width: 68%;
}
@media screen and (max-width: 768px) {
  #lp16bs-tab-feature-vertical.resp-vtabs .resp-tabs-container {
    width: 100%;
  }
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .lp16bs-pricing-table-1 .lp16bs-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .lp16bs-pricing-table-1 .lp16bs-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-body,
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-heading {
  background: #81c141;
  color: #ffffff;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-heading h3 sup, .lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item.lp16bs-best-offer .lp16bs-pricing-table-item-heading {
  background: #81c141;
  color: #ffffff;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-body {
  border: 1px solid #ccc;
  border-top: none;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item .lp16bs-pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.lp16bs-pricing-table-1 .lp16bs-pricing-table-item.lp16bs-best-offer .lp16bs-pricing-table-item-body {
  border: 1px solid #81c141;
  border-top: none;
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*# sourceMappingURL=style.css.map */


.form-group{
    margin-bottom: 15px;
}

label{
    margin-bottom: 15px;
    color: #eee;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{

    background:rgba(0,0,0,0.4);
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin-top: 120px !important;
    margin-bottom: 80px !important;


}

@media screen and (max-width: 992px) {
.main-login{

    margin-top: 0px !important;
    margin-bottom: 120px !important;


}
}

.main-center{
     margin-top: 30px;
     margin: 0 auto;
     max-width: 330px;

}

form {   padding: 40px 40px;}

.login-button{
    margin-top: 5px;
}

.login-register{
    font-size: 11px;
    text-align: center;
}


.form1-header {

    background-color: #ffd042;

    color: #661900;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    padding: 10px;


}
.form1-top {

    height: 20px;



}







    /* COMMON PRICING STYLES */
        .panel.price,
        .panel.price>.panel-heading{
            border-radius:0px;
             -moz-transition: all .3s ease;
            -o-transition:  all .3s ease;
            -webkit-transition:  all .3s ease;
        }
        .panel.price:hover{
            box-shadow: 0px 0px 30px rgba(0,0,0, .2);
        }
        .panel.price:hover>.panel-heading{
            box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
        }


        .panel.price>.panel-heading{
            box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
            text-shadow:0px 3px 0px rgba(50,50,50, .6);
        }

        .price .list-group-item{
            border-bottom-:1px solid rgba(250,250,250, .5);
        }

        .panel.price .list-group-item:last-child {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }
        .panel.price .list-group-item:first-child {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }

        .price .panel-footer {
            color: #fff;
            border-bottom:0px;
            background-color:  rgba(0,0,0, .1);
            box-shadow: 0px 3px 0px rgba(0,0,0, .3);
        }


        .panel.price .btn{
            box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
            border:0px;
        }

    /* green panel */


        .price.panel-green>.panel-heading {
            color: #fff;
            background-color: #57AC57;
            border-color: #71DF71;
            border-bottom: 1px solid #71DF71;
        }


        .price.panel-green>.panel-body {
            color: #fff;
            background-color: #65C965;
        }


        .price.panel-green>.panel-body .lead{
                text-shadow: 0px 3px 0px rgba(50,50,50, .3);
        }

        .price.panel-green .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }

        /* blue panel */


        .price.panel-blue>.panel-heading {
            color: #fff;
            background-color: #608BB4;
            border-color: #78AEE1;
            border-bottom: 1px solid #78AEE1;
        }


        .price.panel-blue>.panel-body {
            color: #fff;
            background-color: #73A3D4;
        }


        .price.panel-blue>.panel-body .lead{
                text-shadow: 0px 3px 0px rgba(50,50,50, .3);
        }

        .price.panel-blue .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }

        /* red price */


        .price.panel-red>.panel-heading {
            color: #fff;
            background-color: #D04E50;
            border-color: #FF6062;
            border-bottom: 1px solid #FF6062;
        }


        .price.panel-red>.panel-body {
            color: #fff;
            background-color: #EF5A5C;
        }




        .price.panel-red>.panel-body .lead{
                text-shadow: 0px 3px 0px rgba(50,50,50, .3);
        }

        .price.panel-red .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }

        /* grey price */


        .price.panel-grey>.panel-heading {
            color: #fff;
            background-color: #E67E22;
            border-color: #B7B7B7;
            border-bottom: 1px solid #B7B7B7;
        }


        .price.panel-grey>.panel-body {
            color: #fff;
            background-color: #EB974E;
        }



        .price.panel-grey>.panel-body .lead{
                text-shadow: 0px 3px 0px rgba(50,50,50, .3);
        }

        .price.panel-grey .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }

        /* white price */


        .price.panel-white>.panel-heading {
            color: #333;
            background-color: #f9f9f9;
            border-color: #ccc;
            border-bottom: 1px solid #ccc;
            text-shadow: 0px 2px 0px rgba(250,250,250, .7);
        }

        .panel.panel-white.price:hover>.panel-heading{
            box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
        }

        .price.panel-white>.panel-body {
            color: #fff;
            background-color: #dfdfdf;
        }

        .price.panel-white>.panel-body .lead{
                text-shadow: 0px 2px 0px rgba(250,250,250, .8);
                color:#666;
        }

        .price:hover.panel-white>.panel-body .lead{
                text-shadow: 0px 2px 0px rgba(250,250,250, .9);
                color:#333;
        }

        .price.panel-white .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }



/* Hero 2 */
#lp16bs-hero2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero2 {
    background-position: center center;
    background-size: normal;
  }
}
#lp16bs-hero2 .lp16bs-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  display: block;
  color: #ffffff;
  font-size: 40px;
  z-index: 99;
  text-decoration: none;
}
#lp16bs-hero2 .lp16bs-arrow:active, #lp16bs-hero2 .lp16bs-arrow:focus, #lp16bs-hero2 .lp16bs-arrow:hover {
  outline: none;
}
#lp16bs-hero2 .overlay {
  background: #81c141;
  background: -webkit-linear-gradient(legacy-direction(#24C6DC), #514A9D);
  background: linear-gradient(#24C6DC, #514A9D);
  opacity: 0.7;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}
#lp16bs-hero2 .text {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero2 .text {
    padding: 5em 0;
  }
}
#lp16bs-hero2 .text h1 {
  padding: 0;
  margin: 0;
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero2 .text h1 {
    font-size: 30px;
  }
}
#lp16bs-hero2 .text h2 {
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 300;
  font-style: 30px;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero2 .text h2 {
    font-size: 20px;
  }
}
/* END Hero 2 */

/* Hero 3 */
#lp16bs-hero3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero3 {
    background-position: center center;
    background-size: normal;
  }
}
#lp16bs-hero3 .lp16bs-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  display: block;
  color: #ffffff;
  font-size: 40px;
  z-index: 99;
  text-decoration: none;
}
#lp16bs-hero3 .lp16bs-arrow:active, #lp16bs-hero3 .lp16bs-arrow:focus, #lp16bs-hero3 .lp16bs-arrow:hover {
  outline: none;
}
#lp16bs-hero3 .overlay {
  background: #81c141;
  background: -webkit-linear-gradient(legacy-direction(#C02425), #F0CB35);
  background: linear-gradient(#C02425, #F0CB35);
  opacity: 0.7;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}
#lp16bs-hero3 .text {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero3 .text {
    padding: 5em 0;
  }
}
#lp16bs-hero3 .text h1 {
  padding: 0;
  margin: 0;
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero3 .text h1 {
    font-size: 30px;
  }
}
#lp16bs-hero3 .text h2 {
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 300;
  font-style: 30px;
}
@media screen and (max-width: 768px) {
  #lp16bs-hero3 .text h2 {
    font-size: 20px;
  }
}
/* END Hero 3 */