a.active{
	border-bottom: solid 2px #2A63B5;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.borderAktif{
	border-bottom: solid 2px #2A63B5;
}
.apph {
  min-height: 5rem; }

.fit-cover {
  object-fit: cover; }

.fit-contain {
  object-fit: contain; }

.bg-trans-black {
  background: rgba(0, 0, 0, 0.7); }

.bg-trans-white {
  background: rgba(255, 255, 255, 0.7); }

.border-thick {
  border-width: 3px; }

.border-top-thick {
  border-top-width: 3px; }

.border-right-thick {
  border-right-width: 3px; }

.border-bottom-thick {
  border-bottom-width: 3px; }

.border-left-thick {
  border-left-width: 3px; }

.shadow {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1); }

.text-lg {
  font-size: 0.825rem; }

.text-sm {
  font-size: 0.625rem; }

.h-25p {
  height: 25px; }

.h-50p {
  height: 50px; }

.h-75p {
  height: 75px; }

.h-100p {
  height: 100px; }

.h-125p {
  height: 125px; }

.h-150p {
  height: 150px; }

.h-175p {
  height: 175px; }

.h-200p {
  height: 200px; }

.h-225p {
  height: 225px; }

.h-250p {
  height: 250px; }

.h-275p {
  height: 275px; }

.h-300p {
  height: 300px; }

.h-325p {
  height: 325px; }

.h-350p {
  height: 350px; }

.h-375p {
  height: 375px; }

.h-400p {
  height: 400px; }

.h-425p {
  height: 425px; }

.h-450p {
  height: 450px; }

.h-475p {
  height: 475px; }

.h-500p {
  height: 500px; }

.w-25p {
  width: 25px; }

.w-50p {
  width: 50px; }

.w-75p {
  width: 75px; }

.w-100p {
  width: 100px; }

.w-125p {
  width: 125px; }

.w-150p {
  width: 150px; }

.w-175p {
  width: 175px; }

.w-200p {
  width: 200px; }

.w-225p {
  width: 225px; }

.w-250p {
  width: 250px; }

.w-275p {
  width: 275px; }

.w-300p {
  width: 300px; }

.w-325p {
  width: 325px; }

.w-350p {
  width: 350px; }

.w-375p {
  width: 375px; }

.w-400p {
  width: 400px; }

.w-425p {
  width: 425px; }

.w-450p {
  width: 450px; }

.w-475p {
  width: 475px; }

.w-500p {
  width: 500px; }

.miw-25 {
  min-width: 25%; }

.miw-50 {
  min-width: 50%; }

.miw-75 {
  min-width: 75%; }

.miw-100 {
  min-width: 100%; }

.mih-25 {
  min-height: 25%; }

.mih-50 {
  min-height: 50%; }

.mih-75 {
  min-height: 75%; }

.mih-100 {
  min-height: 100%; }

.v-center {
  display: flex;
  align-items: center; }

.flex-grow-1 {
  flex-grow: 1; }

.overflow-hidden {
  overflow: hidden; }

.overflow-auto {
  overflow: auto; }

.noresize {
  resize: none; }

