/* ==================================================================== Blocks #
*/
.sidebar > .block {
	margin-bottom: 2.5em;
}
.sidebar > .block > .heading {
	margin-bottom: 0.5em;
	font-size: 24px;
}
/* ===================================================================== Nodes #
*/
.post.post-single.post-type-activity > .entry-header,
.post.post-single.post-type-activity > .entry-content {
	padding-left: 0;
}

.section-attractions {
	padding-bottom: 0;
}
.attraction-maps {
	margin-top: 2em;
}

/* ==================================================================== Panels #
*/

/* ================================================================== Layouts ##
*/
.panel-display-white {
	background: #fff;
}

/* ==================================================================== Panes ##
*/
.pane-wrapper {
	padding: 0 15px;
}

.pane-home-apartments {
	/*margin-top: 84px;*/
	padding-top: 20px;
	background: #fff;
}

/* ===================================================================== Views #
*/
.section-views {
	padding-top: 45px;
	padding-bottom: 100px;
}
.event-item > .text {
	width: 75%;
	background-color: rgba(52, 74, 133, 0.5);
}
.event-item > .text > .text-cn > h2 > a:hover {
	color: inherit;
}

.guestbook-header > .heading {
	font-size: 32px;
}

/* =============================================================== Apartments ##
*/
.apartment-geolocation {
	font-weight: bold;
}
.apartment-price {
	font-weight: bold;
	text-align: right;
}
.apartment-beds {
	text-align: right;
}
.apartment-description {
	text-align: justify;
}
.apartment-quoteCTA {
	margin: 2em 0;
}
.view-id-apartments.view-display-id-block > .view-filters {
	float: left;
	width: 20%
}

.view-id-apartments.view-display-id-block .form-type-bef-checkbox > input,
#views-exposed-form-apartments-page-1 .form-type-bef-checkbox > input {
	width: auto;
}
.view-id-apartments.view-display-id-block .views-exposed-widget.views-submit-button,
#views-exposed-form-apartments-page-1 .views-exposed-widget.views-submit-button {
	float: none;
}
.view-id-apartments.view-display-id-block .views-exposed-widget.views-submit-button > .form-submit,
#views-exposed-form-apartments-page-1 .views-exposed-widget.views-submit-button > .form-submit {
	width: 100%;
	font-weight: bold;
}

.view-id-apartments.view-display-id-block > .view-content {
	padding-left: 20%;
}

.room-detail_img {
	margin-top: 0;
}

.apartment-quoteCTA > .awe-btn {
	font-weight: bold;
	font-size: 1.5em;
}

.apartmentMatterport {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	margin-bottom: 1.2em;
}
.apartmentMatterport-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ================================================================ Components #
*/

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

.our-best .text ul li::before {
	display: none;
	visibility: hidden;
}
.our-best.our-best .text ul {
	padding-left: 35px;
}
.our-best.our-best .text ul li {
	padding: 0 25px 0 0;
}

/* ========================================================= Apartment Search ##
*/

