@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/*
 * Start Bootstrap - One Page Wonder (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  position: relative;
  padding-top: 50px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  padding-bottom: 173px;
  min-height: 100vh; }

.m-t-20 {
  margin-top: 20px; }

.m-t-35 {
  margin-top: 35px; }

.nav-right .btn {
  margin-left: 10px; }

#bs-example-navbar-collapse-1 .navbar-nav > li > a:hover, #bs-example-navbar-collapse-1 .navbar-nav > li > a:focus {
  text-decoration: underline; }

#bs-example-navbar-collapse-1 .navbar-nav > li.dropdown > a:hover, #bs-example-navbar-collapse-1 .navbar-nav > li.dropdown > a:focus {
  text-decoration: none; }

#bs-example-navbar-collapse-1 .navbar-nav > li.dropdown > a:hover {
  background-color: #502564; }

.navbar-brand {
  padding: 10px 15px; }

.navbar-inverse {
  background-color: #5f2c77;
  border: 0;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3); }
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff; }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #502564; }
  .navbar-inverse .navbar-toggle {
    border-color: #411e52; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #411e52; }
  .navbar-inverse .navbar-collapse {
    border-color: #411e52;
    -webkit-box-shadow: none;
    box-shadow: none; }

.nav-tabs .default-nav-tab > a {
  color: #a5a5a5;
  border-top-width: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.nav-tabs li.active > a, .nav-tabs li.active > a:active, .nav-tabs li.active > a:hover {
  color: #863ea8;
  border-top-color: #863ea8;
  border-top-width: 2px; }

.nav-tabs a {
  cursor: pointer; }

.nav-tabs .nav-tab-fix {
  float: none;
  display: inline-block;
  clear: both; }

.color-purple a {
  color: #863ea8; }

.color-warning {
  color: #b94a48 !important; }

.btn-log {
  background-color: #502564;
  color: #fff;
  border: 0; }
  .btn-log:hover, .btn-log:focus {
    color: #fff;
    background-color: #411e52; }

.btn-lang {
  background-color: #502564;
  color: #fff;
  border: 0; }
  .btn-lang:hover, .btn-lang:focus {
    color: #fff;
    background-color: #411e52; }

.btn-custom {
  background-color: #5f2c77;
  color: #fff;
  border: 0; }
  .btn-custom:hover, .btn-custom:focus {
    color: #fff;
    background-color: #502564; }

.btn-icon {
  min-width: 40px;
  padding: 8px 12px; }

.btn-custom-2 {
  background-color: #ffffff;
  color: #5f2c77;
  border: 1px solid #5f2c77; }
  .btn-custom-2:hover, .btn-custom-2:focus {
    color: #fff;
    background-color: #502564; }

.btn-custom-3 {
  background-color: #5f2c77;
  color: #fff;
  border: 1px solid #5f2c77; }
  .btn-custom-3:hover, .btn-custom-3:focus {
    color: #fff;
    background-color: #502564; }

.btn-loader {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px; }

.btn-start {
  background-color: #ffffff;
  color: #5f2c77;
  border: 0;
  font-size: 16px; }
  .btn-start:hover, .btn-start:focus {
    color: #fff;
    background-color: #523461; }

.btn-go-back {
  color: #767f88;
  background-color: #efefef; }
  .btn-go-back i {
    padding-right: 5px; }

.glyphicon-custom {
  margin-left: 10px;
  top: 3px; }

.btn-round {
  border-radius: 20px; }

.table-responsive {
  overflow-x: auto; }

.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.header-image {
  display: block;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 44, 119, 0.6)), to(rgba(95, 44, 119, 0.6))), url("../images/bg-header.jpg") no-repeat;
  background: -webkit-linear-gradient(rgba(95, 44, 119, 0.6), rgba(95, 44, 119, 0.6)), url("../images/bg-header.jpg") no-repeat;
  background: -o-linear-gradient(rgba(95, 44, 119, 0.6), rgba(95, 44, 119, 0.6)), url("../images/bg-header.jpg") no-repeat;
  background: linear-gradient(rgba(95, 44, 119, 0.6), rgba(95, 44, 119, 0.6)), url("../images/bg-header.jpg") no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.headline {
  padding: 80px 0 30px;
  text-align: left;
  color: #ffffff; }
  .headline h1 {
    font-size: 40px;
    margin-top: 0; }
  .headline h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    line-height: 1.2; }
  .register-page .headline {
    padding: 30px 0; }
    .register-page .headline h1 {
      font-size: 25px;
      margin: 0; }
    .register-page .headline .content-box {
      display: inline-block; }

.home-headline {
  text-align: center; }

.content-box {
  /*background: rgba(0,0,0,0.2);*/
  background-color: rgba(65, 30, 82, 0.3);
  max-width: 600px;
  border-radius: 20px;
  padding: 20px 30px;
  display: inline-block; }

