html,
body {
  /* position      : relative; */
  min-height: 100%;
  color: #707070;
  /* padding-bottom: 355px; */
}

/* @media (max-width: 991px) {
  html,
  body {
    padding-bottom: 650px;
  }
} */

.main {
  /* margin-bottom   : -355px; */
  z-index: 1;
  background-color: #fff;
  /* -webkit-box-shadow: 0px 5px 15px 0px hsl(0deg 0% 0% / 10%);
  box-shadow: 0px 5px 15px 0px hsl(0deg 0% 0% / 10%); */
}

/* @media (max-width: 991px) {
  .main {
    margin-bottom: -650px;
  }
} */

section {
  /* padding-top: 150px; */
  padding-bottom: 3.5rem;
}

@media (max-width: 991px) {
  section {
    /* padding-top: 80px; */
    padding-bottom: 1rem;
  }
}

/* Footer */
/* .footer { */
/* position     : fixed; */
/* bottom       : 0; */
/* left         : 0; */
/* width        : 100%; */
/* height       : 350px; */
/* z-index      : -1; */
/* } */

/* @media (max-width: 991px) {
  .footer {
    height: 650px;
    font-size: 0.75em;
  }
} */

img {
  max-width: 100%;
}

pre,
code {
  background: #f8f8f8;
  color: #333;
}

pre {
  border-left: 2px solid #ccc;
  padding: 10px;
}

code {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.4em;
  border-radius: 3px;
}

table {
  empty-cells: show;
  border: 1px solid #cbcbcb;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 1rem;
}

thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

th,
td {
  padding: 0.5em 1em;
}

h1.title,
h2.title {
  font-size: 2.3rem;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px 20px;
  border-left: 5px solid #eee;
  font-style: italic;
}


/* Paginator */
.paginator {
  margin-top: 20px;
  margin-bottom: 80px;
}

/* Navbar */
img.nav-svg-icon {
  width: 1rem;
  height: 1rem;
  padding-bottom: 2px;
}

/* .nav-link { */
/*font-size: 0.8em;*/
/* } */

.mini-logo {
  height: 22px;
  padding-bottom: 5px;
}

/* Home - Header */
/* header.welcome { */
/*padding: 100px 0;*/
/* } */

/* Home - Page */
section.home-page:nth-child(even) {
  /* Alternate the background color */
  background: #FAFAFA;
}

.page-cover-image {
  background-size: cover;
  background-position: center;
}

.page-description {
  color: #b5b5b5;
  font-style: italic;
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16         :9 */
  position: relative;
  height: 0;
}

.video-embed iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ************************************************************ */

/** //NOTE *** Tompidev Custom *** */

.no-link-decoration{color: inherit;}
.no-link-decoration:hover{text-decoration: none; color: inherit;}

@media (max-width: 991.98px) {
  h1{
      font-size: 2rem;
    }
  h2{
      font-size: 1.5rem;
    }
  h3{
      font-size: 1.25rem;
    }
}
.spacer50 {
  height: 3rem;
}

.spacer100 {
  height: 6rem;
}

.spacer150 {
  height: 9rem;
}

@media (max-width: 767.98px) {
  .spacer50 {
    height: 2rem;
  }

  .spacer100 {
    height: 3rem;
  }

  .spacer150 {
    height: 5rem;
  }
}

.contact-block {
  position: absolute;
  width: 100%;
  height: 40px;
  padding: 7px;
  color: #fff;
  line-height: 1.75em;
  z-index: 20;
}
.contact{
  display: inline-block;
  transition: all .4s ease;
}
.contact:hover {
  transform: scale(1.05)
}

.social-icon {
  font-size: 1.2em !important;
  color: #ffffffa8;
  margin-left: 8px;
  transition: all .4s ease;
}

.social-icon:hover {
  color: #fff;
  /* transform: scale(1.3) */
}

.social:hover {
  text-decoration: none;
}

nav {
  background-color: #fff;
  /* border-bottom      : 1px solid #f1f1f1; */
  /* height             : 110px; */
  z-index: 10;
}

@media (min-width: 992px) {
  nav {
    background-color: #fff;
    /* border-bottom      : 1px solid #f1f1f1; */
    /* height             : 110px; */
    z-index: 10;
  }
}

