/* FONTY */
@font-face {
  font-family: helveticaneue;
  src: url('../fonts/helveticaneue.ttf') format('truetype');
}
@font-face {
  font-family: scrgunny;
  src: url('../fonts/scrgunny.ttf') format('truetype');
}

#obsahova-stranka p {
  font-size: 1rem!important;
}


/* ZAKLADNI */
html, body {
  font-family: helveticaneue, Helvetica, sans-serif;
  font-size: 100%;

}
a {
  color: inherit;
}
a, a:hover {
  transition: ease-in-out color 250ms;
  text-decoration: none;
}
a:hover {
  color: #CFA772;
}

/* HLAVICKA */
header {
  color: #fff;
  background: #B11212;
}


.contact {
  position: relative;
  z-index: 2;
}

header .top {
  font-size: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
header .top p {
  margin-bottom: 0rem;
}
header .top p img {
  margin-top: -0.25rem;
  margin-right: 0.25rem;
  height: 1.25rem;
}
header .symbol img {
  height: 2rem;
  margin-bottom: 0.9375rem;
}
header .bali img {
  height: 2rem;
  margin-bottom: 0.8125rem;
}
header .oriental-spa img {
  height: 1.3125rem;
  margin-bottom: 1.875rem;
}

header .content {
  position: relative;
  z-index: 2;
}
p.content {
  text-align: justify;
  font-size: 1rem;
}


/* ESHOP NAVIGACE */
#eshop-navbar {
  background-color: #CFA772;
}


#eshop-navbar .navbar-text{
  color: #FFF;
}

#eshop-navbar ul li > a  {
  font-size: 1rem;
  font-weight: 400;
  /*background-color: #B11212 !important;*/
  /*border-color: #e83030 !important;*/
  border-radius: 4px;
  padding: 3px 1rem;

}


#eshop-navbar ul li > a:hover  {
  color: #fff;
}


#eshop-navbar a.btn  {
  background-color: #B11212 !important;
  border-color: #B11212 !important;
  color: #fff;
  /*padding: 0;*/
}

#eshop-navbar a:hover  {
  /*color: #000;*/
  /*background-color: transparent;*/
}


#eshop-navbar ul li a.btn-cart {
  font-size: 1rem;
  font-weight: 400;
  /*background-color: #B11212 !important;*/
  /*border-color: #B11212 !important;*/
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 4px;
  padding: 3px 1rem;
  /*font-size: 1rem;*/
  /*font-weight: 400;*/
}


#eshop-navbar ul li a.btn-user {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  border-radius: 4px;
  padding: 3px 1rem;
}

#eshop-navbar ul li a.btn-sign-out {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  border-radius: 4px;
  padding: 3px 1rem;
}



#eshop-navbar ul li a.btn-cart span {
  padding: 0 5px;
}


/* NAVIGACE */
#navigace-front {
  background: #000!important;
  font-size: 1rem;
}
#navigace .navbar-toggler {
  color: #CFA772 !important;
  padding: 0rem;
  border: none;
  line-height: 1.875rem;
  margin-left: -0.375rem;
}

#navigace .navbar-toggler-icon {
  padding-top: 5px;
}

.nav-item, .nav-link, .nav-link:active {
  color: #fff;
  /*font-size: 1.625rem;*/
}
.nav-item.active, .nav-item:hover {
  color: #CFA772;
}
.nav-item a {
  float: left;
}

.nav-item span {
  float: left;
}

.nav-item span {
  padding: 5px;
  color: #fff !important;
}

nav .dropdown-menu {
  background-color: #000;
  border: 0!important;
  border-radius: 0;
  top: 50px;
  /*left: -30px;*/
  min-width: 200px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  width: 100%;
}

nav .dropdown-menu a {

  line-height: 2rem;
  color: #fff;
  background-color: transparent;
}
nav .dropdown-menu a:hover  {
  color: #CFA772 !important;
  background-color: transparent;
}