.featurette-spacing {
  margin-top: 50px; }

.featurette-divider {
  margin: 50px 0; }

.featurette {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto; }

.featurette-image {
  margin-bottom: 20px; }

.featurette-image.pull-left {
  margin-right: 80px; }

.featurette-image.pull-right {
  margin-left: 80px; }

.featurette-heading {
  font-size: 32px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px; }

.about-content {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .about-content .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-55%, rgba(255, 255, 255, 0)), color-stop(71.67%, #FFFFFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -55%, #FFFFFF 71.67%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) -55%, #FFFFFF 71.67%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -55%, #FFFFFF 71.67%);
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .about-content .read-more .btn-underline {
      background-color: transparent;
      border: none;
      color: #5f2c77;
      font-size: 14px;
      text-decoration: underline;
      margin-top: 60px;
      font-weight: 500;
      padding: 0; }
      .about-content .read-more .btn-underline:focus, .about-content .read-more .btn-underline:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none; }
  .about-content.expand {
    max-height: 600px;
    padding-bottom: 20px; }
    .about-content.expand .read-more {
      height: auto;
      background: transparent; }

#services {
  overflow: visible; }

.method {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px rgba(42, 17, 55, 0.12);
  box-shadow: 0px 5px 15px rgba(42, 17, 55, 0.12);
  padding: 30px;
  margin-bottom: 10px; }
  .method-heading {
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0; }
  .method-description {
    margin-bottom: 10px;
    color: #89818C;
    font-size: 14px; }
  .method img {
    margin-bottom: 10px; }

