@charset "UTF-8";

@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.ttf);
}
@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Italic.ttf);
    font-weight: italic;
}
body {
	padding-bottom: 0px;
	color: #5a5a5a;
}
body, input, textarea, select{font-family:Verdana, Geneva, sans-serif;font-size: 16px;}
h1, h2, h3, h4, h5, h6, .heading{font-family: Lora, serif;}

/* NAVBAR
-------------------------------------------------- */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-default {
  background-color: #880202;
  border-color: #c0392b; 
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #FFD595;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFD595;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #880202;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #FFD595;
  background-color: #c0392b;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #c0392b;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #FFD595;
  background-color: #c0392b;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFD595;
  background-color: #c0392b;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #FFD595;
  background-color: #c0392b;
}
.navbar-default .navbar-toggle {
  border-color: #c0392b;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c0392b;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #FFD595;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFD595;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFD595;
    background-color: #c0392b;
  }
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  font-size: 14px;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0px;
}
.kiemelt_menu {
  background-color: #3465a0;
}
.navbar-brand, .navbar-nav > li > a {
  line-height: 84px;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.navbar-default .navbar-brand {
  font-family: Lora, serif;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #FFD595;
}
.navbar-default .navbar-brand > img {
  float: left;
  height: 84px;
  width: 84px;
  border-radius: 50%;
  margin-top: 0px;
}
@media (max-width: 1280px) {
	.navbar-wrapper {
	  font-size: 12px;
	}
	.navbar-wrapper .navbar {
	  padding-right: 6px;
	  padding-left: 6px;
	}
	.navbar-brand, .navbar-nav > li > a {
	  line-height: 70px;
	  height: 70px;
	}
	.navbar-default .navbar-brand {
	  font-size: 20px;
	}
	.navbar-default .navbar-brand > img {
	  height: 60px;
	  width: 60px;
	}
}
@media (max-width: 991px) {
	.navbar-wrapper {
	  font-size: 11px;
	}
	.navbar-wrapper .navbar {
	  padding-right: 6px;
	  padding-left: 6px;
	}
	.navbar-brand, .navbar-nav > li > a {
	  line-height: 60px;
	  height: 60px;
	}
	.navbar-default .navbar-brand {
	  font-size: 16px;
	}
	.navbar-default .navbar-brand > img {
	  height: 50px;
	  width: 50px;
	}
	.nav > li > a {
	  padding-left: 10px;
	  padding-right: 10px;
	}
}

/* CAROUSEL
-------------------------------------------------- */
.carousel {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	margin-bottom: -30px;
}
@media (max-width: 1280px) {
	.carousel {
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	.carousel {
		margin-top: 20px;
	}
}
.carousel-title {
	border-radius: 6px;
	max-width: 50%;
	z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
    text-align: center;
	color: #FFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	background-color: rgba(100, 100, 100, .3);
}
@media (max-width: 767px) {
	.carousel-title {
		max-width: 80%;
	}
	.carousel-title h1 {
		font-size: 22px;
	}
}
.top-left {
	position: absolute;
	left: 20px;
	top: 20px;
}
.top-right {
	position: absolute;
	right: 20px;
	top: 20px;
}
.bottom-left {
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.bottom-right {
	position: absolute;
	right: 20px;
	bottom: 30px;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control {
	width: 10%;
	font-size: 30px;
	color: #990000;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control:hover, .carousel-control:focus {
	color: #990000;
	filter: alpha(opacity=90);
	opacity: .9;
}
.uni-carousel-indicators {
	position:absolute;
	top: auto;
	bottom: -4px;
}
.uni-carousel-indicators li {
	background-color: #EDEDED;
	background-color: rgba(130, 0, 0, 0.1);
	border: 1px solid #FFF;
	border-radius: 10px;
}
.uni-carousel-indicators li.active, .uni-carousel-indicators li:hover {
	background-color:#990000;
}

/* Other
-------------------------------------------------- */
.btn-details {
	color: #fff;
	background-color: #EC9700;
	border-color: #DD8F00;
	text-transform: uppercase;
}
.btn-contact {
	color: #fff;
	background-color: #990000;
	border-color: #AA0000;
	text-transform: uppercase;
}
.section-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-wrapper-color1 {
	background-color: #FFF1DD;
}
.section-wrapper-color2 {
	background-color: #26253A;
}
.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.flexible-container {
    position: relative;
    padding-bottom: 400px;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    overflow: hidden;
}
.flexible-container iframe, .flexible-container object, .flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.cegadat_table {
	margin-bottom: 30px;
}
.cegadat_table td {
	padding: 5px;
	vertical-align: top;
}
a.back-to-top {
	font-size: 30px;
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background-color: #880202;
	color: #FFF1DD;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	padding: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.magnifying_glass {
	position: relative;
}
.magnifying_glass p {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: white;
}
.mobile-no-display {
	display: visible;
}
@media (max-width: 767px) {
	.mobile-no-display {
		display: none;
	}
}

/* Introduction
-------------------------------------------------- */
.introduction .image_border {
	padding: 20px 20px 20px 20px;
}
.introduction h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	color: #990000;
}
.introduction h2 {
	font-weight: normal;
	text-align: center;
	color: #990000;
}
.introduction h3 {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	color: #990000;
	font-size: 20px;
}
.introduction h4 {
	text-align: center;
	color: #990000;
	font-size: 18px;
}
.introduction p {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
.introduction .munkatarsak p {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.introduction .price-cell {
	height: 26em;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #990000;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.introduction .price-cell:hover {
	background-color: #FFF;
}
.introduction .price {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 130px;
    width: 130px;
    height: 130px;
    margin: 1.15em auto 0.3em;
    border-radius: 50%;
    background: #FFC160;
	color: #FFF;
	text-align: center;
}
.introduction .price-cell p {
	text-align: center;
}
.introduction .price-cell h3 {
	font-size: 24px;
	text-align: center;
}
.kiemeles {
	font-weight: bold;
}

.introduction .price-cell2 {
	height: 30em;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #990000;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.introduction .price-cell2:hover {
	background-color: #FFF;
}
.introduction .price-cell2 p {
	text-align: center;
}
.introduction .price-cell2 .kiemeles {
	font-weight: bold;
	font-size: 0.9em;
}
.introduction .price-cell2 h3 {
	font-size: 24px;
	text-align: center;
}


/* Footer
-------------------------------------------------- */
.section-footer {
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #26253A;
	color: #FFF;
}
.section-footer a:hover, .section-footer a:focus {
    color: #CBCBCB;
    text-decoration: none;
}
.section-footer a {
    color: #FFF;
    text-decoration: underline;
}

/* Kezelesek
------------------------------------------------- */
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}
.kezeles-caption {
	border-radius: 6px;
	z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
    text-align: center;
	color: #FFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	background-color: rgba(100, 100, 100, .3);
	margin-left: auto;
	margin-right: auto;
}
.kezeles-prolog h3{
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 5px solid #ffa400;
	padding-left: 14px;
	padding-right: 14px;
}
.parallax_image{
	position: relative;
	height: 60vh;
	overflow: hidden;
}
.parallax_image > .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
	.parallax_image h1 {
		font-size: 26px;
	}
}


.winter_image {
	background-image: url(../images/christmas.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:100%;
	border: 3px solid #FBFBFB;
}
.winter_image .modal-body .title {
	font-size: 24px;
	text-align: center;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
	color: #FFF;
	font-weight: bold;
}
.winter_image .modal-body .opening {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	background-color: rgba(200, 200, 200, .6);
	border-radius: 4px;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
}
.winter_image .modal-footer {
	border: none;
}
.winter_image .modal-header {
	border: none;
}
e-contact1::after {
	content: attr(data2);
}
e-contact1::before {
	content: attr(data1)
}
e-contact2::after {
	content: attr(data1);
}
e-contact2::before {
	content: "\0040" attr(data2);
}


.collapsible-panel-preview {
	max-height: 440px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.8s ease-in-out;
}
.collapsible-panel-preview.expanded {
	max-height: 2000px;
}
.collapsible-panel-preview:not(.expanded):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255,241,221,0) 0%, rgba(255,241,221,1) 100%);
	transition: opacity 0.3s ease;
}
.collapsible-panel-preview.expanded:after {
	opacity: 0;
}
.toggle-icon {
	cursor: pointer;
	font-size: 20px;
	color: #990000;
	transition: transform 0.3s ease;
	display: inline-block;
}

.toggle-icon.expanded {
	transform: rotate(180deg);
}

.toggle-icon:hover {
	color: #dbac35;
}

.tabbed-panel {
    margin-bottom: 20px;
    background-color: #fff;
	border-color: #FFF1DD;
    border: 1px solid #FFF1DD;
    border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tabbed-panel .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0;
}
.tabbed-panel a {
    color: #5a5a5a;
    text-decoration: none;
}
.tabbed-panel .nav-tabs > li.active > a, .tabbed-panel .nav-tabs > li.active > a:hover, .tabbed-panel .nav-tabs > li.active > a:focus {
    color: #880202;
    cursor: default;
    background-color: #FFF1DD;
    border: 1px solid #ddd;
    border-bottom-color: #FFF1DD;
}
.tabbed-panel .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-top: -2px;
    margin-left: -2px;
}
.tabbed-panel .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #FFF1DD;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tabbed-panel .panel-body {
    padding: 15px;
	background-color: #FFF1DD;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}



/* popup az első oldalon */
.popup-container {
	position: fixed;
    top: 20px;
    right: -400px;
    width: 350px;
    height: 200px;
    background-image: url(../images/slider8.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    overflow: visible; /* visible-re változott */
    transition: right 0.5s ease-in-out;
    z-index: 9999;
}

/* Amikor látható */
.popup-container.show {
	right: 20px;
}

/* Átlátszó overlay a szöveg olvashatóságához */
.popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

/* Bezárás gomb */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}

.close-btn:hover {
	background: rgba(255, 255, 255, 1);
}

/* Felirat */
.popup-title {
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Link gomb */
.popup-link {
	display: inline-block;
	padding: 12px 30px;
	background-color: #ff6b6b;
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-weight: bold;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.popup-link:hover {
	background-color: #ff5252;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Időzítő sáv */
.timer-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #4caf50;
	width: 100%;
	animation: countdown 6s linear forwards;
	z-index: 1;
}
@keyframes countdown {
	from {
		width: 100%;
	}
	to {
		width: 0%;
	}
}