.bg-white {
  background: #fff; }

.bg-indigo {
  background: #4859B5; }
.bg-purple {
  background: #6D44B7; }
.bg-pink {
  background: #E92A6B; }
.bg-orange {
  background: #FF841F; }
.bg-teal {
  background: #0F998C; }
.bg-facebook {
  background: #3B5998; }
.bg-twitter {
  background: #1DA1F2; }
.bg-gplus {
  background: #DB4437; }
.bg-whatsapp {
  background: #25D366; }

.bg-gray-100 {
  background: #f9f9f9; }

.bg-gray-200 {
  background: #ececec; }

.bg-gray-300 {
  background: #e2e2e2; }

.bg-gray-400 {
  background: #d4d4d4; }

.bg-gray-500 {
  background: #b5b5b5; }

.bg-gray-600 {
  background: #8e8e8e; }

.bg-gray-700 {
  background: #505050; }

.bg-gray-800 {
  background: #3a3a3a; }

.bg-gray-900 {
  background: #252525; }

.border-top-primary {
  border-top-color: #fc5f05; }

.border-right-primary {
  border-right-color: #fc5f05; }

.border-bottom-primary {
  border-bottom-color: #fc5f05; }

.border-left-primary {
  border-left-color: #fc5f05; }

.hr-primary {
  border: 1px solid #fc5f05; }

.card-ribbon-primary {
  border-top: 3px solid #fc5f05;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.lo_navbar-top {
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 5px solid #fc5f05;
  background: linear-gradient(to bottom, white, #f2f2f2); }
  .lo_navbar-top .menu-toggle {
    width: 25%; }
    @media (min-width: 768px) {
      .lo_navbar-top .menu-toggle {
        display: none; } }
    .lo_navbar-top .menu-toggle a {
      display: flex;
      align-items: center;
      color: #fc5f05;
      transition: background 0.1s linear, color 0.1s linear;
      display: inline-flex;
      height: 100%;
      padding: 0 .75rem;
      margin-left: -1rem;
      font-size: 1.6rem; }
      .lo_navbar-top .menu-toggle a:hover {
        background: #fc5f05;
        color: #fff;
        text-decoration: none; }
  .lo_navbar-top .brand {
    display: inline-block;
    margin: .5rem 0; }
  .lo_navbar-top .user-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%; }
    .lo_navbar-top .user-info .user-dropdown-btn {
      padding: .25rem 0; }
      .lo_navbar-top .user-info .user-dropdown-btn:hover {
        text-decoration: none; }
    .lo_navbar-top .user-info .btn {
      transition: none;
      transition: box-shadow 0.15s ease-in-out; }
  @media (min-width: 768px) {
    .lo_navbar-top {
      background: #fff;
      border-bottom: none; } }
.lo_navbar-bottom {
  display: none;
  position: absolute;
  z-index: 1000;
  right: 0;
  left: 0;
  border-top: 1px solid #2A63B5;
  background: #2A63B5; }
  .lo_navbar-bottom.open {
    display: block; }
  .lo_navbar-bottom .search-form {
    padding: .5rem 1rem; }
    @media (min-width: 768px) {
      .lo_navbar-bottom .search-form {
        padding-right: 0;
        padding-left: 0; } }
  .lo_navbar-bottom .menu {
    border-top: 1px solid #2A63B5; }
    .lo_navbar-bottom .menu, .lo_navbar-bottom .menu ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .lo_navbar-bottom .menu li a {
      color: #fc5f05;
      transition: background 0.1s linear, color 0.1s linear;
      display: block;
      padding: .5rem 1rem;
      border-bottom: 1px solid #2A63B5;
      font-weight: bold;
      font-size: 0.825rem;
      white-space: nowrap; }
      .lo_navbar-bottom .menu li a:hover {
        background: #fc5f05;
        color: #fff;
        text-decoration: none; }
    .lo_navbar-bottom .menu li .uncollapse-icon {
      display: none; }
    .lo_navbar-bottom .menu li ul {
      display: none; }
      .lo_navbar-bottom .menu li ul a {
        padding-left: 1.5rem; }
    .lo_navbar-bottom .menu li.open ul {
      display: block; }
    .lo_navbar-bottom .menu li.open > a .collapse-icon {
      display: none; }
    .lo_navbar-bottom .menu li.open > a .uncollapse-icon {
      display: inline-block; }
    @media (min-width: 768px) {
      .lo_navbar-bottom .menu {
        display: flex;
        justify-content: flex-end;
        height: 100%;
        border-top: none; }
        .lo_navbar-bottom .menu > li > a {
          display: flex;
          align-items: center;
          height: 100%;
          border-bottom: none; }
        .lo_navbar-bottom .menu li {
          position: relative; }
          .lo_navbar-bottom .menu li ul {
            position: absolute;
            display: none;
            left: 0;
            min-width: 10rem;
            z-index: 1000;
            border: 1px solid #e2e2e2; }
            .lo_navbar-bottom .menu li ul a {
              padding-left: 1rem;
              color: #505050;
              background: #f9f9f9; }
            .lo_navbar-bottom .menu li ul li:last-child a {
              border-bottom: none; }
          .lo_navbar-bottom .menu li.open > a .collapse-icon {
            display: inline-block; }
          .lo_navbar-bottom .menu li.open > a .uncollapse-icon {
            display: none; }
          .lo_navbar-bottom .menu li.open ul {
            display: none; }
          .lo_navbar-bottom .menu li:hover ul {
            display: block;
            animation: fadeInUp 0.5s; } }
  @media (min-width: 768px) {
    .lo_navbar-bottom {
      display: block;
      position: static;
      padding-right: 1rem;
      padding-left: 1rem;
      border-bottom: 5px solid #fc5f05;
      background: linear-gradient(to bottom, white, #f2f2f2); } }
.lo_container-full {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .lo_container-full .lo_navbar-bottom {
    margin: 0; }
    .lo_container-full .lo_navbar-bottom .brand {
      margin: .25rem; }
      .lo_container-full .lo_navbar-bottom .brand img {
        height: 2rem; }
  .lo_container-full .content {
    flex-grow: 1; }
.lo_footer-top {
  color: #fff;
  font-size: 0.675rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #252525; }
  .lo_footer-top a {
    color: #fff; }
.lo_footer-bottom {
  color: #fff;
  font-size: 0.675rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background: #2A63B5; }
  .lo_footer-bottom a {
    color: #fff; }
.lo_admin-navbar-top {
  display: flex;
  height: 3.5rem;
  border-bottom: 5px solid #fc5f05;
  background: linear-gradient(to bottom, white, #f2f2f2); }
  .lo_admin-navbar-top .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 15rem; }
  .lo_admin-navbar-top .user-info {
    display: flex;
    align-items: center;
    margin-right: 1rem; }
    .lo_admin-navbar-top .user-info .user-dropdown-btn {
      padding: .25rem 0; }
      .lo_admin-navbar-top .user-info .user-dropdown-btn:hover {
        text-decoration: none; }
.lo_admin-navbar-left {
  width: 15rem;
  border-right: 1px solid #e2e2e2;
  background: #ececec; }
  .lo_admin-navbar-left .menu, .lo_admin-navbar-left .menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .lo_admin-navbar-left .menu a {
    color: #fc5f05;
    transition: background 0.1s linear, color 0.1s linear;
    display: block;
    padding: .5rem 1rem;
    border-bottom: 1px solid #e2e2e2;
    font-weight: bold; }
    .lo_admin-navbar-left .menu a:hover {
      background: #fc5f05;
      color: #fff;
      text-decoration: none; }
    .lo_admin-navbar-left .menu a.collapse:after {
      float: right;
      font-family: 'FontAwesome';
      content: "\f0d7"; }
    .lo_admin-navbar-left .menu a .fa {
      margin-right: .5rem; }
  .lo_admin-navbar-left .menu li ul {
    display: none; }
    .lo_admin-navbar-left .menu li ul a {
      padding-left: 1.5rem; }
  .lo_admin-navbar-left .menu li.open a.collapse:after {
    content: "\f0d8"; }
  .lo_admin-navbar-left .menu li.open ul {
    display: block; }

.login-popup {
  z-index: 1000;
  min-width: 300px;
  animation: fadeIn 0.5s; }

.b-fixed {
  background: url("../images/bg_nkri1.jpg");
  background-attachment: fixed;
  visibility: inherit; }

.banner-item {
  display: block;
  width: 100%;
  height: 475px; }
.banner .carousel-caption {
  left: auto;
  bottom: -0.5rem;
  right: 0;
  max-width: 350px;
  padding: .25rem .5rem;
  text-align: left; }
.banner .static-caption {
  position: absolute;
  top: 370px;
  width: 96.66666666666666%;
  color: #FFF; }

.banrun {
  width: 100%; }

@media (min-width: 768px) {
  .banrun {
    width: 97%;
    margin-left: 1.5em; } }
.hr-title, .hr-title-center, .hr-title-right, .line-title, .line-title-center, .line-title-right {
  overflow: hidden;
  padding-bottom: .25rem; }

.hr-title {
  text-align: center; }
  .hr-title:before, .hr-title:after {
    content: "";
    display: inline-block;
    position: relative;
    height: 2px;
    width: 50%;
    vertical-align: middle;
    background-color: #2A63B5; }
  .hr-title:before {
    right: 0.5em;
    margin-left: -50%; }
  .hr-title:after {
    left: 0.5em;
    margin-right: -50%; }

.line-title-center {
  text-align: center; }
.line-title-right {
  text-align: right; }
.line-title:after, .line-title-center:before, .line-title-center:after, .line-title-right:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 7px;
  vertical-align: middle;
  background: url(../images/line_bar.png); }
.line-title:after, .line-title-right:before {
  width: 99%; }
.line-title-center:before, .line-title-center:after {
  width: 50%; }
.line-title-center:before, .line-title-right:before {
  right: 0.5em;
  margin-left: -50%; }
.line-title:after, .line-title-center:after {
  left: 0.5em;
  margin-right: -50%; }

.title-link {
  color: #3a3a3a;
  transition: color 0.1s linear; }
  .title-link:hover {
    color: #2A63B5;
    text-decoration: none; }

.accordion-header {
  display: block; }
  .accordion-header:after {
    font-family: 'FontAwesome';
    content: "\f146";
    float: right; }
  .accordion-header.collapsed:after {
    content: "\f0fe"; }

.marquee {
  padding: .25rem 0;
  overflow: hidden;
  background: #2A63B5;
  color: #fff; }
  .marquee-item {
    display: inline-block;
    margin-right: 1rem; }
  .marquee a {
    text-decoration: underline;
    color: #fff; }

.image-cropper {
  text-align: center; }
  .image-cropper .img {
    max-width: 100%; }
  .image-cropper .jcrop-holder {
    margin: 0 auto; }
  .image-cropper .jcrop-keymgr {
    opacity: 0; }

.btn-crop {
  padding: .5rem 1rem;
  border-color: rgba(0, 0, 0, 0.15);
  background: #ececec;
  color: #505050; }
  .btn-crop:hover {
    background: #e2e2e2; }
  .btn-crop:disabled {
    background: #f9f9f9;
    color: #8e8e8e; }

.btn-35p {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 0.9rem; }
  .btn-35p:hover {
    text-decoration: none; }

.content-list {
  padding: .25rem 0 .5rem;
  margin-bottom: .25rem;
  border-bottom: 1px solid #e2e2e2; }
  .content-list:last-child {
    border-bottom: none; }

.news-image {
  height: 400px;
  padding: 2px;
  border: 1px solid #e2e2e2; }
.news-thumbnail {
  width: 135px;
  height: 100px; }
.news-comment {
  padding: 1rem .5rem;
  border-top: 1px solid #e2e2e2; }
  .news-comment:last-child {
    border-bottom: 1px solid #e2e2e2; }

.img-replace {
  background: #e2e2e2;
  color: #b5b5b5;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .img-replace:hover {
    text-decoration: none; }

.img-link {
  display: inline-block;
  padding: 1px;
  border: 1px solid #e2e2e2;
  transition: border 0.1s linear; }
  .img-link:hover {
    border-color: #2A63B5;
    text-decoration: none; }

.nav-wizard {
  border-bottom: 1px solid #e2e2e2; }
  .nav-wizard .nav-item {
    margin-bottom: -1px; }
    .nav-wizard .nav-item .nav-link {
      display: flex;
      align-items: center;
      border-right: 1px solid #e2e2e2;
      border-bottom: 2px solid #8e8e8e;
      color: #3a3a3a; }
      .nav-wizard .nav-item .nav-link.active {
        border-bottom: 2px solid #2A63B5;
        color: #2A63B5; }
      .nav-wizard .nav-item .nav-link.disabled {
        border-bottom: none;
        color: #8e8e8e; }
    .nav-wizard .nav-item .wizard-icon {
      height: 2rem;
      width: 2rem;
      margin-top: .1rem;
      margin-right: .75rem;
      padding-top: .1rem;
      border-radius: 1rem;
      text-align: center;
      font-size: 1rem;
      border: 2px solid; }

.wizard-item {
  display: none; }
  .wizard-item.active {
    display: block; }

.custom-file {
  overflow: hidden; }

.custom-file-control {
  white-space: nowrap; }
  .custom-file-control.selected:lang(en)::after {
    content: "" !important; }

.custom-control-description {
  line-height: 2; }

select.form-control {
  padding-top: .4rem; }

table.dataTable {
  border-spacing: 0; }

.dataTable .dropdown-item {
  width: auto; }

.dataTables_wrapper.container-fluid {
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.select2-container--default, .select2-container--default .select2-selection--single {
  height: calc(1.9375rem + 2px); }
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.9375rem + 2px);
  line-height: calc(1.9375rem + 2px); }
.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .select2-container--default .select2-selection--single:focus {
    color: #505050;
    background-color: #fff;
    border-color: #7ea6e1;
    outline: none; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: .75rem; }

.leri {
  position: absolute;
  left: 48rem;
  top: -0.2rem; }

@media (max-width: 768px) {
  .leri {
    position: absolute;
    left: 14rem;
    top: -0.2rem; }

  .leri-wm {
    position: absolute;
    left: 10rem;
    top: -2.2rem; } }
.content {
  margin-top: 100px; }

.content h1 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 45px;
  font-family: 'Lato', sans-serif;
  color: #6699ff; }

.main {
  width: 50%;
  margin: 0 auto 0 auto;
  background: #6699ff;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  height: 388px;
  position: relative; }

.hotel-left {
  float: left;
  width: 47%;
  background: #3b5998;
  padding: 3em 3em 0;
  height: 387px; }

.pay_form img {
  width: 150px;
  height: 40px;
  display: none;
  position: absolute; }

.hotel-right {
  float: left;
  text-align: center;
  width: 53%;
  background-color: #6699ff;
  height: 350px; }

.hotel-right h3 img {
  color: #ffffff;
  font-size: 28px;
  margin-top: 70px;
  width: 220px;
  position: relative;
  visibility: inherit; }

.hotel-right h3 span {
  display: block;
  margin-top: 8px; }

.pay_form form input[type="text"], .pay_form form input[type="password"] {
  width: 100%;
  padding: 0.7em 2.7em 0.7em 0.7em;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  outline: none;
  color: #000000;
  margin-bottom: 40px; }

.pay_form form input.logo {
  background: url(../images/logo.png) no-repeat 97% center #fff;
  background-size: 4.5% !important; }

.pay_form form input.key {
  background: url(../images/key.png) no-repeat 97% center #fff;
  background-size: 4.5% !important; }

.hotel-left a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.hotel-left a:hover {
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.login-right {
  float: right; }

.pay_form h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px; }

p.footer {
  text-align: center;
  margin-top: 70px;
  color: #1f355c;
  font-size: 15px; }

p.footer a {
  text-decoration: none;
  color: #fdb515; }

p.footer a:hover {
  color: #fff; }

.hotel-right p {
  font-size: 22px;
  margin-top: 8em;
  color: #ffffff; }

.alert-close, .alert-close1, .alert-close2, .alert-close4, .alert-close6 {
  background: url("../images/into.png") no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 7px;
  top: 11px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: 1; }

/*-- responsive media queries --*/
@media (max-width: 1366px) {
  .hotel-right p {
    font-size: 19px; } }
@media (max-width: 1280px) {
  .main {
    width: 100%; } }
@media (max-width: 1080px) {
  .main {
    width: 100%; } }
@media (max-width: 1024px) {
  .main {
    width: 100%; } }
@media (max-width: 991px) {
  .main {
    width: 100%; } }
@media (max-width: 800px) {
  .main {
    width: 100%; }

  .hotel-left {
    width: 37%;
    padding: 1em 4em 0;
    height: 368px; }

  .main {
    min-height: 340px; }

  .content h1 {
    font-size: 38px; }

  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    width: 100%; }

  .hotel-right p {
    font-size: 17px; } }
@media (max-width: 640px) {
  .content {
    margin-top: 0px; }

  .content h1 {
    font-size: 32px; }

  .hotel-right h3 {
    font-size: 22px; }

  .pay_form h2 {
    font-size: 24px;
    margin-bottom: 15px; }

  .content h1 {
    margin-bottom: 50px; }

  .hotel-left {
    width: 40%;
    padding: 1em 4em 0;
    height: 340px; }

  .hotel-right p {
    font-size: 17px;
    margin-top: 7em; }

  .main {
    min-height: 340px; }

  .pay_form form input.logo, .pay_form form input.key {
    background-size: 6.5% !important; } }
@media (max-width: 600px) {
  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    width: 100%; } }
@media (max-width: 768px) {
  .hotel-left {
    width: 100%; }

  .pay_form img {
    width: 150px;
    height: 40px;
    position: relative;
    display: block; }

  .hotel-right {
    width: 100%;
    display: none; }

  .hotel-right {
    height: 7em;
    display: none; }

  .hotel-right h3 {
    margin-top: 35px; }

  .hotel-right p {
    margin-top: 4em;
    display: none; }

  .main {
    min-height: 340px; }

  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    margin-bottom: 30px; }

  p.footer {
    line-height: 1.8em;
    display: none; }

  .hotel-left {
    height: 340px; }

  .content h1 {
    font-size: 25px; }

  .main {
    min-height: 340px; }

  .main {
    background: url(../images/pic3.jpg) no-repeat -473px 3px;
    background-size: 289% !important; }

  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    width: 100%; } }
@media (max-width: 414px) {
  .hotel-left {
    width: 100%; }

  .hotel-right {
    width: 100%; }

  .hotel-right h3 {
    margin-top: 35px; }

  .hotel-right p {
    margin-top: 4em; }

  .main {
    min-height: 340px; }

  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    margin-bottom: 30px; }

  p.footer {
    line-height: 1.8em; }

  .hotel-left {
    height: 340px; }

  .content h1 {
    font-size: 25px; }

  .main {
    min-height: 340px; }

  .main {
    background: url(../images/pic3.jpg) no-repeat -473px 3px;
    background-size: 289% !important; }

  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    width: 100%; } }
@media (max-width: 384px) {
  p.footer {
    line-height: 1.8em;
    width: 90%;
    margin: 50px auto 0;
    display: none; }

  .main {
    min-height: 340px; }

  .main {
    background: url(../images/pic3.jpg) no-repeat -473px 55px;
    background-size: 289% !important; }

  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    width: 100%; } }
@media (max-width: 375px) {
  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    width: 100%; } }
@media (max-width: 320px) {
  .content h1 {
    font-size: 22px; }

  .pay_form h2 {
    font-size: 22px;
    margin-bottom: 22px; }

  .hotel-left {
    width: 100%; }

  .content h1 {
    margin-bottom: 30px; }

  .content {
    margin-top: 0px; }

  p.footer {
    margin: 40px auto 0;
    visibility: hidden; }

  .main {
    background: url(../images/pic3.jpg) no-repeat -359px 140px;
    background-size: 289% !important; }

  .pay_form form input[type="text"], .pay_form form input[type="password"] {
    width: 100%; } }
.s45 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 100%;
  margin: 0;
  min-height: 100%;
  height: 100%;
  background: #32839c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
  font-size: 100%; }

.wrapper {
  position: relative; }

.red {
  color: #ffffff; }

.text1 {
  font-family: 'Roboto', sans-serif;
  font-size: 10em;
  color: #ffffff;
  margin-top: 0.1em;
  margin-bottom: 0;
  line-height: 1;
  text-shadow: 1px 1px 1px #969696; }

.text2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight: 700; }

.text3 {
  color: white;
  font-size: 1em; }

.spirit-bubbles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

ul.return-btn {
  margin-top: 3em; }

ul.return-btn li {
  display: inline-block;
  margin-right: 0.5em; }

ul.return-btn li a .icons-container {
  border: 2px solid #ffffff; }

ul.return-btn li a {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background: transparent;
  padding: 0.3em;
  text-decoration: none;
  font-weight: 400;
  border-radius: 2em;
  width: 15em;
  height: 3em;
  display: block;
  line-height: 2;
  border: 2px solid #ffffff;
  margin-bottom: 0.3em; }

ul.return-btn li a:hover,
ul.return-btn li a:active,
ul.return-btn li a:focus {
  background: rgba(16, 22, 34, 0.61);
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); }

.icons-container {
  border-radius: 2em;
  padding: 0.3em;
  float: right; }

.home-icon {
  background-size: contain;
  height: 1.3em;
  width: 1.3em;
  float: right;
  display: block; }

.return-icon {
  background-size: contain;
  height: 1.3em;
  width: 1.3em;
  float: right;
  display: block; }

@media only screen and (min-width: 768px) {
  .text1 {
    font-size: 18em; }

  .text2 {
    font-size: 2.5em; } }

/*# sourceMappingURL=app.css.map */
