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

body {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
button, input, optgroup, select, textarea {
  font-family: "Open 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: #faaf4c;
  text-decoration: none; 
}
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #faaf4c;
  }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #000; 
}
h4, .h4 {
  font-size: 1.25rem; 
}
h5, .h5 {
  font-size: 1rem; 
}
ul, ol {
  margin: 0 0 1.5em 0; 
}
p {
  font-family: "Open Sans", sans-serif;
}
.font-400 {
  font-weight: 400!important;
}
.bg-transparent {
  background: transparent;
}
.section-title h1 {
  font-size: 2.3rem;
  text-transform: uppercase;
  margin: 0;
  color: #006396;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
  .section-title h1::before {
    content: "";
    position: absolute;
    top: 24%;
    left: -160px;
    width: 130px;
    height: 2px;
    background-color: #04ab99;
  }
  .section-title h1::after {
    content: "";
    position: absolute;
    top: 24%;
    right: -160px;
    width: 130px;
    height: 2px;
    background-color: #04ab99;
  }
.section-title h2 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 500;
}
.section-title p {
  font-size: 16px;
}
.close {
  font-size: 2rem;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
figure {
  margin: 0;
}
strong, b {
  font-weight: 700;
}
::-webkit-input-placeholder {
   color: #4f4f50!important;
}
:-moz-placeholder {
   color: #4f4f50!important;
}
::-moz-placeholder {
  opacity: 1;
   color: #4f4f50!important;
}
:-ms-input-placeholder {  
   color: #4f4f50!important;
}
hr {
  width: 87px;
  height: 4px!important;
  color: #faaf4c;
  margin: 30px 0 35px;
  opacity: 1;
  display: inline-block;
}
.orange {
  color: #faaf4c!important;
}


/* MARGIN & PADDING
================================================== */
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-130 {
  padding-top: 130px;
}
.ptb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.ptb-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mt-160 {
  margin-top: 160px;
}
.no-margin {
  margin: 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;
}
.btn, .button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px 10px !important;
  text-transform: uppercase;
}
  .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-outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  border-radius: 10px;
  padding: 10px 60px 10px !important;
}
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: #006396;
    border-color: #fff;
    background-color: transparent;
  }
    .btn-outline:hover:before, .btn-outline:focus:before, .btn-outline:active:before {
      width: 100%;
      background-color: #fff;
    }
.btn-solid {
  background-color: #000;
  color: #faaf4c;
  max-width: auto;
  border-radius: 0;
  border: none;
  padding: 10px 60px 10px !important;
}
  .btn-solid:hover, .btn-solid:focus, .btn-solid:active {
    background-color: #faaf4c;
    color: #fff;
    border: none;
  }
    .btn-solid:hover:before, .btn-solid:focus:before, .btn-solid:active:before {
      width: 100%;
      background-color: #faaf4c;
      border: none;
    }

/* NAVBAR
================================================== */
.navbar .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
  .navbar-light .navbar-nav .nav-link:hover {
    color: #faaf4c;
  }
  .navbar .navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: 2px solid #faaf4c;
  }
.navbar .navbar-nav .nav-link, .navbar .btn {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}
.sociais {
  margin: 0;
  padding: 0;
}
  .sociais li {
    display: inline-block;
    padding-right: 30px;
  }
  .sociais li a {
    color: #faaf4c;
    font-size: 1.4rem;
  }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
  color: transparent;
}
.sociais .dropdown-menu {
  background-color: rgba(0, 0, 0, .8);
}
  .sociais .dropdown-menu a {
    font-size: 1.1rem;
  }
    .sociais .dropdown-menu a:focus, .sociais .dropdown-menu a:hover {
      background-color: transparent;
      color: #fff;
    }


