@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot');
  src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'),
  url('../fonts/icons.woff') format('woff'),
  url('../fonts/icons.ttf') format('truetype'),
  url('../fonts/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
    src: url('../fonts/icons.svg') format('svg');
  }
}
.check-list > li:before,
.category-list > li > a:before,
.icon {
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.check-list > li:before,
.icon-check2:before {
  content: "\e619";
}
.icon-check:before {
  content: "\e61a";
}
.icon-pointer-right:before {
  content: "\e61b";
}
.icon-pointer-down:before {
  content: "\e61c";
}
.icon-pointer-left:before {
  content: "\e61d";
}
.icon-pointer-up:before {
  content: "\e61e";
}
.category-list > li > a:before,
.icon-arrow-right2:before {
  content: "\e615";
}
.icon-arrow-down2:before {
  content: "\e616";
}
.icon-arrow-left2:before {
  content: "\e617";
}
.icon-arrow-up2:before {
  content: "\e618";
}
.icon-youtube:before {
  content: "\e611";
}
.icon-googleplus:before {
  content: "\e612";
}
.icon-instagram:before {
  content: "\e613";
}
.icon-twitter:before {
  content: "\e614";
}
.icon-phone:before {
  content: "\e600";
}
.icon-mail:before {
  content: "\e601";
}
.icon-pin:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
.icon-arrow-right:before {
  content: "\e604";
}
.icon-arrow-down:before {
  content: "\e605";
}
.icon-arrow-left:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-medical-form:before {
  content: "\e608";
}
.icon-beer:before {
  content: "\e609";
}
.icon-broccoli:before {
  content: "\e60a";
}
.icon-chop:before {
  content: "\e60b";
}
.icon-cutlery:before {
  content: "\e60c";
}
.icon-fruit:before {
  content: "\e60d";
}
.icon-glove:before {
  content: "\e60e";
}
.icon-strawberry:before {
  content: "\e60f";
}
.icon-sugar:before {
  content: "\e610";
}
html {
  font-size: 10px;
}
:focus {
  outline: 0 !important;
}
.btn {
  border-radius: 1em;
  border-style: solid;
  border-width: .2em;
  box-shadow: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .155em;
  line-height: 1.86666667;
  padding: .4em 1.4em;
  text-transform: uppercase;
  white-space: normal;
}
.btn:focus,
.btn:hover,
.btn:active,
.btn.active,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.open > .dropdown-toggle.btn.focus,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover {
}
.btn-default {
  background-color: #a8a9ad;
  border-color: #a8a9ad;
  color: #fff;
}
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #b3b5bb;
  border-color: #b3b5bb;
  color: #fff;
}
.btn-default-outline {
  background-color: transparent;
  border-color: #a8a9ad;
  color: #a8a9ad;
}
.btn-default-outline:focus,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active,
.btn-default-outline.active.focus,
.btn-default-outline.active:focus,
.btn-default-outline.active:hover,
.btn-default-outline:active.focus,
.btn-default-outline:active:focus,
.btn-default-outline:active:hover,
.open > .dropdown-toggle.btn-default-outline.focus,
.open > .dropdown-toggle.btn-default-outline:focus,
.open > .dropdown-toggle.btn-default-outline:hover {
  background-color: #b3b5bb;
  border-color: #b3b5bb;
  color: #fff;
}
.btn-primary {
  background-color: #01aef0;
  border-color: #01aef0;
  color: #fff;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #00b9ff;
  border-color: #00b9ff;
  color: #fff;
}
.btn-primary-outline {
  background-color: transparent;
  border-color: #01aef0;
  color: #01aef0;
}
.btn-primary-outline:focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline.active,
.btn-primary-outline.active.focus,
.btn-primary-outline.active:focus,
.btn-primary-outline.active:hover,
.btn-primary-outline:active.focus,
.btn-primary-outline:active:focus,
.btn-primary-outline:active:hover,
.open > .dropdown-toggle.btn-primary-outline.focus,
.open > .dropdown-toggle.btn-primary-outline:focus,
.open > .dropdown-toggle.btn-primary-outline:hover {
  background-color: #00b9ff;
  border-color: #00b9ff;
  color: #fff;
}
.btn-secondary-outline {
  background-color: transparent;
  border-color: #a8a9ad;
  border-width: 0.0666666667em;
  color: #a8a9ad;
}
.btn-secondary-outline:focus,
.btn-secondary-outline:hover,
.btn-secondary-outline:active,
.btn-secondary-outline.active,
.btn-secondary-outline.active.focus,
.btn-secondary-outline.active:focus,
.btn-secondary-outline.active:hover,
.btn-secondary-outline:active.focus,
.btn-secondary-outline:active:focus,
.btn-secondary-outline:active:hover,
.open > .dropdown-toggle.btn-secondary-outline.focus,
.open > .dropdown-toggle.btn-secondary-outline:focus,
.open > .dropdown-toggle.btn-secondary-outline:hover {
  background-color: transparent;
  border-color: #01aef0;
  color: #58585a;
}
.btn-info {
}
.btn-info:focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
}
.btn-success {
}
.btn-success:focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
}
.btn-warning {
}
.btn-warning:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
}
.btn-danger {
}
.btn-danger:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
}
.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook:focus,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.active.focus,
.btn-facebook.active:focus,
.btn-facebook.active:hover,
.btn-facebook:active.focus,
.btn-facebook:active:focus,
.btn-facebook:active:hover,
.open > .dropdown-toggle.btn-facebook.focus,
.open > .dropdown-toggle.btn-facebook:focus,
.open > .dropdown-toggle.btn-facebook:hover {
  background-color: #385daa;
  border-color: #385daa;
  color: #fff;
}
.btn-twitter {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}
.btn-twitter:focus,
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.active.focus,
.btn-twitter.active:focus,
.btn-twitter.active:hover,
.btn-twitter:active.focus,
.btn-twitter:active:focus,
.btn-twitter:active:hover,
.open > .dropdown-toggle.btn-twitter.focus,
.open > .dropdown-toggle.btn-twitter:focus,
.open > .dropdown-toggle.btn-twitter:hover {
  background-color: #4db1fc;
  border-color: #4db1fc;
  color: #fff;
}
.btn-instagram {
  background-color: #3f729b;
  border-color: #3f729b;
  color: #fff;
}
.btn-instagram:focus,
.btn-instagram:hover,
.btn-instagram:active,
.btn-instagram.active,
.btn-instagram.active.focus,
.btn-instagram.active:focus,
.btn-instagram.active:hover,
.btn-instagram:active.focus,
.btn-instagram:active:focus,
.btn-instagram:active:hover,
.open > .dropdown-toggle.btn-instagram.focus,
.open > .dropdown-toggle.btn-instagram:focus,
.open > .dropdown-toggle.btn-instagram:hover {
  background-color: #3b7aac;
  border-color: #3b7aac;
  color: #fff;
}
.btn-googleplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.btn-googleplus:focus,
.btn-googleplus:hover,
.btn-googleplus:active,
.btn-googleplus.active,
.btn-googleplus.active.focus,
.btn-googleplus.active:focus,
.btn-googleplus.active:hover,
.btn-googleplus:active.focus,
.btn-googleplus:active:focus,
.btn-googleplus:active:hover,
.open > .dropdown-toggle.btn-googleplus.focus,
.open > .dropdown-toggle.btn-googleplus:focus,
.open > .dropdown-toggle.btn-googleplus:hover {
  background-color: #ee5d4b;
  border-color: #ee5d4b;
  color: #fff;
}
.btn-youtube {
  background-color: #cd201f;
  border-color: #cd201f;
  color: #fff;
}
.btn-youtube:focus,
.btn-youtube:hover,
.btn-youtube:active,
.btn-youtube.active,
.btn-youtube.active.focus,
.btn-youtube.active:focus,
.btn-youtube.active:hover,
.btn-youtube:active.focus,
.btn-youtube:active:focus,
.btn-youtube:active:hover,
.open > .dropdown-toggle.btn-youtube.focus,
.open > .dropdown-toggle.btn-youtube:focus,
.open > .dropdown-toggle.btn-youtube:hover {
  background-color: #dd2c2b;
  border-color: #dd2c2b;
  color: #fff;
}
.btn .icon {
  font-size: 1.4em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.245em;
}
.btn-sm {
  border-width: .1rem;
  font-size: 1.2rem;
  padding: .4em 1.4em;
}
.icon-bar {
  border-top: .2rem solid;
  display: block;
  height: 0;
  width: 2.3rem;
}
.icon-bar + .icon-bar {
  margin-top: .3rem;
}
.text-primary {color: #01aef0;}
.lead {
  font-size: 1.8rem;
  line-height: 1.55555556;
}
.clear-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.relative {position: relative;}

.d-table {display: table;}
.d-cell {display: table-cell;}
.d-block {display: block;}
.d-inline {display: inline-block;}

.w-1 {width: 1%;}
.w-100 {width: 100%;}

.va-t {vertical-align: top;}
.va-b {vertical-align: bottom;}
.va-m {vertical-align: middle;}

.img-va {
  display: inline-block;
  margin-top: -.245em;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .d-xs-table {display: table;}
  .d-xs-cell {display: table-cell;}
  .d-xs-block {display: block;}
  .d-xs-inline {display: inline-block;}

  .w-xs-1 {width: 1%;}
  .w-xs-100 {width: 100%;}

  .va-xs-t {vertical-align: top;}
  .va-xs-b {vertical-align: bottom;}
  .va-xs-m {vertical-align: middle;}

  .pull-xs-left {float: left;}
  .pull-xs-right {float: right;}
  .pull-xs-none {float: none;}

  .text-xs-left {text-align: left;}
  .text-xs-right {text-align: right;}
  .text-xs-center {text-align: center;}

  .text-xs-nowrap {white-space: nowrap;}
  .text-xs-normal {white-space: normal;}
}

@media (min-width: 768px) {
  .d-sm-table {display: table;}
  .d-sm-cell {display: table-cell;}
  .d-sm-block {display: block;}
  .d-sm-inline {display: inline-block;}

  .w-sm-1 {width: 1%;}
  .w-sm-100 {width: 100%;}

  .va-sm-t {vertical-align: top;}
  .va-sm-b {vertical-align: bottom;}
  .va-sm-m {vertical-align: middle;}

  .pull-sm-left {float: left;}
  .pull-sm-right {float: right;}
  .pull-sm-none {float: none;}

  .text-sm-left {text-align: left;}
  .text-sm-right {text-align: right;}
  .text-sm-center {text-align: center;}

  .text-sm-nowrap {white-space: nowrap;}
  .text-sm-normal {white-space: normal;}
}

@media (min-width: 992px) {
  .d-md-table {display: table;}
  .d-md-cell {display: table-cell;}
  .d-md-block {display: block;}
  .d-md-inline {display: inline-block;}

  .w-md-1 {width: 1%;}
  .w-md-100 {width: 100%;}

  .va-md-t {vertical-align: top;}
  .va-md-b {vertical-align: bottom;}
  .va-md-m {vertical-align: middle;}

  .pull-md-left {float: left;}
  .pull-md-right {float: right;}
  .pull-md-none {float: none;}

  .text-md-left {text-align: left;}
  .text-md-right {text-align: right;}
  .text-md-center {text-align: center;}

  .text-md-nowrap {white-space: nowrap;}
  .text-md-normal {white-space: normal;}
}

@media (min-width: 1200px) {
  .d-lg-table {display: table;}
  .d-lg-cell {display: table-cell;}
  .d-lg-block {display: block;}
  .d-lg-inline {display: inline-block;}

  .w-lg-1 {width: 1%;}
  .w-lg-100 {width: 100%;}

  .va-lg-t {vertical-align: top;}
  .va-lg-b {vertical-align: bottom;}
  .va-lg-m {vertical-align: middle;}

  .pull-lg-left {float: left;}
  .pull-lg-right {float: right;}
  .pull-lg-none {float: none;}

  .text-lg-left {text-align: left;}
  .text-lg-right {text-align: right;}
  .text-lg-center {text-align: center;}

  .text-lg-nowrap {white-space: nowrap;}
  .text-lg-normal {white-space: normal;}
}

.m-t-a, .m-y-a, .m-a-a {margin-top: auto;}
.m-t-0, .m-y-0, .m-a-0 {margin-top: 0;}
.m-t-xs, .m-y-xs, .m-a-xs {margin-top: 1rem;}
.m-t-sm, .m-y-sm, .m-a-sm {margin-top: 2rem;}
.m-t-md, .m-y-md, .m-a-md {margin-top: 4rem;}
.m-t-lg, .m-y-lg, .m-a-lg {margin-top: 6rem;}
.m-t-xl, .m-y-xl, .m-a-xl {margin-top: 8rem;}

.m-b-a, .m-y-a, .m-a-a {margin-bottom: auto;}
.m-b-0, .m-y-0, .m-a-0 {margin-bottom: 0;}
.m-b-xs, .m-y-xs, .m-a-xs {margin-bottom: 1rem;}
.m-b-sm, .m-y-sm, .m-a-sm {margin-bottom: 2rem;}
.m-b-md, .m-y-md, .m-a-md {margin-bottom: 4rem;}
.m-b-lg, .m-y-lg, .m-a-lg {margin-bottom: 6rem;}
.m-b-xl, .m-y-xl, .m-a-xl {margin-bottom: 8rem;}

.m-l-a, .m-x-a, .m-a-a {margin-left: auto;}
.m-l-0, .m-x-0, .m-a-0 {margin-left: 0;}
.m-l-xs, .m-x-xs, .m-a-xs {margin-left: 1rem;}
.m-l-sm, .m-x-sm, .m-a-sm {margin-left: 2rem;}
.m-l-md, .m-x-md, .m-a-md {margin-left: 4rem;}
.m-l-lg, .m-x-lg, .m-a-lg {margin-left: 6rem;}
.m-l-xl, .m-x-xl, .m-a-xl {margin-left: 8rem;}

.m-r-a, .m-x-a, .m-a-a {margin-right: auto;}
.m-r-0, .m-x-0, .m-a-0 {margin-right: 0;}
.m-r-xs, .m-x-xs, .m-a-xs {margin-right: 1rem;}
.m-r-sm, .m-x-sm, .m-a-sm {margin-right: 2rem;}
.m-r-md, .m-x-md, .m-a-md {margin-right: 4rem;}
.m-r-lg, .m-x-lg, .m-a-lg {margin-right: 6rem;}
.m-r-xl, .m-x-xl, .m-a-xl {margin-right: 8rem;}

.p-t-a, .p-y-a, .p-a-a {padding-top: auto;}
.p-t-0, .p-y-0, .p-a-0 {padding-top: 0;}
.p-t-xs, .p-y-xs, .p-a-xs {padding-top: 1rem;}
.p-t-sm, .p-y-sm, .p-a-sm {padding-top: 2rem;}
.p-t-md, .p-y-md, .p-a-md {padding-top: 4rem;}
.p-t-lg, .p-y-lg, .p-a-lg {padding-top: 6rem;}
.p-t-xl, .p-y-xl, .p-a-xl {padding-top: 8rem;}

.p-b-a, .p-y-a, .p-a-a {padding-bottom: auto;}
.p-b-0, .p-y-0, .p-a-0 {padding-bottom: 0;}
.p-b-xs, .p-y-xs, .p-a-xs {padding-bottom: 1rem;}
.p-b-sm, .p-y-sm, .p-a-sm {padding-bottom: 2rem;}
.p-b-md, .p-y-md, .p-a-md {padding-bottom: 4rem;}
.p-b-lg, .p-y-lg, .p-a-lg {padding-bottom: 6rem;}
.p-b-xl, .p-y-xl, .p-a-xl {padding-bottom: 8rem;}

.p-l-a, .p-x-a, .p-a-a {padding-left: auto;}
.p-l-0, .p-x-0, .p-a-0 {padding-left: 0;}
.p-l-xs, .p-x-xs, .p-a-xs {padding-left: 1rem;}
.p-l-sm, .p-x-sm, .p-a-sm {padding-left: 2rem;}
.p-l-md, .p-x-md, .p-a-md {padding-left: 4rem;}
.p-l-lg, .p-x-lg, .p-a-lg {padding-left: 6rem;}
.p-l-xl, .p-x-xl, .p-a-xl {padding-left: 8rem;}

.p-r-a, .p-x-a, .p-a-a {padding-right: auto;}
.p-r-0, .p-x-0, .p-a-0 {padding-right: 0;}
.p-r-xs, .p-x-xs, .p-a-xs {padding-right: 1rem;}
.p-r-sm, .p-x-sm, .p-a-sm {padding-right: 2rem;}
.p-r-md, .p-x-md, .p-a-md {padding-right: 4rem;}
.p-r-lg, .p-x-lg, .p-a-lg {padding-right: 6rem;}
.p-r-xl, .p-x-xl, .p-a-xl {padding-right: 8rem;}

body {
  color: #818286;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}
.section-body h1 {
  color: #3fc8f4;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: .025em;
}
@media (min-width: 768px) {
  .section-body h1 {
    font-size: 4.8rem;
  }
}
h2 {
  color: #58585a;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: .025em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 4.8rem;
  }
}
h3 {
  color: #3fc8f4;
  font-size: 3.2rem;
  font-weight: 300;
}
h4 {
  font-size: 2.3rem;
  font-weight: 300;
}
.section-body h4 {
  font-size: 2rem;
}
h5, .h5 {
  color: #3fc8f4;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
h5.expand, .h5.expand {
  letter-spacing: .155em;
}
h5 small, .h5 small,
h5 .small, .h5 .small {
  font-size: 1.3rem;
  color: #818286;
}
h6 {
  font-size: 1.4rem;
}
.section-body h6 {
  text-transform: uppercase;
}
hr {
  border-top-color: #e7e7e7;
  max-width: 56rem;
}
.section-body img {
  max-width: 100%;
  height: auto !important;
}
.section-body > ul {
  padding-left: 0;
  list-style: none;
}
.section-body > ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: .2em;
}
.section-body > ul > li:before {
  background-color: #3fc8f4;
  border-radius: 50%;
  content: '';
  display: block;
  height: .375em;
  left: 0;
  position: absolute;
  top: .5em;
  width: .375em;
}
.main-header {
  background-color: #fff;
  border-bottom: .6rem solid #01b3f1;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.has-scroll .main-header {
  position: fixed;
  -webkit-animation: slide-down .6s;
  animation: slide-down .6s;
}
.main-header > .container,
.main-header > .container-fluid {
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .main-header > .container-fluid {
    padding-top: 6.4rem;
  }
  .has-scroll .main-header > .container-fluid {
    padding-top: 2rem;
  }
}
@media (min-width: 1170px) {
  .main-header .container-fluid {
    max-width: 1140px;
  }
}
.brand {
  margin-bottom: 0;
  margin-top: 0;
}
.logo {
  background-image: url(../images/logo.png);
  background-position: center -0.327586207em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  font-size: 8rem;
  height: 0.370689655em;
  width: 1em;
}
@media (min-width: 992px) {
  .logo {
    background-position: center;
    height: 1.1637931em;
  }
  .has-scroll .logo {
    background-position: center -0.327586207em;
    height: 0.370689655em;
  }
}
@media (min-width: 1170px) {
  .logo {
    font-size: 11.6rem;
  }
}
@media (max-width: 991px) {
  .main-nav {
    background-color: #fff;
    border-radius: .8rem;
    box-shadow: 0px 0px 29px 0px rgba(15, 17, 15, 0.14);
    display: block;
    margin-top: -1rem;
    opacity: 0;
    padding-bottom: .8rem;
    padding-top: .8rem;
    position: absolute;
    right: 15px;
    top: 100%;
    visibility: hidden;
    -webkit-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    transform: translateY(4rem);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .nav-primary {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .nav-primary .nav__item + .nav__item {
    margin-left: 4px;
  }
}
.nav-primary .nav__link {
  color: #58585a;
  display: block;
  font-weight: 400;
  padding: .7em 1em;
  text-transform: uppercase;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
@media (min-width: 992px) {
  .nav-primary .nav__link {
    border-radius: 1.6em;
    line-height: 0.733333333;
  }
}
@media (min-width: 1170px) {
  .nav-primary .nav__link {
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .nav-primary .nav__link:hover,
  .nav-primary .nav__link:focus,
  .nav-primary .nav__link:active,
  .nav-primary .nav__link.active {
    background-color: #d7d7d9;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .nav-primary .nav__link:hover,
  .nav-primary .nav__link:focus,
  .nav-primary .nav__link:active,
  .nav-primary .nav__link.active {
    background-color: #01b3f1;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .nav-secondary {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
  }
  .has-scroll .nav-secondary {
    display: none;
  }
}
.nav-secondary .nav__link {
  background-color: #01b3f1;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: .7em 1em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .nav-secondary .nav__link {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding: 1.7rem 2.5rem;
  }
}
.nav-secondary .nav__link:hover,
.nav-secondary .nav__link:focus,
.nav-secondary .nav__link:active {
  background-color: #00b9ff;
  text-decoration: none;
  color: #fff;
}
.nav-secondary .nav__link .icon {
  font-size: 1.53333333em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.245em;
  margin-right: 0.133333333em;
}
.header-contact {
  display: none;
}
@media (min-width: 992px) {
  .header-contact {
    background-color: #f1f4f5;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.has-scroll .header-contact {
  display: none;
}
.header-contact a {
  color: #818286;
  display: block;
  padding: 1.15rem;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.header-contact a:hover,
.header-contact a:focus,
.header-contact a:active {
  text-decoration: none;
}
.header-contact a:hover {
  background-color: #fff;
}
.main-footer {
  background-color: #38383b;
  color: #a8a9ad;
  font-size: 1.4rem;
}
.main-footer h5 {
  color: #01aef0;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.main-footer hr {
  border-top-color: #464646;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-top: 1rem;
  width: 13rem;
}
.main-footer li {
  margin-bottom: .6rem;
}
.main-footer a {
  color: #a8a9ad;
}
.main-footer a:hover,
.main-footer a:focus,
.main-footer a:active {
  color: #ddd;
}
.copy {
  background-color: #353538;
  color: #878788;
  font-size: 1.5rem;
}
.half {
  background-color: #f7f7f7;
  position: relative;
  text-align: left;
}
@media (min-width: 992px) {
  .half {
    padding-left: 50%;
  }
  .half .inserted-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
}
.half__wrap {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .half__wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
  .half__img {
    display: none;
  }
}
.half hr {
  border-top-color: #e7e7e7;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-top: 2.5rem;
}
.half p {
  font-size: 1.8rem;
  line-height: 1.55555556;
  margin-bottom: 2em;
}
.goals {
  margin-bottom: 2rem;
}
@media (max-width: 479px) {
  .goals__item {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .goals__item:nth-child(2n+3) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .goals__item:nth-child(3n+4) {
    clear: both;
  }
}
@media (min-width: 991px) {
  .goals__item:nth-child(4n+5) {
    clear: both;
  }
}
.goals__link {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.goals__link:hover,
.goals__link:focus,
.goals__link:active {
  text-decoration: none;
}
.goals__link .icon {
  border-radius: 50%;
  border: 0.018518515em solid #01aef0;
  color: #58585a;
  display: block;
  font-size: 5.4rem;
  height: 1.81481481em;
  line-height: 1.77777778em;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 1.81481481em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.goals__link:hover .icon,
.goals__link:focus .icon,
.goals__link:active .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.goals__label small {
  margin-top: .8rem;
  display: block;
}
.plan {
  background-color: #a2bbc5;
  background-image: url(../images/plan-nutricional.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.plan h2 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .plan h2 {
    font-size: 6rem;
  }
}
.plan p {
  font-size: 2.2rem;
  font-weight: 400;
}
.news {
  background-color: #efefef;
}
.news hr {
  border-top-color: #dbdada;
}
.paper {
  background-color: #fff;
  text-align: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.paper:hover {
  -webkit-transform: translateY(-.5rem);
  -ms-transform: translateY(-.5rem);
  transform: translateY(-.5rem);
  box-shadow: 0px 0px 29px 0px rgba(15, 17, 15, 0.14);
}
.paper-sm:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: none;
}
.paper-horizontal {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .paper-horizontal {
    display: table;
  }
}
.paper-sm {
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e7e7;
}
.paper__picture {
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .paper-horizontal .paper__picture {
    display: table-cell;
    vertical-align: top;
    width: 27rem;
  }
  .paper-sm .paper__picture {
    width: 8.5rem;
  }
}
.paper__date {
  background-color: #01aef0;
  color: #fff;
  display: block;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
  padding: 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 2;
}
.paper__date small {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .15em;
}
@media (min-wdith: 768px) {
  .paper-horizontal .paper__caption {
    display: table-cell;
    vertical-align: top;
  }
}
.paper-sm .paper__caption {
  padding-left: 1rem;
}
.paper__header {
  padding: 3rem;
  background-color: #58585a;
  color: #fff;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.paper:hover .paper__header {
  background-color: #01aef0;
}
.paper-horizontal .paper__header {
  padding: 3rem 3rem 0;
  background-color: transparent;
  color: #58585a;
}
.paper-horizontal:hover .paper__header {
  background-color: transparent;
}
.paper-sm .paper__header {
  padding: 0;
}
.paper__header h4 {
  height: 2.17391304em;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}
.paper-horizontal .paper__header h4 {
  height: 2.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.paper-sm .paper__header h4 {
  font-size: 1.5rem;
  font-weight: 400;
  height: 2.17391304em;
  margin-bottom: .533333333em;
}
.paper-sm .paper__header h4 a {
  color: #797979;
}
.paper-sm .paper__header h4 a:hover,
.paper-sm .paper__header h4 a:focus,
.paper-sm .paper__header h4 a:active {
  color: #01aef0;
  text-decoration: none;
}
.paper__body {
  padding: 3rem;
}
.paper-sm .paper__body {
  display: none;
}
.paper-horizontal .paper__body {
  padding: 0 3rem 3rem;
}
.paper__body p {
  line-height: 1.75;
  font-size: 1.5rem;
}
.paper-horizontal .paper__body p {
  height: 5.2rem;
  overflow: hidden;
}
.paper-sm .paper__footer {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #a6a7a7;
}
.paper-sm .paper__footer a {
  color: #01aef0;
}
.paper-sm .paper__footer img {
  margin-right: .5rem;
}
.carousel-caption {
  bottom: 0;
  color: #58585a;
  left: 0;
  padding-bottom: 3rem;
  padding-top: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  white-space: nowrap;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .carousel-caption {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    font-size: 2.8rem;
  }
}
.carousel-caption:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.carousel-caption > .container {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.carousel-caption h2 {
  font-weight: 400;
  color: #01b3f1;
}
@media (min-width: 992px) {
  .carousel-caption h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .carousel-caption h2 {
    font-size: 6rem;
  }
}
.carousel-caption hr {
  border-top-color: #58585a;
  border-top-width: .2rem;
  max-width: 16.4rem;
}
.carousel-caption .text-left hr {
  margin-left: 0;
}
.carousel-caption p {
  margin-bottom: 4rem;
}
.carousel-caption .btn-default-outline {
  background-color: transparent;
  border-color: #58585a;
  color: #58585a;
}
.carousel-caption .btn-default-outline:focus,
.carousel-caption .btn-default-outline:hover,
.carousel-caption .btn-default-outline:active,
.carousel-caption .btn-default-outline.active.focus,
.carousel-caption .btn-default-outline.active:focus,
.carousel-caption .btn-default-outline.active:hover,
.carousel-caption .btn-default-outline:active.focus,
.carousel-caption .btn-default-outline:active:focus,
.carousel-caption .btn-default-outline:active:hover,
.carousel-caption .open > .dropdown-toggle.btn-default-outline.focus,
.carousel-caption .open > .dropdown-toggle.btn-default-outline:focus,
.carousel-caption .open > .dropdown-toggle.btn-default-outline:hover {
  background-color: #58585a;
  border-color: #58585a;
  color: #fff;
}
@media (min-width: 992px) {
  .carousel-caption .btn {
    font-size: 2rem;
  }
}
.section-header {
  background-color: #f5f5f5;
  background-image: url(../images/header-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #4d555f;
  min-height: 200px;
}
.section-header-title {
  color: inherit;
  margin-bottom: 0;
  margin-top: 0;
}
.loading {
  background-color: rgba(255,255,255,.6);
  background-image: url(../images/load.gif);
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.form-general .form-group {
  font-size: 1rem;
}
.form-general label {
  font-size: 1.8em;
  font-weight: 300;
}
.form-general .form-control,
.form-general .form-control:hover,
.form-general .form-control:focus,
.form-general .form-control:active {
  box-shadow: none;
}
.form-general .form-control {
  border-radius: .9375em;
  color: #797979;
  font-size: 1.6em;
  font-weight: 400;
  height: 2.87500em;
  padding: .375em .75em;
}
.form-general textarea.form-control {
  min-height: 7.5em;
  padding: .75em;
  resize: vertical;
}
.form-general .form-control:hover,
.form-general .form-control:focus,
.form-general .form-control:active {
  border-color: #01b3f1;
}
.sidebar img {
  height: auto !important;
  max-width: 100% !important;
}
.nav-footer {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.nav-footer .nav__item {
  display: block;
}
.nav-footer .nav__link {
  display: inline-block;
}
.nav-footer > .nav__item {
  padding: 20px 15px;
  width: 50%;
}
@media (min-width: 768px) {
  .nav-footer > .nav__item {
    float: left;
  }
}
.nav-footer > .nav__item > .nav__link {
  color: #01AEF0;
  cursor: default;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.nav-footer > .nav__item > .nav__link:hover,
.nav-footer > .nav__item > .nav__link:focus,
.nav-footer > .nav__item > .nav__link:active {
  text-decoration: none;
}
.nav-footer > .nav__item > .nav__link:after {
  border-top: 1px solid #464646;
  content: '';
  display: block;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-top: 1rem;
  width: 13rem;
}
.nav-footer ul {
  list-style: none;
  padding-left: 0;
}
.nav-footer ul .nav__item {
  float: none;
}
.section-body .table-responsive,
.section-body .table {
  border-radius: 6px;
  box-shadow: 0px 0px 29px 0px rgba(15, 17, 15, 0.14);
  margin-bottom: 25px;
  margin-top: 25px;
}
.section-body .table-responsive .table {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
}
.section-body .table {
  font-size: 1.4rem;
}
th[align="right"] {
  text-align: right;
}
.section-body .table th,
.section-body .table td {
  padding: 1.2rem;
}
.section-body .table th {
  border-bottom: none;
  font-weight: 400;
  background-color: #3fc8f4;
  color: #fff;
  vertical-align: middle;
}
.section-body .table td {
  border-top-color: #eee;
}
.section-body .table tbody > tr:first-child > td {
  border-top-color: #3fc8f4;
}
.frame {
  border: 1px solid #e7e7e7;
  padding: .5rem;
}
.frame > .frame {
  padding: 1rem 1.5rem;
}
.frame-title {
  border-bottom: 1px solid #01aef0;
  color: #58585a;
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: .075em;
  margin-bottom: -.1rem;
  margin-top: 0;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.social-mini .d-table {
  border-top: 1px solid #e7e7e7;
  padding-top: 1rem;
}
.social-mini a {
  font-size: 1.8rem;
}
.social-mini a:hover,
.social-mini a:focus,
.social-mini a:active {
  text-decoration: none;
}
.category-list {
  border-top: 1px solid #e7e7e7;
  padding-top: .5rem;
}
.category-list li {
  position: relative;
}
.category-list li + li a {
  border-top: 1px solid #e7e7e7;
}
.category-list li,
.category-list a {
  display: block;
}
.category-list a {
  background-color: transparent;
  color: #01aef0;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  padding-right: .8rem;
  padding-top: 1rem;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.category-list .active a,
.category-list a:hover,
.category-list a:focus,
.category-list a:active,
.category-list a.active {
  background-color: #01aef0;
  border-top-color: transparent;
  color: #fff;
  padding-left: 2.6rem;
  text-decoration: none;
}
.category-list a:before {
  display: inline-block;
  font-size: .5625em;
  left: 1rem;
  margin-right: .3125em;
  margin-top: -.245em;
  opacity: 0;
  position: absolute;
  top: 1.95rem;
  vertical-align: middle;
  visibility: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateX(-.5rem);
  -ms-transform: translateX(-.5rem);
  transform: translateX(-.5rem);
}
.category-list a:hover:before,
.category-list a:focus:before,
.category-list a:active:before,
.category-list a.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.plan-header {
  background-color: #01b3f1;
  background-image: url(../images/plan-header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px;
}
.plan-header-title {
  color: inherit;
  max-width: 300px;
  padding-right: 120px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.47);
}
.plan-header-title:before {
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  content: '';
  height: 42px;
  position: absolute;
  width: 100px;
  right: 30px;
  top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .plan-header-title:before {
    right: 0;
  }
}
.plan-footer {
  background-color: #e6e8e9;
  padding: 3rem;
}
.plan-footer-title {
  border-bottom: 1px solid #01b3f1;
  display: inline-block;
  margin-bottom: -1px;
  margin-top: 0;
  padding-bottom: 1rem;
}
.plan-footer hr {
  border-top-color: #bfc0c2;
}
.nav-plan {
  counter-reset: plan-steps;
  overflow: hidden;
}
.nav-plan > li {
  border-bottom: 1px solid #e2e6ea;
}
.nav-plan > li > a {
  background-color: #f0f1f2;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  color: #acb3ba;
  display: table;
  font-size: 1.4rem;
  font-weight: 700;
  min-height: 8rem;
  padding-left: 7rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.nav-plan > li > a:before {
  background-color: #c9cccf;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  content: counter(plan-steps);
  counter-increment: plan-steps;
  font-size: 1.5rem;
  height: 2.33333333em;
  left: 2rem;
  line-height: 2.33333333em;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.33333333em;
}
.nav-plan > .active > a:hover,
.nav-plan > .active > a:focus,
.nav-plan > .active > a:active,
.nav-plan > .active > a {
  background-color: #fff;
  border-bottom-color: #01b3f1;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  color: #01b3f1;
  position: relative;
  z-index: 1;
}
.nav-plan > .active > a:hover:before,
.nav-plan > .active > a:focus:before,
.nav-plan > .active > a:active:before,
.nav-plan > .active > a:before {
  background-color: #01b3f1;
}
.nav-plan > li > a span {
  display: table-cell;
  vertical-align: middle;
}
.nav-plan > li > a .icon {
  color: #01b3f1;
  font-size: 2.3rem;
  width: 1%;
}
.nav-plan > li > a [class*="icon-pointer"] {
  display: none;
  color: #d3d7da;
}
.nav-plan > .active > a .icon {display: none;}
.nav-plan > .active > a [class*="icon-pointer"] {display: table-cell;}
.nav-plan > .active ~ li > a .icon {visibility: hidden;}

.check-list > li {
  color: #6b6e71;
  font-size: 1.6rem;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
.check-list > li:before {
  color: #b0b5bb;
  left: 0;
  position: absolute;
  top: .2em;
}
.radio_list,
.checkbox_list {
  display: block;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  list-style: none;
}
.radio_list li,
.checkbox_list li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%
}
.radio_list .form-control,
.checkbox_list .form-control {
  position: absolute;
  height: 0;
  opacity: 0;
  width: 0;
}
.radio_list label,
.checkbox_list label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.radio_list label:before,
.radio_list label:after,
.checkbox_list label:before,
.checkbox_list label:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}
.radio_list label:before,
.checkbox_list label:before {
  left: 0;
  top: 2px;
  border: 1px solid #becad6;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.radio_list label:after,
.checkbox_list label:after {
  background-color: #01b3f1;
  height: 14px;
  width: 14px;
  margin: auto;
  opacity: 0;
  position: absolute;
  left: 3px;
  top: 5px;
  visibility: hidden;
}
.radio_list .form-control:checked ~ label:before,
.checkbox_list .form-control:checked ~ label:before {
  border-color: #01b3f1;
}
.radio_list .form-control:checked ~ label:after,
.checkbox_list .form-control:checked ~ label:after {
  background-color: #01b3f1;
  opacity: 1;
  visibility: visible;
}

.checkbox,
.radio {
  position: relative;
  padding-left: 1.5rem;
}
.checkbox-control,
.radio-control {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.checkbox-icon,
.radio-icon {
  border: 1px solid #becad6;
  display: inline-block;
  font-size: 2.6rem;
  height: 1em;
  left: 0;
  position: absolute;
  top: -0.05em;
  width: 1em;
  -webkit-transition: .3s;
  transition: .3s;
}
.radio-icon {
  border-radius: 50%;
}
.checkbox-icon:before,
.radio-icon:before {
  background-color: #01b3f1;
  bottom: 0;
  content: '';
  font-size: 0.7em;
  height: 1em;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 1em;
  -webkit-transition: .3s;
  transition: .3s;
}
.radio-icon:before {
  border-radius: 50%;
}
:checked ~ .checkbox-icon,
:checked ~ .radio-icon {
  border-color: #01b3f1;
}
:checked ~ .checkbox-icon:before,
:checked ~ .radio-icon:before {
  background-color: #01b3f1;
  opacity: 1;
  visibility: visible;
}
.form-plan .form-control {
  border-color: #becad6;
  box-shadow: none !important;
  font-size: 1.4rem;
  height: 3em;
}
.form-plan .form-control:focus,
.form-plan .form-control:active {
  border-color: #01b3f1;
}
.form-plan h6 {
  background-color: #fff;
  color: #58585a;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 1rem 1rem 1rem 0;
}
.form-plan h6 + hr {
  border-top-color: #eff2f5;
  border-top-width: 1rem;
  display: block;
  margin-top: -2.2rem;
  max-width: none;
}
form {
  position: relative;
}
#loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(../images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.form-control-feedback {
  display: none !important;
  visibility: hidden !important;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #f00;
}
@-webkit-keyframes slide-down {
  from {
    display: block;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    display: block;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#sfWebDebug {
  display: none !important;
  visibility: hidden !important;
}