/* CAROUSEL */
.carousel, .carousel-inner, .carousel-item img {
  /*height: 50vw;*/
}

.carousel-item img {
  object-fit: cover;
}
.carousel-indicators li {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  transition: opacity ease-in-out .7s;
}
.carousel-control {
  height: 5rem;
  width: 5rem;
}
.carousel-indicators li.active {
  background-color: #fff;
}
.carousel .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-in-out .7s;
}
.carousel .carousel-item.active {
  opacity: 1 !important;
}

/* OBSAH */
section {
  padding: 5.625rem 0;
}
.heading-symbol {
  margin-bottom: 1.25rem;
}
.heading {
  color: #CFA772;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 3.75rem;
}
.content h3 {
  /*text-indent: 2rem;*/
  font-size: 1.375rem;
}
h3 {
  text-decoration: underline;
}


#o-nas .content {
  font-size: 1.2rem !important;
  text-align: justify;
  font-weight: 100;
  line-height: 2rem;
}



/*#akcni-nabidka h3 {*/
  /*text-transform: uppercase;*/
  /*font-size: 1.2rem !important;*/
  /*font-weight: bold;*/
  /*color: #E6E2CC;*/
/*}*/

/*#akcni-nabidka hr {*/
  /*display: block; height: 1px;*/
  /*border: 0; border-top: 1px solid #fff;*/
  /*opacity: 0.16; margin: 4rem auto;*/
  /*max-width: 25rem; padding: 0;*/
/*}*/

/*#akcni-nabidka .read-more {*/
  /*font-style: italic;*/
  /*font-size: 1.2rem !important;*/
  /*color: #CA9E63;*/
/*}*/

#nabidka-sluzeb .content {
  position: relative;
  z-index: 2;
}

#nabidka-sluzeb .content.services-categories{

}

#nabidka-sluzeb .content.services-categories a{
  font-family: scrgunny, sans-serif;
  text-align: center;
  font-size: 2.3rem;
  color: #C4BFA1;
}

/* SLUZBY */
#nabidka-sluzeb, #kontakt {
  background: #F8F6EC;
  /*background: #F8F6EC url("../img/services_bg.png") no-repeat bottom;*/
  background-size: cover;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
#nabidka-sluzeb-bg {
  background: url("../img/budha.jpg") no-repeat center fixed;
  background-size: cover;
  height: 50vh;
}

#kontakt .heading-symbol, #kontakt .heading {
  position: relative;
  z-index: 2;
}
.service {
  z-index: 2;
}

.service .service-pic {
  border-radius: 50%;
  border: 8px solid #E6E2CC;
  box-sizing: border-box;
  overflow: hidden;
  margin: 1rem;
  position: relative;
  z-index: 2;
  /*margin-bottom: 0.25rem;*/
}


.service .service-pic.active {
  border: 8px solid #d2af7d;
}

.service .service-pic img {
  object-fit: cover;
  width: 100%;
}

.service p {
  font-family: scrgunny, sans-serif;
  font-size: 2.5rem;
  color: #C4BFA1;
}

/* AKCNI NABIDKA */
#akcni-nabidka {
  background-color: #B11212;
  color: #fff;
}


#akcni-nabidka .content {
  position: relative;
  z-index: 2;
}


#akcni-nabidka hr {
  display: block; height: 1px;
  border: 0; border-top: 1px solid #fff;
  opacity: 0.16; margin: 4rem auto;
  max-width: 25rem; padding: 0;
}

#akcni-nabidka{
  /*max-width: 59rem;*/
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

#akcni-nabidka .article-header h3 {
  position: relative;
  /*text-decoration: none;*/
  font-size: 1.5rem;
  margin-bottom: 1rem;
  float: left;
}

#akcni-nabidka .article-header .article-date {
  float: right;
  text-align: right;
  font-size: 1rem ;
}

#akcni-nabidka .article-body .content {
  font-size: 1.2rem !important;
  text-align: justify;
  line-height: 1.8rem;
  color: #E6E2CC;
}