/* INTRO SECTION
================================================== */
.intro-section {
  background: #000;
  background: -webkit-radial-gradient(center, ellipse cover, #eaeff2 0, rgba(212, 221, 228, 0.4) 60%), -webkit-linear-gradient(top, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  background: radial-gradient(ellipse at center, #eaeff2 0%, rgba(212, 221, 228, 0.5) 50%), linear-gradient(to bottom, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  position: relative;
}
  .intro-section .intro_text {
    padding-left: 30px;
    padding-right: 40px;
  }
    .intro-section .intro_text h1 {
      color: #fff;
      font-weight: 900;
      font-size: 90px;
      text-transform: uppercase;
      line-height: 1em;
    }
      .intro-section .intro_text h1 span {
        text-transform: none;
      }
      .intro-section .intro_text h1.bold {
        font-weight: 500;
        color: #faaf4c;
      }
    .intro-section .intro_text p {
      font-size: 30px;
      margin-top: 10px;
      font-weight: 300;
    }
    .intro-section .intro_text .buttons {
      padding-top: 30px;
    }
    .intro-section .intro_text .buttons a {
      margin: 5px;
      font-weight: 100;
      width: 210px;
      text-transform: uppercase;
    }
      .intro-section .intro_text .buttons a span {
        font-weight: 900;
      }
.video-section {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  overflow: hidden;
}
.video-section .fs-background-container {
  left: 0;
}
.video-section .video-overlay {
  background: url(../img/overlay.png) no-repeat bottom center;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  /*text-align: center;*/
  z-index: 2;
}
.video-section .video-overlay h1 {
  color: #fff;
}
.video-section .video-overlay p {
  color: #fff;
}


/* EMPRESA
================================================== */
#empresa .bd-orange {
  border-left: 10px solid #faaf4c;
}
#empresa h1 {
  font-size: 3rem;
  font-weight: 300;
}
  #empresa h1 span {
    color: #faaf4c;
    text-transform: uppercase;
    font-size: 2.6rem;
  }
#empresa h2 {
  font-size: 2.2rem;
  font-weight: 300;
}
#empresa p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
}


/* LEAD
================================================== */
#lead {
  background: url(../img/lubanco-advisory-lead-bg.jpg) no-repeat center top;
  background-size: cover;
}
  #lead img {
    margin: -56px 0;
  }
  #lead h2 {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 300;
  }


/* SERVICOS
================================================== */
#servicos h1 {
  font-size: 3.1rem;
  font-weight: 300;
}
#servicos h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #faaf4c;
}
#servicos img {
  padding-bottom: 38px;
}
#servicos h3 {
  font-size: 1.5rem;
  min-height: 90px;
}
#servicos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
  #servicos ul li {
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 1.13rem;   
  }


/* PROJETOS
================================================== */
#projetos {
  background: url(../img/lubanco-advisory-projetos-bg.jpg) no-repeat center center;
  background-size: cover;
}
#projetos h5 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  padding-bottom: 30px;
  line-height: 3rem;
}
#projetos p {
  font-size: ;
  color: #fff;
}


/* REVIEWS
================================================== */
#reviews {
  background: url(../img/lubanco-advisory-reviews-bg.jpg) no-repeat center center;
  background-size: cover;
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
  .owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -8px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -8px;
  }
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  font-size: 50px;
  line-height: 1.8rem;
  color: #d0d0d0;
  height: auto;
  width: auto;
}
.owl-theme .owl-dots {
  padding-top: 50px;
  margin-top: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  padding: 0px;
  border-radius: 0;
  background-color: #fff;
  margin-bottom: 0px;
}
  .owl-theme .owl-dots .owl-dot span:hover {
    background-color: #faaf4c;
  }
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #faaf4c;
  opacity: 1;
}
.owl-carousel.owl-theme.carousel-review p {
  font-size: 2rem;
  margin-bottom: 0;
  color: #faaf4c;
  line-height: 2rem;
}
  .owl-carousel.owl-theme.carousel-review p small {
    font-size: 1.2rem;
    color: #fff;
  }
#reviews h5 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  padding-bottom: 30px;
  line-height: 3rem;
}
.card {
  background: none;
  border: none;
  border-radius: 0;
}
.card-body {
  padding: 1rem 0 1rem 5rem;
}
  .card-body hr {
    margin-top: 0;
  }


