.main-logo-login {
  max-width: 100%;
  padding-right: 20px;
}

/* ----------------------------------------------------------------
    BODY
-----------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body .body-inner {
  padding: 0;
  margin: 0;
}
body .container-wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 1024px) {
  body .body-inner {
    width: 100%;
    margin: 0;
  }
  body .container-wide {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  body.boxed .body-inner {
    float: none;
    width: 1200px;
    margin: 0 auto;
  }

  body.modern .body-inner .container {
    max-width: 1500px;
  }

  body.frame:before, body.frame:after {
    border: 10px solid #fff;
    content: "";
    position: fixed;
    width: auto;
    height: 20px;
    z-index: 200;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
  }
  body.frame:after {
    bottom: 0;
  }
  body.frame .body-inner {
    padding: 20px;
  }
  body.frame .body-inner:before, body.frame .body-inner:after {
    border: 10px solid #fff;
    content: "";
    position: fixed;
    width: 20px;
    z-index: 200;
    box-shadow: 0px 10px 14px 0 rgba(0, 0, 0, 0.1);
    top: 20px;
    bottom: 20px;
    left: 0;
    right: auto;
  }
  body.frame .body-inner:after {
    left: auto;
    right: 0;
    box-shadow: 0px 10px 14px 0 rgba(0, 0, 0, 0.1);
  }
  body.frame #scrollTop {
    right: 46px;
  }
}
.container-fullwidth {
  margin: 0 auto;
}
.container-fullwidth .row {
  padding-left: 15px;
  padding-right: 15px;
}

/* Sections */
section {
  /*padding: 80px 0;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
 /* background-color: #ffffff;*/
}

@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}
body.dark {
  background-color: #181818;
  color: #999999;
}

section.dark,
.dark section {
  background-color: #181818;
  color: #999999;
}


/* ----------------------------------------------------------------------
Forms
-------------------------------------------------------------------------*/
.form-control {
  border: 1px solid #e6e8eb;
  border-radius: 5px;
}

form .btn {
  padding: 12px 14px;
}

input:not([type="checkbox"]):not([type="radio"]),
select {
  line-height: 18px;
  padding: 10px 16px;
  min-height: 40px;
  font-size: 1.2rem;
}

.input-group-append {
  margin-left: -4px;
}
.input-group-append .btn,
.input-group-append button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 40px;
}
.input-group-append .btn i,
.input-group-append button i {
  margin-right: 0px;
}

.input-group-prepend .btn,
.input-group-prepend button {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group-prepend .btn i,
.input-group-prepend button i {
  margin-right: 0px;
}
.input-group-prepend + input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group .input-group-btn {
  margin-left: -4px;
}
.input-group .input-group-btn .btn,
.input-group .input-group-btn button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group-lg .btn {
  padding: 16px 20px;
  font-size: 14px;
}

.input-group-text {
  border: 0;
}

.input-group-text i {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 1.2rem;
}

.form-group label:not(.error) {
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 4px;
  color: #777777;
}

.form-inline button {
  margin: 0px;
}

.form-group > label {
  display: block;
}

.has-feedback label ~ .form-control-feedback {
  top: 44px;
}

.is-invalid:not(.form-control) {
  font-size: .8rem;
  color: #CE041C;
}

.is-invalid,
.is-valid {
  display: block;
  clear: both;
  width: 100%;
}

input[type="checkbox"].form-control {
  float: left;
  width: auto;
  margin-right: 13px;
  height: 24px;
  cursor: pointer;
}

input[type="color"] {
  width: 100%;
  height: 100%;
  min-height: 3px;
  padding: 0;
  border: 0px;
  cursor: pointer;
}
input[type="color"]:focus {
  box-shadow: none;
}

/*form select*/
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

select {
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/dropdown-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  border: 1px solid #e6e8eb;
  border-radius: 5px;
}

select[multiple] {
  background-image: none !important;
}

.order-select > h6 {
  margin-bottom: 0;
}
.order-select p {
  font-size: 13px;
}

.button-search {
  background-color: #fff;
  border-color: #e6e8eb #e6e8eb #e6e8eb;
  border-style: solid;
  border-width: 1px 1px 1px 0 !important;
  box-shadow: none;
  margin-left: -6px !important;
  z-index: 2 !important;
}

/* ----------------------------------------------------------------------
 Reservation form
-------------------------------------------------------------------------*/
.reservation-form-over {
  top: -80px;
  z-index: 10;
  margin-bottom: -80px;
  overflow: inherit;
  background-color: transparent;
}

.reservation-form {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  min-height: 160px;
  padding: 30px;
  position: relative;
  z-index: 9999 !important;
}
.reservation-form label {
  color: #555;
}
.reservation-form input,
.reservation-form select {
  border: 0px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e6e8eb;
  width: 100%;
}
.reservation-form .date input {
  border-radius: 4px 0 0 4px;
  border-width: 2px 0 2px 2px;
}
.reservation-form .input-group-addon {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff !important;
  border-color: #ddd;
  border-image: none;
  border-style: solid;
  border-width: 2px 2px 2px 0;
}
.reservation-form input,
.reservation-form select {
  color: #555;
  display: block;
  font-size: 15px;
  line-height: 1.42857;
  padding: 8px 14px;
  width: 100%;
}

/*reservation form style 2*/
#book {
  background-color: rgba(0, 0, 0, 0.4);
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 40px;
}