.apartmentSearch {
	position: realtive;
	padding-top: 84px;
	background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
	.apartmentSearch.apartmentSearch--sidebar {
		padding-top: 0;
		background: none;
	}

.apartmentSearch-wrapper {
	height: 600px;
}
	.apartmentSearch--sidebar .apartmentSearch-wrapper {
		height: auto;
	}

.apartmentSearch-form {
	box-sizing: border-box;
	position: relative;
	top: 250px;
	margin: 0 auto;
	width: 80%;
	max-width: 1200px;
}
	.apartmentSearch--sidebar .apartmentSearch-form {
		top: 0;
		width: auto;
		max-width: 100%;
	}

.apartmentSearch-input {
	box-sizing: border-box;
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em;
	border-top: 1px solid rgba(35, 35, 35, 0.2);
	border-right: 1px solid rgba(35, 35, 35, 0.2);
	border-bottom: 1px solid rgba(35, 35, 35, 0.2);
	border-left: 1px solid rgba(35, 35, 35, 0.2);
	margin: 0;
	height: 75px;
	background: #f8f8f8;
}
	.apartmentSearch--sidebar .apartmentSearch-input {
		width: 100%;
	}
.apartmentSearch-inputLabel {
	display: block;
	color: #516485;
	font-size: 1.2em;
}
input.apartmentSearch-inputField {
	display: block;
	margin: 0;
	border: none;
	background: transparent;
	padding: 0;
	font-size: 1.3em;
	color: #666;
	height: auto;
	line-height: 2;
	width: auto;
	min-width: 0;
}
.apartmentSearch-submit {
	margin: 0;
	padding: 0;
	width: 19%;
	border: none;
	color: #eee;
	font-weight: bold;
	font-size: 1.5em;
	height: 75px;
	line-height: 75px;
	background: #2a2f3c;
}
.apartmentSearch-reset {
	margin: 0;
	padding: 0;
	width: 19%;
	border: none;
	color: #eee;
	font-weight: bold;
	font-size: 1.5em;
	height: 45px;
	line-height: 45px;
	background: #e7c130;
}

@supports (display: flex) {
	.apartmentSearch-form {
		display: flex;
		flex-flow: row nowrap;
	}
	.apartmentSearch--sidebar .apartmentSearch-form {
		flex-flow: column nowrap;
	}
	.apartmentSearch-input,
	.apartmentSearch-submit,
	.apartmentSearch-reset {
		width: auto;
		flex: 1 1 20%;
	}
	.apartmentSearch-input {
		border-right: none;
	}
	.apartmentSearch--sidebar .apartmentSearch-input {
		border-right: 1px solid rgba(35, 35, 35, 0.2);
		border-bottom: none;
	}
}

@media screen and (max-width: 900px) {
	.apartmentSearch-form {
		display: block;
		top: 10px;
	}
	.apartmentSearch-input,
	.apartmentSearch-submit {
		display: block;
		width: 100%;
	}
	.apartmentSearch-input {
		border-right: 1px solid rgba(35, 35, 35, 0.2);
		border-bottom: none;
	}
}



/* ================================================================= Date Box ##
*/
.dateBox {
	border: 2px solid #232323;
	color: #232323;
	text-align: center;
	display: block;
	width: 70px;
	height: 68px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1;
}
.dateBox--frontPage {
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
	background-color: rgba(255, 255, 255, 0.8);
}
.dateBox-date {
	display: block;
	margin-bottom: 3px;
	font-family: 'Montserrat';
	font-size: 34px;
	font-weight: 700;
}
.dateBox-month {
	display: block;
	margin-bottom: 3px;
	text-transform: uppercase;
}

/* ================================================================== Webforms #
*/
.webform-client-form-137 > div > div {
	margin-bottom: 0.75em;
}

/* ===================================================================== Misc. #
*/
#node-159 li {
	font-size: 15px;
}
#node-159 th,
#node-159 td {
	font-size: 15px;
	padding: 0.25em;
}

p {
	margin: 0.5em 0;
}
.attraction_content {
	color: #444444;
}
.attraction_content p {
	line-height: 1.5;
	font-size: 15px;
}

.sub-banner .text h1,
.sub-banner .text h2 {
	margin-top: 70px;
	margin-bottom: 0;
	color: #fff;
	font-size: 35.68px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 400;
}

.section-sub-banner.awe-parallax {
	background-size: auto;
}

.bg-13.bg-13 {
	background-image: url(../images/guestbook-bg.jpg);
}

.sidebar .widget.widget_social .widget-social a {
	margin-right: 0.75em;
	line-height: 28px;
}

.view-apartments > .view-header {
	margin-bottom: 3.5em;
	border: 2px solid #e7c130;
	padding: 1.5em;
	font-weight: bold;
}

/* ============================================================ Global Markers #
*/
p {
	text-align: justify;
}
.--autowidth.--autowidth {
	width: auto;
}

/* ================================================================ 2020-05-11 #
*/
.header_top {
	position: absolute;
	width: 100%;
	background-color: rgba(52, 74, 113, 0.85);
}
.header_content {
	/* top: 38px;
	top: calc(100% + 38px); */
}
.header_content.header-sticky {
	top: 0;
}

#footer .footer_bottom {
	background-color: #344a71;
}

.matterportList {
	overflow-y: auto;
	text-align: center;
}
.matterportList > .apartmentMatterport-wrapper {
	display: inline-block;
	width: 48%;
	margin-left: 1%;
}
.matterportList > .apartmentMatterport-wrapper + .apartmentMatterport-wrapper {
	margin-top: 1.2em;
}
@media screen and (max-width: 991px) {
	.matterportList > .apartmentMatterport-wrapper {
		width: 100%;
		margin-left: 0;
	}
}
/* ================================================================ 2020-08-11 #
*/
.sliding-popup-bottom > .eu-cookie-withdraw-tab {
	left: 5%;
}

