/* MAIN SETTINGS */
/* FONT SETTINGS */
/* COLOR SETTINGS */
/* FORM */
/* MISC SETTINGS */
.is-uf .uf-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 444;
  cursor: pointer;
}
.is-uf .uf-overlay.uf-white {
  background: rgba(255, 255, 255, 0.6);
}
.is-uf .uf {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  font-family: 'Roboto';
}
.is-uf .uf * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.is-uf .uf .uf-toggle {
  display: none;
}
.is-uf .uf.uf-fixed {
  width: 310px;
  position: fixed;
  z-index: 150;
  border: 1px solid #32b8e5;
}
.is-uf .uf.uf-fixed .uf-toggle {
  position: absolute;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #32b8e5;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-uf .uf.uf-fixed .uf-toggle i {
  border: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  left: 0;
  top: 0;
  background: transparent;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-uf .uf.uf-fixed .uf-toggle i.uf-close {
  opacity: 0;
}
.is-uf .uf.uf-fixed .uf-toggle:hover i {
  background: rgba(0, 0, 0, 0.1);
}
.is-uf .uf.uf-fixed .uf-container {
  max-height: 550px;
  overflow: hidden;
  overflow-y: auto;
}
.is-uf .uf.uf-left {
  left: -310px;
  top: 70px;
}
.is-uf .uf.uf-left .uf-container {
  border-left: none;
}
.is-uf .uf.uf-left .uf-toggle {
  top: -1px;
  right: -50px;
}
.is-uf .uf.uf-right {
  right: -310px;
  top: 70px;
}
.is-uf .uf.uf-right .uf-container {
  border-right: none;
}
.is-uf .uf.uf-right .uf-toggle {
  top: -1px;
  left: -50px;
  border-right: none;
}
.is-uf .uf.uf-top-left {
  top: -3px;
  left: 0;
  border-top: none;
}
.is-uf .uf.uf-top-left .uf-container {
  border-left: none;
  max-height: 0;
  overflow: hidden;
}
.is-uf .uf.uf-top-left .uf-toggle {
  bottom: -50px;
  left: -1px;
  border-top: none;
}
.is-uf .uf.uf-bottom-left {
  bottom: -3px;
  left: 0;
  border-bottom: none;
}
.is-uf .uf.uf-bottom-left .uf-container {
  border-left: none;
  max-height: 0;
  overflow: hidden;
}
.is-uf .uf.uf-bottom-left .uf-toggle {
  top: -50px;
  left: -1px;
  border-bottom: none;
}
.is-uf .uf.uf-top-right {
  top: -3px;
  right: 0;
  border-top: none;
}
.is-uf .uf.uf-top-right .uf-container {
  border-right: none;
  max-height: 0;
  overflow: hidden;
}
.is-uf .uf.uf-top-right .uf-toggle {
  bottom: -50px;
  right: -1px;
  border-top: none;
}
.is-uf .uf.uf-bottom-right {
  bottom: -3px;
  right: 0;
  border-bottom: none;
}
.is-uf .uf.uf-bottom-right .uf-container {
  border-right: none;
  max-height: 0;
  overflow: hidden;
}
.is-uf .uf.uf-bottom-right .uf-toggle {
  top: -50px;
  right: -1px;
  border-bottom: none;
}
.is-uf .uf.uf-active {
  z-index: 999;
}
.is-uf .uf.uf-active .uf-container {
  position: relative;
  z-index: 998;
}
.is-uf .uf.uf-active .uf-toggle i {
  opacity: 0;
}
.is-uf .uf.uf-active .uf-toggle i.uf-close {
  opacity: 1;
}
.is-uf .uf.uf-active.uf-left {
  left: 0;
}
.is-uf .uf.uf-active.uf-right {
  right: 0;
}
@media screen and (max-width: 360px) {
  .is-uf .uf.uf-active.uf-left .uf-toggle,
  .is-uf .uf.uf-active.uf-right .uf-toggle {
    left: auto;
    right: 0;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
}
.is-uf .uf.uf-active.uf-top-left .uf-container,
.is-uf .uf.uf-active.uf-bottom-left .uf-container,
.is-uf .uf.uf-active.uf-top-right .uf-container,
.is-uf .uf.uf-active.uf-bottom-right .uf-container {
  max-height: 550px;
  overflow: hidden;
}
.is-uf .uf.uf-active.uf-top-left .uf-container.uf-scroll,
.is-uf .uf.uf-active.uf-bottom-left .uf-container.uf-scroll,
.is-uf .uf.uf-active.uf-top-right .uf-container.uf-scroll,
.is-uf .uf.uf-active.uf-bottom-right .uf-container.uf-scroll {
  overflow: auto;
}
@media screen and (max-height: 600px) {
  .is-uf .uf.uf-active.uf-top-left .uf-toggle,
  .is-uf .uf.uf-active.uf-bottom-left .uf-toggle,
  .is-uf .uf.uf-active.uf-top-right .uf-toggle,
  .is-uf .uf.uf-active.uf-bottom-right .uf-toggle {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
}
.is-uf .uf.uf-active.uf-top-left,
.is-uf .uf.uf-active.uf-top-right {
  top: 0;
}
.is-uf .uf.uf-active.uf-bottom-left,
.is-uf .uf.uf-active.uf-bottom-right {
  bottom: 0;
}
.is-uf .uf a {
  text-decoration: none;
}
.is-uf .uf a:hover {
  text-decoration: none;
}
.is-uf .uf .uf-container {
  background: #98d1e0 !important;
  margin-top:15px;
  padding: 15px 15px;
  border: 1px solid #32b8e5;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-uf .uf .uf-container .uf-header {
  margin: 0 0 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.is-uf .uf .uf-container .uf-header h3 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 100;
  color: #fff;
}
.is-uf .uf .uf-container .uf-header h4 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.is-uf .uf .uf-container .uf-form {
  padding: 15px 0;
}
.is-uf .uf .uf-container .uf-form .uf-row + .uf-row {
  margin-top: 10px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-label {
  display: block;
  font-weight: 300;
  color: #fff;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input {
  position: relative;
  background: #fff;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=text],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=email],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=tel],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=password],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=url],
.is-uf .uf .uf-container .uf-form .uf-row .uf-input select,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  display: block;
  padding: 8px 8px 8px 36px;
  margin: 0 0 0 0;
  font-size: 14px;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #333;
  font-weight: 300;
  border: 1px solid #32b8e5;
  font-family: 'Roboto';
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=text]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=email]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=tel]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=password]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=url]:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input select:focus + i,
.is-uf .uf .uf-container .uf-form .uf-row .uf-input textarea:focus + i {
  color: #32b8e5;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input select {
  padding-top: 7px;
  padding-bottom: 7px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input select option {
  background: transparent;
}
@media screen and (max-width: 800px) {
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=text],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=email],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=tel],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=password],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=url],
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input select {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input select {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input textarea {
  resize: none;
  min-height: 100px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input > i {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 33px;
  width: 36px;
  font-size: 17px;
  text-align: center;
  color: #a5a5a5;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
@media screen and (max-width: 800px) {
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=text] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=email] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=tel] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=password] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input input[type=url] + i,
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input select + i {
    line-height: 39px;
  }
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input:hover > i {
  color: #32b8e5;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio {
  padding: 8px 8px 8px 0;
  background: transparent;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label {
  display: block;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  line-height: 24px;
  padding: 0 4px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label:hover {
  background: rgba(0, 0, 0, 0.08);
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label input {
  display: inline;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
  left: 0;
  padding: 0;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label + label {
  margin-top: 1px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label i.fa-star-o {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .is-uf .uf .uf-container .uf-form .uf-row .uf-input.uf-radio .uf-radio-list label {
    padding: 6px;
  }
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-rating-inputs {
  display: none;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars {
  padding: 5px 0;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 18px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star:before {
  content: "\f006";
  padding-right: 8px;
  color: rgba(255, 255, 255, 0.8);
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star:hover:before,
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star:hover ~ span.uf-star:before,
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star.uf-star-active:before,
.is-uf .uf .uf-container .uf-form .uf-row .uf-stars .uf-rating span.uf-star.uf-star-active ~ span.uf-star:before {
  content: "\f005";
  color: #fff;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-submit {
  text-align: right;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-submit button {
  display: inline-block;
  color: #fff;
  font-family: 'Roboto';
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  border: none;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  width:100%;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-submit button i {
  font-size: 22px;
  margin-right: 10px;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-submit button:hover {
  background: rgba(0, 0, 0, 0.38);
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-link {
  color: #fff;
  display: inline-block;
  float: left;
  padding: 10px 0;
  text-decoration: underline;
  transition: themeDefaultTransition;
  -webkit-transition: themeDefaultTransition;
  -moz-transition: themeDefaultTransition;
  -o-transition: themeDefaultTransition;
  -ms-transition: themeDefaultTransition;
}
.is-uf .uf .uf-container .uf-form .uf-row .uf-link:hover {
  color: #fff;
  text-decoration: none;
}
.is-uf .uf.uf-nolabels .uf-input-text .uf-label,
.is-uf .uf.uf-nolabels .uf-textarea .uf-label {
  display: none !important;
}
/* RWD */
@media (max-height: 620px) {
  .is-uf .uf.uf-left,
  .is-uf .uf.uf-right {
    height: 100%;
    top: 0;
  }
  .is-uf .uf.uf-left .uf-container,
  .is-uf .uf.uf-right .uf-container {
    min-height: 100%;
    height: 100%;
  }
  .is-uf .uf.uf-left.uf-active,
  .is-uf .uf.uf-right.uf-active {
    height: 100%;
  }
  .is-uf .uf.uf-left.uf-active .uf-container,
  .is-uf .uf.uf-right.uf-active .uf-container {
    min-height: 100%;
    height: 100%;
  }
  .is-uf .uf.uf-top-left .uf-container,
  .is-uf .uf.uf-top-right .uf-container,
  .is-uf .uf.uf-bottom-left .uf-container,
  .is-uf .uf.uf-bottom-right .uf-container {
    max-height: 0;
  }
  .is-uf .uf.uf-top-left.uf-active,
  .is-uf .uf.uf-top-right.uf-active,
  .is-uf .uf.uf-bottom-left.uf-active,
  .is-uf .uf.uf-bottom-right.uf-active {
    max-height: 100vh;
  }
  .is-uf .uf.uf-top-left.uf-active .uf-container,
  .is-uf .uf.uf-top-right.uf-active .uf-container,
  .is-uf .uf.uf-bottom-left.uf-active .uf-container,
  .is-uf .uf.uf-bottom-right.uf-active .uf-container {
    max-height: 100vh;
  }
  .is-uf .uf.uf-top-left.uf-active,
  .is-uf .uf.uf-top-right.uf-active {
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  }
  .is-uf .uf.uf-bottom-left.uf-active,
  .is-uf .uf.uf-bottom-right.uf-active {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 360px) {
  .uf.uf-active {
    width: 100% !important;
  }
}
/* MISC */
.uf-clear {
  clear: both;
  overflow: hidden;
}
.uf-hidden {
  display: none;
}
.fa-1-5x {
  font-size: 1.5em !important;
}
/*# sourceMappingURL=uf.blue.css.map */