/* FONTS
================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }


/* GENERAL
================================================== */
html, body, .fullScreen {
  height: 100%; }

body {
  font-size: 17px;
  font-weight: 300;
  color: #6d6f71;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden; }

button, input, optgroup, select, textarea {
  font-family: "Noto Sans", sans-serif; }

button:focus {
  outline: 0 !important; }

a, .simple-hover img, button, .btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

a {
  color: #846e50;
  text-decoration: none;
  cursor: pointer;
}
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #dedede;
  }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #1c9dbe; }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1rem; }

ul, ol {
  margin: 0 0 1.5em 0; }
p {
  font-family: "Noto Sans", sans-serif;
}

.section-title h1 {
  font-size: 56px;
  margin: 0;
}
.section-title h3 {
  font-size: 34px;
  margin: 0;
}
.section-title p {
  font-size: 17px;
  margin-bottom: 10px;
}

strong, b {
  font-weight: 700;
}
::-webkit-input-placeholder {
   color: #b1b3b6!important;
}
:-moz-placeholder {
   color: #b1b3b6!important;
}
::-moz-placeholder {
  opacity: 1;
   color: #b1b3b6!important;
}
:-ms-input-placeholder {  
   color: #b1b3b6!important;
}

/* MARGIN & PADDING
================================================== */
.ptb-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-160 {
  padding-top: 160px;
}
.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pt-200 {
  padding-top: 200px;
}
.no-margin {
  margin: 0 !important; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }


/* PRELOADER
================================================== */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #4683df;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


/* BUTTONS
================================================== */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: .8rem; }

.form-control {
  padding: 0.75rem 1rem;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #77c4d8;
  color: #b1b3b6;
  height: 52px;
}

.btn, .button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0;
  cursor: pointer;
  font-weight: 300 !important;
  letter-spacing: 0px;
  font-size: 21px;
  font-family: "Noto Sans", sans-serif;
  padding: 10px 30px 10px !important;
}
  .btn i, .button i {
    display: inline-block;
    margin-right: 8px; }
  .btn:before, .button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s; }
  .btn:hover, .btn:focus, .button:hover, .button:focus {
    box-shadow: none;
    outline: 0 !important; }
    .btn:hover:before, .btn:focus:before, .button:hover:before, .button:focus:before {
      transition: all .3s;
      z-index: -1; }
  .btn.btn-link, .button.btn-link {
    border: 0px;
    padding: 0px !important;
    color: #846e50;
    text-transform: none;
    font-size: 18px; }
    .btn.btn-link:hover, .button.btn-link:hover {
      text-decoration: none;
      color: #3d75aa;
    }
.btn-blue {
  background: #1c9dbe;
  color: #fff;
  border-radius: 0;
  border: none;
}
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background: #6d6f71;
    color: #fff; }


/* SIDE MENU
================================================== */
nav.fixed-top {
  padding-top: 21px;
  padding-left: 41px;
}
.side-menu {
    background: #066d9d;
    z-index: 2005;
    color: #fff;
    padding: 12px 41px 12px 0;
    overflow-y: auto;
    position: relative;
}
  .side-menu hr {
    border-top: 1px solid #fff;
  }
  .side-menu .menu-close {
      display: inline-block;
      line-height: 0;
      overflow:hidden;
      text-align: left;
      width: 100%;
      margin-top: 9px;
      padding-left: 41px;
  }
      .side-menu .menu-close:hover {
          color: #65bec9;
      }
  .side-menu .current {
      color: #65bec9!important;
  }
  .side-menu a {
      color: #fff;
      font-size: 26px;
  }
      .side-menu a:hover {
          color: #65bec9;
      }
  .side-menu ul {
      padding: 0;
      margin-top: 15px;
  }
      .side-menu ul li {
          list-style: none;
          padding: 13px 0;
          text-align: left;
      }
  .side-menu > ul > li > a {
      letter-spacing: 1px;
      display: block;
      letter-spacing: 2px;
      text-align: right;
  }
  .side-menu .social {
      list-style: none;
     
  }
      .side-menu .social li {
          display: inline-block;
          margin: 0 10px 0 0;
      }
          .side-menu .social li a {
               font-size: 16px;
          }
      .side-menu .social img {
          vertical-align: -2px; 
      }