/* ================================================================ 2020-10-01 #
*/
.header_content,
.header_top {
	background-color: rgba(0,0,0,1);
}
#footer,
#footer > .footer_bottom {
	background-color: rgba(0,0,0,1);
}
/* ================================================================ 2021-04-27 #
*/
#block-menu-menu-top-menu a {
	color: white !important;
	background: red;
	font-weight: bold !important;
	font-size: 14px !important;
	text-transform: uppercase;
}

/* ================================================================ 2021-05-04 #
*/
.gallery-cat ul li {
	font-size: 32px;
}

/* ================================================================ 2021-05-28 #
*/
.activiti.gallery .gallery-cat {
	display: none;
	visibility: hidden;
}

/* ================================================================ 2021-06-23 #
*/
.walkList-items {
	display: grid;
	grid-gap: 2rem;
}
  
@supports (width: min(300px, 100%)) {
	.walkList-items {
		grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	}
}

.walkList > * + * {
	margin-top: 2em;
}

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

.walkList-item {
	--cmp-play-size: 5rem;
	--cmp-play-scale: 0.4;
	--cmp-border-scale: 0.65;
	--cmp-c-default: rgba(255, 255, 255, 0.5);
	--cmp-c-default-strong: #fff;
	--cmp-c-highlight: rgba(10,23,57,0.85);

	position: relative;
	display: flex;
	flex-flow: column nowrap;
}
.walkList-item::before,
.walkList-item::after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;

	top: 50%;
	left: 50%;
	
	transition-property: border-color, background-color;
	transition-duration: 0.5s;
}
.walkList-item::before {
	width: var(--cmp-play-size);
	height: var(--cmp-play-size);
	border-radius: var(--cmp-play-size);
	border: 4px solid var(--cmp-c-default);

	transform: translate(-50%, -50%);
}
.walkList-item:hover::before {
	background-color: var(--cmp-c-highlight);
	border-color: var(--cmp-c-default-strong);
}
.walkList-item::after {
	--cmp-size: calc(var(--cmp-play-size) * var(--cmp-play-scale));
	width: var(--cmp-size);
	height: var(--cmp-size);

	transform: translate(-35%, -50%);
	
	border-color: transparent transparent transparent var(--cmp-c-default);
	border-style: solid;
	border-width: calc(var(--cmp-size) * var(--cmp-border-scale)) 0 calc(var(--cmp-size) * var(--cmp-border-scale)) var(--cmp-size);
}
.walkList-item:hover::after {
	border-left-color: var(--cmp-c-default-strong);
}

.walkList-itemLabel {
	padding: 0.5em;

	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);

	text-align: center;
}

/* ================================================================ 2021-06-25 #
*/
.tourWrapper {
	margin-bottom: 1.2em;
}
.tourLink {
	display: flex;
	flex-flow: column nowrap;
}
.tourLink.playButtonOverlay {
	--cmp-pbo-size: 7rem;
}
.tourLink > img {
	display: block;
}
.tourLink.noPreview {
	width: 100%;
	padding-bottom: 50%;
	background-color: rgba(10,23,57,0.85);
}
.tourLink-label {
	padding: 0.5em;

	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);

	text-align: center;
}
.tourLink.noPreview > .tourLink-label {
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
}

.playButtonOverlay {
	--cmp-pbo-size: 5rem;
	--cmp-pbo-scale: 0.4;
	--cmp-pbo-border-scale: 0.65;
	--cmp-pbo-offset: -35%;
	--cmp-pbo-frame: 4px;

	--cmp-pbo-main-color: rgba(255, 255, 255, 0.5);
	--cmp-pbo-main-color-highlight: rgba(255, 255, 255, 1);
	--cmp-pbo-highlight-color: rgba(10,23,57,0.85);

	position: relative;
}

.playButtonOverlay::before,
.playButtonOverlay::after {
	content: '';
	position: absolute;
	display: block;
	box-sizing: border-box;

	top: 50%;
	left: 50%;

	transition-property: border-color, background-color;
	transition-duration: 0.5s;
}

.playButtonOverlay::before {
	width: var(--cmp-pbo-size);
	height: var(--cmp-pbo-size);
	border: var(--cmp-pbo-frame) solid var(--cmp-pbo-main-color);
	border-radius: var(--cmp-pbo-size);

	transform: translate(-50%, -50%);
}
.playButtonOverlay:hover::before {
	background-color: var(--cmp-pbo-highlight-color);
	border-color: var(--cmp-pbo-main-color-highlight);
}