/* Fixes */
.widget .input-group-text {
  height: 40px;
}

.list-group input[type="radio"] {
  display: none;
}

.list-group input[type="radio"] + .list-group-item {
  cursor: pointer;
}

.list-group input[type="radio"]:checked + .list-group-item {
  background-color: #f8f9fa;
}

.form-control-lg {
  height: calc(1.8em + 1.3rem + 5px);
  padding: .5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

.center {
  float: none !important;
  margin: 0 auto;
}

.background-white {
  background-color: #fff !important;
}


/* ----------------------------------------------------------------------
  Parallax
-------------------------------------------------------------------------*/
#page-title[data-bg-parallax],
[data-bg-parallax] {
  background-color: #181818;
}

.parallax-container {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0;
  transition: opacity .5s linear;
}

.parallax-container.parallax-responsive {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important;
}

.img-loaded {
  opacity: 1;
}

[data-bg-image] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
[data-bg-image]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #181818;
  transition: opacity .5s linear;
}
[data-bg-image].bg-loaded::before {
  opacity: 0;
}

body[data-bg-image] {
  background-attachment: fixed;
  background-position: top center;
}


.b-r-6 {
  border-radius: 6px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}


button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
  font-family: "Nunito Sans", sans-serif;
  border-radius: 5px 5px 5px 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  text-decoration: none;
  outline: none;
  padding: 12px 18px;
  position: relative;
  text-transform: uppercase;
  background-color: #0060af;
  border-color: #003c6e;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  transition: all 0.3s;
  margin-bottom: 6px;
  outline: none;
  line-height: 14px;
  cursor: pointer;
  width: 100%;
}


.text-center {
  text-align: center;
}



.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a,
.text-white i {
  color: #fff !important;
}

.text-bottom {
  font-size: 12px;
}


.small, small {
    font-size: 12px;
    font-weight: 400;
}

.fullscreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
}
.fullscreen .container,
.fullscreen .container-wide {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 80px;
  /*margin-bottom: 40px;*/
}
.fullscreen .container-fullscreen {
  width: 100%;
}


.box {
  background-color: #000000;
  width: 100%;
  height: 100%
}

.tag {
  font-style: italic;
  padding-bottom: 50px;
}


@media (max-width: 479px) { 
  .text-bottom{
    text-align: left !important;
  }
  
  }

.bottom-line {
    padding: 20px 50px;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.pt-100 {
  padding-top: 100px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-100 {
  padding-bottom: 100px;
}
.td-width{
  width: 500px;
}
.version{
  text-align: center;
  color: #fff;
}