/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.block-page .form-group label {
  width: 100%;
  margin: 10px 0 0 0;
}
.block-page .form-group label .badge {
  position: relative;
  top: 22px;
  background: #cccccc;
  color: #333;
  border-radius: 0;
  line-height: 16px;
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .form-group .input-group {
  width: 100%;
}
.block-page .form-group:hover label,
.block-page .form-group:focus label {
  width: 100%;
  margin: 10px 0 0 0;
}
.block-page .form-group:hover label .badge,
.block-page .form-group:focus label .badge {
  top: 0;
  opacity: 1;
}
.block-page iframe {
  border: 0;
  box-shadow: 0 0 5px 0px #858376;
  text-shadow: 1px 1px 1px #FFF;
  font-family: 'Pacifico', cursive;
  margin: 20px 0 0 0;
}

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