.playButtonOverlay::after {
	--cmp-pbo-play-size: calc(var(--cmp-pbo-size) * var(--cmp-pbo-scale));
	width: var(--cmp-pbo-play-size);
	height: var(--cmp-pbo-play-size);

	transform: translate(var(--cmp-pbo-offset), -50%);

	border-color: transparent transparent transparent var(--cmp-pbo-main-color);
	border-style: solid;
	border-width: calc(var(--cmp-pbo-play-size) * var(--cmp-pbo-border-scale))
	              0
				  calc(var(--cmp-pbo-play-size) * var(--cmp-pbo-border-scale))
				  var(--cmp-pbo-play-size);
}
.playButtonOverlay:hover::after {
	border-left-color: var(--cmp-pbo-main-color-highlight);
}

/* 2022-02-23 */
.elStack > * + * {
	margin-top: 1.2em;
}

button {
    width: 120px;
    padding: 10px;
    display: block;
    margin: 5px auto;
    border: 2px solid #111111;
    cursor: pointer;
    background-color: white;
}

#start-camera {
    margin-top: 15px; 
	width: 100%;
}

#click-photo {
    display: none;
	margin-top: 15px; 
}

#dataurl-container {
    display: none;
    margin: 50px auto 0 auto;
}

#canvas, #another-canvas {
    display: none;
    margin: 0 auto 20px auto;
}

#picture {
    display: block;
    margin: 0 auto 20px auto;
}

#dataurl-header {
    text-align: center;
    font-size: 15px;
}

#dataurl {
    display: block;
    height: 100px;
    width: 320px;
    margin: 10px auto;
    resize: none;
    outline: none;
    border: 1px solid #111111;
    padding: 5px;
    font-size: 13px;
    box-sizing: border-box;
}

.main-cont{
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 10px;
	padding-bottom: -40px;
	margin-right: 10px;
	margin-left: 10px;
	width: auto;
}

.camera-cont{
    display: none;
    position: inherit;
    width: 360px;
    height: auto;
    min-height: 550px;
	margin-top: 30px;
}

.camera-permission-text{
    color: rgba(185, 152, 115, 1);
    text-align: center;
    font-size: 3rem;
    padding-top: 205px;
}

@media (min-width: 1200px){
    .apartmentSearch{
        height: 200%;
    }
}

#video{
	display: block;
    margin: 50px auto 0 auto;
    width: 100% !important;
    height: auto !important;
}

*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
  }
  
  *::-webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
  }

  video::-webkit-media-controls {
	display:none !important;
  }
  
  
  *::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
  }

  video {
	pointer-events: none;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
  }

  video::-webkit-media-controls-start-playback-button {
	display: none !important;
  }

.keszthely-img{
    position: relative;
    left: 23%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sziv-img{
    position: absolute;
	bottom: 530px;
    right: 255px;
	z-index: 9999;
}

.bg-blue{
    background-color: rgba(52, 74, 113);
}

button.bg-blue{
	width: 100%;
	margin-top: 9px;
	height: 55px;
}

.new-pic-col{
	left: 18%;
}

.elfogadom{
    display: flex;
    flex-direction: row;
    justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

input#elfogadom {
	/* transform : scale(1);
	-webkit-transform: scale(1.9);
	-moz-transform: scale(1); */
	margin-right: 10px;
	margin-left: 10px;
	outline: none;
	border: none;
}

.text-white{
    color: white;
}

.text-small-weight{
    font-weight: 100;
}

.text-big-weight{
	font-weight: 800;
}

a{
	color: white;
}

.color-blue{
	color: rgba(52, 74, 113);
}
/* #start-camera{
	width: 70%;
} */

.btn-asd{
	font-size: 20px;
	text-align: left;
}

#top-text{
	color: white;
	display: none;
}

#response-text{
	color: white;
	font-weight: 900;
	text-align: center;
	font-size: 18px;
}

#back-to-main{
	width: 200px;
    padding: 5px;
}

#royal-site{
	display: none;
}

button{
	border: none;
}

.new-pic-row{
	display: none;
}

.canvas-img{
	display: none;
}

#back-to-main-site{
	display: none;
}

.share-row{
	display: none;
}

#captcha-row{
	margin-left: 0;
	width: 100%;
}

@media(min-width: 990px){
	.jogi-informaciok{
		margin-top: 30px;
	}
}

@media(max-width: 576px){
	.new-pic-col{
		left: 0%;
	}

	.new-pic-col button.bg-blue{
		width: 65%;
		margin-top: 9px;
		height: 55px;
	}
}