@media (max-width: 991.98px) {
  .my-nav {
    -webkit-box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 15%);
    box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 15%);
  }
}

@media (min-width: 992px) {
  .my-nav {
    position: absolute;
    top: 40px;
    z-index: 10;
    width: 100%;
  }
}

.navbar-brand img {
  height: 5vh;
  max-height: 60px;
  margin: 0.9em 0;
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    margin: 0.15em 0;
  }
}

@media (min-width: 992px) {
  .fixed {
    position: fixed;
    top: -110px;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.slideDown {
  top: 0;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 15%);
  box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 15%);
}

.carousel-caption {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*padding-bottom: 18%;*/
}

@media (min-width: 992px) {
  .header {
    position: relative;
    top: -200px;
    height: 100vh;
  }
  .td-page-cover-image{
    -webkit-box-shadow: 0 0 20px 0 #9e9e9e;
    -moz-box-shadow: 0 0 20px 0 #9e9e9e;
    box-shadow: 0 0 20px 0 #9e9e9e;
  }
}

header .carousel-inner .item img {
  width: 100%;
}

@media (min-width: 992px) {
  .carousel-caption h2 {
    font-size: 50px;
    text-transform: uppercase;
  }
}

.carousel-item {
  height: 100vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-header {
  font-weight: 600;
  padding: 5px;
  margin-bottom: 15px;
}

.google-map {
  box-shadow: 0px 0px 2.7em 0px rgba(0, 0, 0, 0.08);
}

/* Menüpont alatt kifutó vonal */
.nav-item::after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  transition: 0.4s
}

.nav-item:hover::after {
  width: 100%
}

.nav-link {
  transition: 0.2s
}

/* ************************************************************ */

/* //NOTE *** Dropdown menü vezérlése *** */
@media (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .45s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

/* ************************************************************ */

/* //NOTE *** GALLERY BEGIN *** */
.image-gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
}

.gal-item {
  width: 30%;
  margin: 5px;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 767px) {
  .gal-item {
    width: 47%;
    margin: 3px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.gal-image-thumb {
  height: 220px;
  max-height: 250px;
}

.gal-image-thumb img {
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  object-fit: cover;
  cursor: zoom-in;
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
  transition: all 0.6s ease;
}

.gal-image-thumb:hover img {
  width: 100%;
  cursor: zoom-in;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.2);
  transition: all 0.85s ease;
  cursor: zoomIn;
}

.gal-image-thumb:focus+.image-modal {
  display: block;
}

@media (max-width: 767px) {
  .gal-image-thumb img {
    width: 100%;
    max-height: 170px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: zoom-in;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: all 0.5s ease;
  }
}

.image-modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(44, 44, 44, 0.6);
  cursor: zoom-out;
}

.gal-image-big {
  max-height: 80%;
  margin: auto;
  display: block;
  /* box-shadow: 0px 0px 200px 40px rgba(239, 194, 250, 0.65); */
}

/* Add Animation */
.gal-image-big {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* ************************************************************ */

/* //NOTE *** Szobák oldali kártyák *** */
.rooms-image {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.rooms-text {
  height: 400px;
  padding: 15px;
  text-align: center;
}

.rooms-text-inner {
  height: 55%;
  padding-top: 30%;
}

.rooms-button {
  height: auto;
}

.td-title-shadow {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}

h1.title,
h2.title {
  font-size: 2em;
  font-weight: 400;
}

@media (max-width: 991px) {
  .rooms-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .rooms-text {
    height: 300px;
    padding: 15px;
    text-align: center;
  }

  h1.title,
  h2.title {
    font-size: 1.5em;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .rooms-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .rooms-text {
    height: 200px;
    padding: 10px;
  }

  .rooms-text-inner {
    padding-top: 25px;
  }
}

/* ************************************************************ */

.card-hover {
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.card-hover a{
  text-decoration: none;
}

.card-hover:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(66, 66, 66, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(66, 66, 66, 0.25);
}

.card-image {
  height: 10rem;
  max-height: 15rem;
  object-fit: cover;
}

.card-no-image {
  height: 10rem;
  max-height: 15rem;
  object-fit: scale-down;
  background-color: #f7f7f7;
}

.card-body p {
  color: #707070;
}