/* CONTATO
================================================== */
#contato h1 {
  font-size: 3.1rem;
  font-weight: 300;
}
#contato h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #faaf4c;
}
#contato .form-control, #contato input {
  padding: .75rem .75rem;
  border: 2px solid #86888c;
  border-radius: 0;
  margin-bottom: 20px;
}
#contato button.btn-solid {
  padding: .9rem 5rem !important;
  font-size: 1rem;
}
#contato img {
  position: absolute;
  top: 9px;
  right: 9px;
}


/* GOOGLE MAPS
================================================== */
.map {
    width: 100%;
    height: 300px;
}
#map {
    height: 100%;
}


/* COOKIES
================================================== */
#cookieConsent {
  position: fixed;
  z-index: 1040;
  background: #f1f2f2;
  bottom: 20px !important;
  max-width: 1200px;
  padding: 20px 10px !important;
  margin: auto;
  left: 20px !important;
  right: 20px !important;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}
  #cookieConsent p {
    margin-bottom: 0;
    font-size: 14px;
  }
    #cookieConsent p a {
      color: #4f4f50;
      text-decoration: underline;
    }
  #cookieConsent button {
    border: 1px solid #4f4f50 !important;
    color: #4f4f50 !important;
    padding: 10px 30px!important;
    font-size: 12px!important;
    text-transform: initial;
  }


/* FOOTER
================================================== */
footer {
  position: relative;
  background-color: #000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
  footer p {
    font-weight: 300;
  }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    footer ul.sociais li {
      display: inline-block;
      padding: 0 10px;
    }
  footer a {
    color: #fff;
  }
    footer a:hover, footer a:focus  {
      color: #faaf4c;
    }
  footer i {
    font-size: 1.8rem;
  }
  footer .copyright {
    font-size: 0.8rem;
  }
  footer .b-t {
    border-top: 1px solid #fff;
  }


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


/* RESPONSIVE
================================================== */
@media (max-width: 575px) {
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pt-xs-60 {
    padding-top: 60px!important;
  }
  .ptb-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .intro-section .intro_text h1 {
    font-size: 40px;
  }
  .intro-section .intro_text p {
    font-size: 20px;
  }
  #empresa h1, #empresa h1 span, #servicos h1, #contato h1 {
    font-size: 2rem;
  }
  #empresa h2 {
    font-size: 1.3rem;
  }
  #empresa p {
    font-size: 1.1rem;
  }
  #lead .col-xxl-auto {
    width: 70%!important;
  }
  #lead h2, #contato h2 {
    font-size: 1.5rem;
  }
  #servicos h2 {
    font-size: 1.5rem;
  }
  #servicos h3 {
    min-height: auto;
    margin-bottom: 20px;
  }
  #servicos ul li {
    margin-bottom: 15px;
  }
  #reviews h5 {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .owl-carousel.owl-theme.carousel-review p {
    font-size: 1.1rem;
  }
  .owl-carousel.owl-theme.carousel-review p small {
    font-size: 1rem;
  }
  .btn-outline {
    padding: 10px 30px 10px !important;
  }
  .sociais i {
    border-right: none;
    margin-right: 0;
    padding-right: 0
  }
  .sociais span {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .card-body {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-light.navbar.fixed-top {
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1rem 1rem;
    height: 121px;
    animation: fadeInDown .5s;
    -webkit-animation: fadeInDown .5s;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .ptb-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .owl-theme .owl-nav.disabled+.owl-dots {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pt-xl-180 {
    padding-top: 180px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1679px) {
  #lead .col-xxl-auto {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-light {
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1rem 1rem;
    height: auto;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  }
    .navbar-light .navbar-nav .nav-link {
      color: #fff;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open {
      color: #faaf4c;
      border-bottom: none;
    }
  .navbar-nav {
    padding-top: 20px;
  }
  .navbar-brand {
    padding: 0;
    margin: 0;
  }
    .navbar-brand img {
      width: 194px;
    }
  .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; 
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
}


/* 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 'Open Sans', 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 'Open Sans', 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: #fff;
}
.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 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #006396;
}
.sky-form.submited .message p {
  color: #006396;
}
/**/
/* 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;
}