#akcni-nabidka .article-footer a {
  position: relative;
  color: #CFA772;
  font-size: 1.2rem;
  font-style: italic;
}

#akcni-nabidka .content  {
  font-size: 1.2rem !important;
  text-align: justify;
  line-height: 1.8rem;
  color: #E6E2CC;
}

#akcni-nabidka  {
  padding: 5.625rem 0;
}

#akcni-nabidka .content p {
  margin-bottom: 0;
}

/* REZERVACE */
.no-marg div:last-child {
  margin-bottom: 0;
}
.black {
  background-color:  #000;
  padding: 2.5rem;
  max-width: 53.125rem;
  margin: 0 auto;
}
.black h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.25rem;
}
.black h5 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.black h4, .black h5 {
  color: #F8F6EC;
  margin-bottom: 0;
}
.reservation-form {
  background: #F8F6EC;
  /*padding: 1rem;*/
  /*max-width: 53.125rem;*/
  margin: 0 auto;
  /*padding: 2rem 0;*/
  padding: 2rem 1rem;

}


#reservation_send {
  display: none;
}

#reservation_submit_btn > span {
  display: none;
}
.reservation-form hr {
  display: block; height: 1px;
  border: 0; border-top: 1px solid #E6E2CC;
  margin: 2.5rem auto; padding: 0;
}

.reservation-form .alert {
  margin-bottom: 1rem!important;
}

#cart-section {

}

.reservation-form .input-group {
  margin-bottom: 1.25rem;
}

.reservation-form .input-group.no-bg .input-group-text {
  background: transparent !important;
  border-color: transparent !important;
}

.reservation-form .input-group,.reservation-form  .input-group input,.reservation-form  .input-group select {
  /*height: 3.75rem;*/
  border-left: none;
  border-color: #E6E2CC;
  font-size: 1.25rem;
  min-height: 3rem;
}

.reservation-form .input-group .help-block {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  float: right;
}

.reservation-form .input-group .form-control,.reservation-form  .input-group .custom-select,.reservation-form  .input-group label {
  /*color: #bbbbbb;*/
  font-size: 1rem!important;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.reservation-form .form-control::-webkit-input-placeholder { /* Edge */
  color: #bbbbbb;
}

.reservation-form .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbbbbb!important;
}

.reservation-form .form-control::placeholder {
  color: #bbbbbb;
}

.reservation-form .custom-select:disabled {
  color: #bbbbbb;
  background-color: #e9ecef;
}

.reservation-form form input[type="checkbox"] {
  width: 1.25rem !important;
  height: 1.25rem;
}
.reservation-form form input.price {
  margin-right: 1rem;
  background-color: #fff !important;
}
.reservation-form form input.has-code {
  padding: 1.40625rem 0;
  margin: 0;
}
.reservation-form form label {
  padding-top: 1.1rem;
}

.reservation-form .input-group-text {
  background: #fff;
  border-color: #E6E2CC;
}

.reservation-form .input-group-text img {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}
.reservation-form .btn-reserve, .btn-reserve:hover, .btn-reserve:focus {
  background-color: #56B759 !important;
  border-color: #449346 !important;
  font-size: 1.25rem;
  color: #fff;
  max-width: 28.125rem;
  height: 3rem;
}
.reservation-form .btn-reserve:hover, .btn-reserve:focus {
  opacity: 0.5;
}

.reservation-form .input-group-category {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;

}

.reservation-form .input-group-category a {
  font-size: 1rem;
  width: 25%;
  color: #bbb;
  background-color: #FFF;
  border-color: #bbb;
  min-height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reservation-form .input-group-category a.active {
  color: #FFF;
  background-color: #56B759 !important;
  border-color: #449346 !important;
  font-weight: bold;
}

.col-centered {
  margin: 0 auto;
  float: none;
}

/* KONTAKT */
.contact {
  color: #CFA772;
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 50rem;
}

/* MAPA */
#mapa {
  display: flex;
  position: relative;
  min-height: 34.375rem;
  max-height: 34.375rem;
  /*background: url(../img/map.png) no-repeat center;*/
  /*background-size: cover;*/
  background-color: #F8F6EC;
;
}