/* General styles for all menus */
.cbp-spmenu {
    position: fixed;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 340px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    
}
.cbp-spmenu-horizontal {
    width: 100%;
    height:64px;
    left: 0;
    overflow: hidden;
    top: 0;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -340px;
}

.cbp-spmenu-right {
    right: -340px;
}
.cbp-spmenu-left.menu-open {
    left: 0px;
}
.cbp-spmenu-right.menu-open {
    right: 0px;
}
/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
    top: -64px;
}
.cbp-spmenu-bottom {
    bottom: -100px;
}
.cbp-spmenu-top.menu-open {
    top: 0px;
}
.cbp-spmenu-bottom.menu-open {
    bottom: 0px;
}
/* Push classes applied to the body */
.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;  
}
.push-body-toright {
    left: 340px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.push-body-toleft {
    left: -340px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.push-body-totop {
    top: 64px;
}
.push-body, .cbp-spmenu-push{
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}


/* HOME
================================================== */
#home {
  background: url(../img/kaizen-gestao-home-bg.jpg) no-repeat top center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
  #home h1 {
    font-weight: 700;
    text-transform: uppercase;
  }
.mouse-down {
  position: absolute !important;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 99999; }


/* EMPRESA
================================================== */
#empresa {
  background: url(../img/kaizen-gestao-empresa-bg_old.jpg) top left no-repeat #089cc0;
  background-size: contain;
}
  #empresa h1, #empresa h3, #empresa p {
    color: #fff;
  }
  #empresa .row.quarter-circle {
    background: #fff;
  }


/* SERVICOS
================================================== */
#servicos h1 {
  font-size: 48px;
}
#servicos .section-title p {
  color: #1c9dbe;
}
#servicos ul {
  padding: 0;
  list-style-type: none;
}
  #servicos ul li:before {
    content: "•";
    color: #1c9dbe;
    font-size: 26px;
    padding-right: 8px;
    vertical-align: sub;
  }
#servicos ol {
  padding: 0 0 0 20px;
}
  #servicos ol li {
    padding-bottom: 5px;
  }


/* LEAD
================================================== */
#lead {
  background: url(../img/kaizen-gestao-lead-bg-2.png) center right no-repeat, url(../img/kaizen-gestao-lead-bg.jpg) center center no-repeat;
  background-size: contain, cover;
  padding: 291px 0;
}
  #lead h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
  }
  #lead h2 {
    font-size: 30px;
    color: #fff;
    /*padding-bottom: 30px;*/
  }


/* CONTATO
================================================== */
#contato h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
#contato h3 {
  font-size: 20px;
  margin-bottom: 0;
}
#contato p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
}
#captcha {
  width: auto;
  display: inline-block;
}


/* FOOTER
================================================== */
footer {
  background: url(../img/kaizen-gestao-footer-bg.jpg) top center;
  background-size: cover;
  position: relative;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  padding-top: 50px;
}
  footer ul li {
    display: inline-block;
    padding: 15px;
  }
    footer ul li i::before {
      font-size: 30px;
    }
  footer a {
    color: #fff;
  }
  footer p {
    margin-bottom: 0;
  }
  footer .container-fluid {
    border-top: 1px solid #fff;
  }
    footer .container-fluid p {
      font-size: 12px;
      padding-top: 25px;
      padding-bottom: 25px;
    }
  footer span {
    white-space: nowrap;
  }


/* DARDOS
================================================== */
.dardos {
  position: absolute;
  right: 22px;
  bottom: 22px;
}