.divider-X-alt {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin-top: 30px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.alert {
  max-width: 700px;
  margin: 10px auto; }

.form-group-rel {
  position: relative; }

.form-group-last {
  margin-bottom: 0; }

.form-block {
  margin-bottom: 50px; }

.form-divider {
  margin: 5px 0 15px; }

.form-required {
  font-size: 10px;
  color: #999999; }

.fieldset-first {
  margin-top: 0; }

fieldset {
  margin-top: 20px; }

legend {
  border-color: rgba(95, 44, 119, 0.4);
  font-size: 18px; }

.form-group .form-group label {
  font-weight: 500;
  color: #666; }

.partners {
  padding-top: 30px; }
  .partners h3 {
    font-weight: 300;
    font-size: 20px; }
  .partners ul li {
    padding: 0;
    vertical-align: middle; }
    .partners ul li .lianthis-logo-fix {
      max-width: 100%;
      width: 230px;
      padding: 0px 20px;
      margin: 0; }
    .partners ul li .cib-logo-fix {
        max-width: 100%;
        width: 180px;
        padding: 10px 20px 10px 0px;
        margin: 0; }
  .partners .featurette-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .partners .featurette-image:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

.last-active td {
  background-color: #ebe0f1 !important; }

.divider-X {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff3; }

.faq-text-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.faq-text-wrapper-expand {
  max-height: 700px; }

footer {
  background: #5f2c77;
  padding: 20px 0;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer p {
    margin: 0; }
  footer .footer-nav {
    list-style: none;
    padding: 20px 0;
    margin-bottom: 0; }
    footer .footer-nav li {
      display: inline-block;
      padding: 0px 10px; }
      footer .footer-nav li a {
        color: #fff; }
  footer .footer-copyright {
    padding-top: 20px; }
  footer .version-number {
    color: #fff;
    vertical-align: bottom;
    font-size: 12px;
    padding-left: 2px; }

.form-register {
  max-width: 700px;
  margin: 0 auto; }

.info-block {
  padding: 10px 15px;
  background: #efefef;
  margin-top: 10px;
  border-radius: 4px;
  color: #666;
  font-size: 12px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-30 {
  padding-top: 30px; }

.p-t-40 {
  padding-top: 40px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-l-0 {
  padding-left: 0; }

.m-r-15 {
  margin-right: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-5 {
  margin-left: 5px; }

.detail-content .form-group {
  margin-bottom: 0; }
  .detail-content .form-group label {
    padding-bottom: 15px;
    margin: 0; }
  .detail-content .form-group span {
    padding-bottom: 15px;
    display: inline-block; }

.table tbody > tr > .v-align-middle {
  vertical-align: middle; }

.max-width-700 {
  max-width: 700px; }

.push-right {
  float: right; }

.push-left {
  float: left; }

.btn-full-width {
  display: block;
  width: 100%; }

.display-inline-block {
  display: inline-block; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #5f2c77; }

.dropdown-menu > li > a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.contact-title {
  font-size: 18px;
  font-weight: 500; }

.faq-item {
  border-bottom: 1px solid #efefef;
  padding: 15px 0; }
  .faq-item:last-child {
    border-bottom: none; }

.faq-title {
  color: #333;
  font-size: 14px;
  font-weight: 500; }
  .faq-title a:hover, .faq-title a:active, .faq-title a:focus {
    text-decoration: none; }
  .faq-title span {
    vertical-align: middle;
    color: #333; }

.faq-text {
  padding-left: 25px;
  color: #848d9a; }
  .faq-text p {
    margin: 0; }

.btn-plus {
  width: 13px;
  height: 2px;
  background-color: #5f2c77;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  margin-right: 10px; }
  .btn-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background-color: #5f2c77;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.btn-expanded:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg); }

.ui-autocomplete {
  list-style: none;
  max-width: 700px;
  height: 0;
  display: inline-block;
  padding: 0;
  margin: 0; }
  .ui-autocomplete .ui-menu-item {
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }

.ui-helper-hidden-accessible {
  display: none; }

.choose-number-group {
  text-align: left;
  padding-bottom: 5px; }

.choose-number-item {
  display: inline-block;
  margin-right: 15px; }

@media (max-width: 1200px) {
  .featurette-divider {
    margin: 50px 0; }
  .featurette-image.pull-left {
    margin-right: 40px; }
  .featurette-image.pull-right {
    margin-left: 40px; }
  .partners ul li {
    max-width: 24%; }
  .featurette-image {
    margin-bottom: 40px; }
  .navbar-header {
    float: none; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

@media (max-width: 991px) {
  .featurette-divider {
    margin: 40px 0; }
  .featurette-image.pull-left {
    margin-right: 30px; }
  .featurette-image.pull-right {
    margin-left: 30px; }
}

    

@media (max-width: 768px) {
  .navbar-nav.pull-right {
    float: none !important; }
  .container {
    margin: 0 15px; }
  .featurette-divider {
    margin: 40px 0; } }

@media (max-width: 668px) {
  .featurette-divider {
    margin: 30px 0; } }

@media (max-width: 640px) {
  .headline {
    padding: 75px 0 25px 0; }
    .headline h1 {
      font-size: 35px; }
    .headline h2 {
      font-size: 16px; }
  .featurette-image {
    clear: both;
    padding: 0 40px; }
  .featurette-image.pull-left {
    float: none !important;
    margin: 0 auto; }
  .featurette-image.pull-right {
    float: none !important;
    margin: 0 auto; }
  .featurette-heading,
  .featurette-action {
    text-align: center; } }

@media (max-width: 375px) {
  .partners ul > li {
    max-width: 49%; } }