#mapa iframe {
  width: 100%;
  opacity: 0.5;
  transition: opacity .25s;

}

#mapa:hover iframe{
  width: 100%;
  opacity: 1;
  transition: opacity .25s;

}

#toTop {

  z-index: 9999;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* PATICKA */
footer {
  height: 3.75rem;
  font-size: 1.25rem;
  line-height: 3.75rem;
}

#navigace {
  /*display: flex;*/
  justify-content: center;
}

#navigace ul.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-transform: lowercase;
}

.content-service {
  padding: 15px 0;
}

.top {
  position: relative;
  z-index: 2;
}

#content .content {
  padding: 1rem;

}

#content .content p {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: justify;
}

#content .content-service p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
}

.service-img-wrapper {
  z-index: 2;
  position: relative;
  display: block;
  max-height: 180px;
  height: 180px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  overflow: hidden;
  margin-bottom: 1rem;
}

.service-img-wrapper a img {
  width: 100%;
  height: auto;
}


.service-img-wrapper.category{
  z-index: 2;
  position: relative;
  display: flex;
  height: 300px;
  max-height: 300px;
  border-radius: 4px;
  margin-bottom: 3rem;

}

.service-img-wrapper.category a {
  position: relative;
  height: 100%;

}

.service-img-wrapper.category a img {
  position: absolute;
  display: flex;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  bottom: 0;
  left: 0;

}

.parallax-container {
  position: relative;

}

.parallax-wrapper {
  padding: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /*width: 1140px;*/
  /*border: 1px solid #000;*/
  /*max-width: 1140px;*/
  /*max-height: 768px;*/

}

.parallax_bg {
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  /*border: 1px solid #000;*/
  background: url('../img/parallax_bg_default.jpg') no-repeat fixed 50% 35%;

  background-size: 700px;
}

.parallax_bg.red {
  z-index: 0;
  background: url('../img/parallax_bg_red.jpg') no-repeat fixed 50% center;
  position: absolute;
  /*border: 1px solid #000;*/
  opacity: .5;
  background-size: 700px;

}

.parallax_bg.op {
  /*opacity: .5;*/
}

#header_bg.parallax_bg {
  background-position: 50% -10%;
  background-size: 700px;

}

/*#services_bg.parallax-bg {*/
  /*background-position: center 100%;*/
/*}*/

/*#action_bg {*/
  /*background-position: center 100%;*/
/*}*/

/*#contact_bg {*/
  /*background-position: center 100%;*/
/*}*/


.contact .contact-section {
  text-align: left;
  width: 100% !important;
}

/* MOBILE */
@media (max-width:575px) {

  /*body {padding-top: 2.8rem;}*/
  #navigace .navbar {position:fixed;top:0;right:0;left:0;z-index: 999;}
  #navigace  ul li {

    width: 100%;
    text-align: center;
    position: relative;
  }

  #navigace .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mb-xs {margin-bottom: 2rem;}
  /*.contact {padding-left: 4rem;}*/


  .contact .contact-section {
    text-align: center;
    width: 100%;
  }

}

/* DESKTOP */
@media (min-width: 1300px) {


  #navigace ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* ZAKLADNI */
  /*.container {*/
    /*width: 1300px;*/
    /*max-width: 1300px;*/
  /*}*/
}