/* RESPONSIVE
================================================== */
@media (max-width: 575px) {
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .ptb-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #home {
    background-position: top left;
  }
  .text-xs-center {
    text-align: center;
  }
  #lead h1 {
    font-size: 30px;
  }
  #lead h2 {
    font-size: 20px;
  }
  #servicos h1 {
    font-size: 27px;
  }
  .pt-xs-70 {
    padding-top: 70px!important;
  }
  .side-menu img {
    padding-bottom: 10px;
  }
  .side-menu hr {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
  .section-title h1 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .navbar.navbar-sticky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 128px;
  }
  .navbar-expand-lg.navbar {
    padding-bottom: 0;
    z-index: 99999;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0;
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    border-bottom: 1px solid #29abdf;
    color: #fff;
  }
    .navbar-expand-lg.navbar .navbar-nav .nav-item {
      padding-left: 3rem;
      padding-right: 3rem;
    }
      .navbar-expand-lg.navbar .navbar-nav .nav-item:last-child {
        padding-right: 0px;
      }
      .navbar-expand-lg.navbar .navbar-nav .pagseguro img {
        padding-top: .9125rem;  
      }
    .navbar-expand-lg.navbar .navbar-nav .nav-link {
      padding-top: 1.3rem;
      padding-bottom: 0.3rem;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 1rem;
    }
  .navbar-right .nav-item .nav-link {
    border-left: 1px solid #eee;
    padding-left: 1rem !important;
  }
    .navbar-right .nav-item .nav-link.btn {
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      border: 0px !important;
      border-radius: 23px;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      position: relative;
    }
  .navbar.navbar-sticky.fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown .4s;
    background-color: #fff!important;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  }
    .navbar.navbar-sticky.fixed-top .navbar-nav .nav-link {
      color: #a7a9ac;
    }
    .navbar.navbar-sticky .navbar-brand > img.logo-color, .pagseguro-color {
      display: none;
    }
    .navbar.navbar-sticky.fixed-top .navbar-brand > img.logo-white, .navbar.navbar-sticky.fixed-top .pagseguro-white {
      display: none;
    }
    .navbar.navbar-sticky.fixed-top .navbar-brand > img.logo-color, .navbar.navbar-sticky.fixed-top .pagseguro-color {
      display: block;
    }
    .navbar.navbar-sticky.fixed-top #landingkit-navbar .nav-item .btn-primary {
      background: transparent;
      border: 1px solid #46495c!important;
      color: #46495c!important;
    }
      .navbar.navbar-sticky.fixed-top #landingkit-navbar .nav-item .btn-primary:hover {
        background: transparent;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
      }
    .navbar a.mr-auto.text-right {
      min-width: 228px;
      margin-left: 1rem;
    }
}

@media (max-width: 1199px) {
  .navbar-expand-lg.navbar .navbar-nav .nav-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pb-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ptb-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  #empresa h3 {
    padding-bottom: 20px;
  }
  #empresa .section-title p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1679px) {
  .col-lx-1, .col-lx-2, .col-lx-3, .col-lx-4, .col-lx-5, .col-lx-6, .col-lx-7, .col-lx-8, .col-lx-9, .col-lx-10, .col-lx-11, .col-lx-12, .col-lx, .col-lx-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lx {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lx-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lx-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lx-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lx-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lx-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lx-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lx-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lx-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lx-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lx-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lx-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lx-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lx-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lx-0 {
    margin-left: 0;
  }
  .offset-lx-1 {
    margin-left: 8.333333%;
  }
  .offset-lx-2 {
    margin-left: 16.666667%;
  }
  .offset-lx-3 {
    margin-left: 25%;
  }
  .offset-lx-4 {
    margin-left: 33.333333%;
  }
  .offset-lx-5 {
    margin-left: 41.666667%;
  }
  .offset-lx-6 {
    margin-left: 50%;
  }
  .offset-lx-7 {
    margin-left: 58.333333%;
  }
  .offset-lx-8 {
    margin-left: 66.666667%;
  }
  .offset-lx-9 {
    margin-left: 75%;
  }
  .offset-lx-10 {
    margin-left: 83.333333%;
  }
  .offset-lx-11 {
    margin-left: 91.666667%;
  }
}

@media (max-width: 1380px) {
  #lead {
    background: url(../img/kaizen-gestao-lead-bg.jpg) center center no-repeat;
    background-size: cover!important;
    padding: 115px 0!important;
  }
  .ptb-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1600px) {
  #lead {
    background-size: contain;
    padding: 250px 0;
  }
}

@media (max-width: 1680px) {
  #empresa h1 {
    font-size: 43px;
  }
  #empresa h3 {
    font-size: 25px;
  }
}

@media (min-width: 1920px) {
  #servicos {
    background: url(../img/kaizen-gestao-servicos-bg.jpg) -100px 62px no-repeat;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-light {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
  }
    .navbar.navbar-light .navbar-brand .logo-light {
      display: none;
    }
  .hidden-md-down {
    display: none !important;
  }
  .navbar .container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; 
  }
  .navbar-expand-lg .navbar-toggler {
    position: absolute;
    right: 15px;
    border: 0px;
    top: 20px; 
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .section-title h1 {
    font-size: 30px;
  }
}


/* SKY FORM
================================================== */
.sky-form header {
  display: block;
  padding: 20px 30px; 
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
  font-size: 25px;
  font-weight: 300;
  color: #232323;
}
.sky-form fieldset {
  display: block; 
  padding: 25px 30px 5px;
  border: none;
  background: rgba(255,255,255,.9);
}
.sky-form fieldset + fieldset {
  border-top: 1px solid rgba(0,0,0,.1);
}
.sky-form section {
  margin-bottom: 20px;
}
.sky-form footer {
  display: block;
  padding: 15px 30px 25px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
}
.sky-form footer:after {
  content: '';
  display: table;
  clear: both;
}
.sky-form a {
  color: #2da5da;
}
.sky-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
}
.sky-form .label.col {
  margin: 0;
  padding-top: 10px;
}
.sky-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
  position: relative;
  display: block;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: .375rem .75rem;
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  min-height: 45px;
  background: transparent;
  font: 15px/23px 'Source Open Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sky-form .progress {
  float: right;
  margin-top: 10px;
  line-height: 39px;
  color: #232323;
}
.sky-form button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/**/
/* captcha inputs */
/**/
.sky-form .input-captcha img {
  position: absolute;
  top: 2px;
  right: 2px;
  border-left: 1px solid #e5e5e5;
}
/**/
/* textareas */
/**/
.sky-form .textarea textarea {
  height: auto;
  resize: none;
}
/**/
/* buttons */
/**/
.sky-form .button {
  float: right;
  height: 39px;
  overflow: hidden;
  margin: 10px 0 0 20px;
  padding: 0 25px;
  outline: none;
  border: 0;
  font: 300 15px/39px 'Source Open Pro', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
@-o-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-ms-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-moz-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-webkit-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #e5e5e5;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.sky-form .button {
  background-color: #2da5da;
  opacity: 0.8;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
  border-color: #8dc9e5;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #2da5da;
}
.sky-form .button:hover {
  opacity: 1;
}
/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #2da5da;
}
/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error select + i,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i,
.sky-form .toggle.state-error input:checked + i {
  border-bottom: 1px solid #ee9393;
}
.sky-form .state-error + em {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.sky-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}
/**/
/* success state */
/**/
.sky-form .state-success + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.sky-form .note-success {
  color: #6fb679;
}
/**/
/* submited state */
/**/
.sky-form .message {
  display: none;
  color: #29abdf;
}
.sky-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 41px;
  height: 41px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  line-height: 42px;
}
.sky-form.submited fieldset,
.sky-form.submited footer {
  display: none;
}
.sky-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: transparent;
  font: 300 18px/27px 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #29abdf;
}
.sky-form.submited .message p {
  color: #29abdf;
}
/**/
/* bootstrap compatibility */
/**/
.sky-form .label {
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit;
}
.sky-form .radio,
.sky-form .checkbox {
  font-weight: 400;
}
.sky-form .radio + .radio,
.sky-form .checkbox + .checkbox {
  margin-top: 0;
}