@media (min-width: 1200px) {

  /* ZAKLADNI */
  html, body {
    /*font-size: 100%;*/
  }

  /* HLAVICKA */
  header {
    box-sizing: border-box;
    /*min-height: 19.375rem;*/
    /*max-height: 19.375rem;*/
    /*background: #B11212 url(../img/header_bg.png) no-repeat top;*/
    background-size: cover;
    color: #fff;
    /*overflow: hidden;*/
  }
  header .top {
    font-size: 1.25rem;
    padding-top: 1.5625rem;
    margin-bottom: 1.25rem;
  }
  header .symbol img {
    height: 3.4375rem;
    margin-top: -2.8125rem;
    margin-bottom: 0.9375rem;
  }
  header .bali img {
    height: 5.625rem;
    margin-bottom: 0.8125rem;
  }
  header .oriental-spa img {
    height: 1.3125rem;
    margin-bottom: 1.875rem;
  }

  /* NAVIGACE */
  #navigace .navbar {
    background-color: #000;
    height: 3.75rem;
    /*min-height: 3.75rem;*/
    /*max-height: 3.75rem;*/
  }
  #navigace .nav-item, .nav-link, .nav-link:active {
    color: #fff;
    display: inline-block;
    /*font-size: 1.625rem;*/
    /*line-height: 3.75rem;*/
    font-size: 1.2rem;


  }

  .nav-item > span {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-item.active, .nav-item:hover {
    color: #CFA772;
  }

  /* CAROUSEL */
  .carousel, .carousel-inner, .carousel-item img {
    /*height: 50vw;*/
    object-fit: cover;

  }

  /* CAROUSEL */
  .carousel, .carousel-inner {
    height: 720px;
  }

  #o-nas .content {
    font-size: 1.2rem !important;
    text-align: justify;
    font-weight: 100;
    line-height: 2rem;
  }

  /*p.content   {*/
    /*font-size: 1.2rem;*/
    /*line-height: 2rem;*/
    /*font-weight: 100;*/
  /*}*/

  #toTop {
    right: 50px;
    bottom: 50px;
    width: 50px;
    height: 50px;

  }

  .reservation-form {
    background: #F8F6EC;
    max-width: 53.125rem;
    margin: 0 auto;
  }

}

@media (min-width: 992px) {

  #navigace .navbar > .container {
    width: 100%;
    max-width: 100%!important;
  }

  #navigace ul.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .reservation-form {
    background: #F8F6EC;
    max-width: 53.125rem;
    margin: 0 auto;
  }


  .contact .contact-section {
    text-align: left;
  }
}

@media (max-width: 1000px) {

  .service .service-pic {

    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    /*margin-bottom: 0.25rem;*/
  }

  .service-img-wrapper.category{
    height: 150px;
    max-height: 150px;
  }

  .service-img-wrapper.category a img {
    width: 100%;
    max-width: 100vw;
    height: 150px;
  }

  #content .content p img {
    width: 100%;
    max-width: 100vw;
    height: auto;
  }


  .contact .contact-section {
    text-align: center;
  }

  #content .content {
    padding: 0;
  }

  #content .content p {
    text-align: justify;
  }


  #content .content .col-sm-12  {
    text-align: center;
  }

  #content .content .btn {
    margin-top: 1rem;
    padding: 1rem;
  }

  #content .content-service h2 {
    text-align: center!important;
  }


  .carousel-control {
    height: 3rem;
    width: 3rem;
  }

  .container.parallax-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .parallax-wrapper {
    left: 0;
    top: 0;
    margin: 0;

  }
  .parallax_bg {
    background-position: 50% bottom;
    background-size: 500px;

  }

  .parallax_bg.red {
    background-position: 50% 0 !important;
    background-size: 500px;
  }


  #akcni-nabidka article h3 {
    text-decoration: none;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center!important;
  }

  #akcni-nabidka article .article-content {
    text-align: justify;
    font-size: 1rem;

  }

  #akcni-nabidka article .article-date {
    float: none;
    text-align: center;
    font-size: 1rem ;
  }

  #nabidka-sluzeb, #kontakt {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }



  .reservation-form .input-group-category {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;

  }

  .reservation-form .input-group-category a {
    font-size: .75rem;
  }

}

.text-fix {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left-border input {
  border-left: 1px solid #E6E2CC;
}

