/*!
 Theme Name:   Szigetvár 450
 Description:  Szigetvár 450
 Version:      1.0.0
 Author:       Sebestyen Zsolt 
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* FONTS */
@font-face {
    font-family: 'kelson_sanslight';
    src: url('./fonts/kelson_sans_light-webfont.eot');
    src: url('./fonts/kelson_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/kelson_sans_light-webfont.woff2') format('woff2'),
         url('./fonts/kelson_sans_light-webfont.woff') format('woff'),
         url('./fonts/kelson_sans_light-webfont.ttf') format('truetype'),
         url('./fonts/kelson_sans_light-webfont.svg#kelson_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aniversregular';
    src: url('./fonts/anivers-regular-webfont.eot');
    src: url('./fonts/anivers-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/anivers-regular-webfont.woff2') format('woff2'),
         url('./fonts/anivers-regular-webfont.woff') format('woff'),
         url('./fonts/anivers-regular-webfont.ttf') format('truetype'),
         url('./fonts/anivers-regular-webfont.svg#aniversregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* COMMON */
html, body {
	background: #000;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	min-width: 600px;
}

html, 
body, 
#main-ui, 
#main, 
#interactive-map, 
#gallery-view, 
#old-images-gallery, 
.place-info, 
#preloader-background, 
#info-window-background, 
#preloader-ui,
#video-chooser-ui, 
#info-window-background,
#info-window-small, 
#info-window-support {
	min-width: 800px;
	min-height: 600px
}

a,
a:visited,
a:focus,
a:hover {
	color: #5FA1A9;
	outline: none;
}

* {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

::-webkit-media-controls {
  display:none !important;
}

::-webkit-selection {background-color:transparent}
::-moz-selection {background-color:transparent}
::selection {background-color:transparent}

.noAnimation {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

.simpleTransition {
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.clear {
	clear:both;
}

#preloader-background,
#info-window-background {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 10000000;
	background: #000 url("images/preloader-background.jpg") no-repeat scroll left top;
	background-size: cover;
}

#preloader-background.hide {
	animation: preloaderBGHiderAnim 0.5s ease 1.5s 1 normal forwards;
}

 	@keyframes preloaderBGHiderAnim {
 		0% { opacity: 1; }
 		100% { opacity: 0; }
 	}

#preloader-inside,
#preloader-mini,
.video-chooser-button {
	position: absolute;
	width: 164px;
	height: 164px;
	left: 50%;
	top: 460px;
	/*margin-top: -82px;*/
	margin-left: -82px;
	/*z-index: 100000002;*/
}

#preloader-mini,
.video-chooser-button {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: none;
    margin-top: -82px;
    top: 50%;
}

#preloader-svg-outer {
	width: 164px;
	height: 164px;
	opacity: 0;
	animation: preloaderSVGOuterAnim 1s ease 0s 1 normal forwards;
}

	@keyframes preloaderSVGOuterAnim {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}

#preloader-svg-inner,
#preloader-svg-inner-active,
.narration-circle {
    height: 150px;
    margin: 7px 0 0 7px;
    opacity: 0;
    position: absolute;
    width: 150px;
    animation: 1s ease 0s normal forwards 1 running preloaderSVGInnerAnim;
}

	@keyframes preloaderSVGInnerAnim {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}

#preloader-svg-inner {
    z-index: 1;
}

#preloader-svg-inner-active {
	transform: rotate(-90deg);
    stroke-dasharray: 453;
    stroke-dashoffset: -453;
    z-index: 2;
}

#preloader-svg-inner-active.animate {
	animation: preloaderSVGOuterPulseAnim 1.5s ease 0s 1 normal forwards;
	animation-iteration-count: infinite;
}

	@keyframes preloaderSVGOuterPulseAnim {
		0% { opacity: 1; }
		50% { opacity: 0; }
		100% { opacity: 1; }
	}

#preloader-inside span,
#preloader-mini span,
.video-chooser-button span {
	position: absolute;
	width: 164px;
	height: 164px;
	font-size: 18px;
	color: #46a599;
	/*font-family: 'aniversregular';*/
	line-height: 164px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

#preloader-inside span b,
#preloader-inside span a,
#preloader-mini span b,
#preloader-mini span a,
.video-chooser-button span b,
.video-chooser-button span a {
	width: 85px;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: normal;	
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-family: aniversregular;
}

#preloader-inside span a,
#preloader-mini span a,
.video-chooser-button span a {
    margin-top: 65px;
    position: absolute;
    opacity: 0;
}

#preloader-inside.home span {
	color: #fff;
}

#preloader-ui {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	z-index: 100000001;
}

#preloader-logo-1 {
    left: 50%;
    margin-left: -296px;
    margin-top: 121px;
    position: absolute;
    width: 592px;
    height: 169px;
}

#preloader-logo-2 {
    left: 50%;
    margin-left: -55px;
    margin-top: 216px;
    position: absolute;
    width: 369px;
    height: 128px;
}

#preloader-logo-text {
    color: #fff;
    left: 50%;
    margin: 372px 0 0 -360px;
    position: absolute;
    text-align: center;
    width: 720px;
}

.logo-text-middle {
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	height: 48px;
	line-height: 48px;
	width: 333px;
	margin: 0 19px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-family: aniversregular;
	text-transform: uppercase;
}

.logo-text-line {
    background-color: #515151;
    display: inline-block;
    height: 1px;
    margin-top: 24px;
    vertical-align: middle;
    width: 170px;
}

#preloader-bottom-text {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 650px;
	font-size: 13px;
	line-height: 13px;
	color: #6b6b6b;
	font-family: aniversregular;
	text-transform: uppercase;
}

#preloader-copyright {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	color: #6b6b6b;
}

#preloader-logo-1,
#preloader-logo-2 {
	opacity: 0;
}

#preloader-logo.animate #preloader-logo-1 {
	animation: preloaderLogoFirstInAnim 0.5s ease-in-out 0s 1 normal forwards;	
}

	@keyframes preloaderLogoFirstInAnim {
		0%   { opacity: 0; margin-left: -396px;   }
		30%  { opacity: 0.2;  }
		100% { opacity: 1; margin-left: -296px;   }
	}

#preloader-logo.animate #preloader-logo-2 {
	animation: preloaderLogoSecondInAnim 0.5s ease-in-out 0s 1 normal forwards;	
}

	@keyframes preloaderLogoSecondInAnim {
		0%   { opacity: 0; margin-left: 5px;   }
		30%  { opacity: 0.2;  }
		100% { opacity: 1; margin-left: -55px;   }
	}

#preloader-logo-text,
.logo-text-middle,
.logo-text-line,
#preloader-bottom-text,
#preloader-copyright {
	opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}

#preloader-logo.animate #preloader-logo-text,
#preloader-logo.animate .logo-text-middle,
#preloader-logo.animate .logo-text-line,
#preloader-bottom-text.animate,
#preloader-copyright.animate {
	opacity: 1;
}

#preloader-bottom-text.animate {
	animation: preloaderBottomTextAnim 1.5s ease 0s 1 normal forwards;	
	animation-iteration-count: infinite;
}

	@keyframes preloaderBottomTextAnim {
		0%   { opacity: 1;   }
		50%  { opacity: 0.3; }
		100% { opacity: 1;   }
	}

#preloader-bottom-text.animate.hide {
	animation: simpleFadeOut 0.5s ease 0s 1 normal forwards;	
}

#preloader-inside span b.hide {
	animation: simpleFadeOut 0.5s ease 0s 1 normal forwards;	
}

#preloader-inside span a.show {
	animation: simpleFadeIn 0.5s ease 0.2s 1 normal forwards;	
}

	@keyframes simpleFadeOut {
		to { opacity: 0; }
	}

	@keyframes simpleFadeIn {
		to { opacity: 1; }
	}

#preloader-inside.hide,
#preloader-mini.hide,
#preloader-background.hide,
#preloader-logo.animate #preloader-logo-1.hide,
#preloader-logo.animate #preloader-logo-2.hide,
#preloader-logo-text.hide,
#preloader-copyright.hide,
.video-chooser-button.hide {
	opacity: 1;
	animation: preloaderHiderAnim 0.5s ease 0.4s 1 normal forwards;
}

	@keyframes preloaderHiderAnim {
		0% { filter: blur(0px); opacity: 1; }
		50% { filter: blur(10px); }
		100% { opacity: 0; }
	}

#info-window-background {
	display: none;
}

#info-window-small,
#info-window-support {
    background-color: #fff;
    border-radius: 5px;
    display: none;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 300px;
    z-index: 100000001;
}

/* MAIN */
#main,
#main-layer {
	overflow: hidden;
	display: block;
	width: 1920px; 
	height: 1080px;
	min-width: 600px;
	transform: scale(1);
	transform-origin: 0% 0% 0%;
}

#main {
    height: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
	/*transition: all linear 0.2s;*/
	/*animation: mainInactivateAnim 0.5s ease 0s 1 normal forwards;*/
}

#main-layer {
	background: transparent none no-repeat scroll left top; /* url("images/main-background.jpg") */
	background-size: cover;
    position: absolute;
    top: 0;
    transform-origin: 0 0 0;
}
/*
@keyframes mainInactivateAnim {
	0% { transform: scale(1.5); }
	100% { transform: scale(1); }
}

#main.zoom {
	animation: mainActivateAnim 0.5s ease 0s 1 normal forwards;
}

@keyframes mainActivateAnim {
	0% { transform: scale(1); }
	100% { transform: scale(1.5); }
}*/

.main-marker,
.sub-marker,
.second-layer-marker {
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	width: 29px;
	height: 47px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	transform: scale(0.5);
	animation: mainMarkerIncomeAnim 0.5s ease 0s 1 normal forwards;
}

	@keyframes mainMarkerIncomeAnim {
		0% { transform: scale(0.5); z-index: 100; }
		100% { transform: scale(1); z-index: 100; }
	}

.sub-marker,
.second-layer-marker {
	animation: none !important;
}

.second-layer-marker {
    transform: scale(1);
    visibility: visible;
    z-index: 10000000;
    opacity: 0;
    margin-top: -25px;
}

.main-marker::after,
.sub-marker::after,
.second-layer-marker::after {
	background: transparent url("images/marker-white.png") no-repeat scroll left top;
    content: "";
    display: inline-block;
	width: 29px;
	height: 47px;
    opacity: 1;
    position: absolute;
	animation: mainMarkerAfterNormalAnim 0.5s ease 0s 1 normal forwards;
}

	@keyframes mainMarkerAfterNormalAnim {
		0% { opacity: 0; transform: scale(1.8); }
		100% { opacity: 1; transform: scale(1); }
	}

.main-marker::before,
.sub-marker::before,
.second-layer-marker::before {
    background: transparent url("images/marker-active.png") no-repeat scroll left top;
    content: "";
    display: inline-block;
    height: 70px;
    margin-left: -7px;
    margin-top: -12px;
    opacity: 0;
    position: absolute;
    width: 43px;
	animation: mainMarkerBeforeNormalAnim 0.5s ease 0s 1 normal forwards;
}

	@keyframes mainMarkerBeforeNormalAnim {
		0% { opacity: 1;}
		100% { opacity: 0; }
	}

.main-marker:hover::after,
.main-marker.zoom::after,
.sub-marker:hover::after,
.sub-marker.zoom::after,
.second-layer-marker:hover::after,
.second-layer-marker.zoom::after {
	z-index: 100000;
	animation: mainMarkerHoverAfterAnim 0.5s ease 0s 1 normal forwards;
}

	@keyframes mainMarkerHoverAfterAnim {
		0% { opacity: 1; transform: scale(1); }
		100% { opacity: 0; transform: scale(1.8); }
	}

.main-marker:hover::before,
.main-marker.zoom::before,
.sub-marker:hover::before,
.sub-marker.zoom::before,
.second-layer-marker:hover::before,
.second-layer-marker.zoom::before {
	z-index: 100000;
	animation: mainMarkerHoverBeforeAnim 0.5s ease 0s 1 normal forwards;
}

	@keyframes mainMarkerHoverBeforeAnim {
		0% { opacity: 0;}
		100% { opacity: 1; }
	}

.main-marker.zoom,
.sub-marker.zoom,
.second-layer-marker.zoom {
	z-index: 100000;
	animation: mainMarkerZoomAnim 0.5s ease 0s 1 normal forwards;
}

	@keyframes mainMarkerZoomAnim {
		0% { transform: scale(1); z-index: 100; }
		100% { transform: scale(0.5); z-index: 100; }
	}

.main-marker-description {
	display: none;
}

.main-marker-content {
    display: none;
    padding: 61px 0 0 22px;
    position: absolute;
}

.main-marker-content span {
	display: block;
	background-color: #fff;
}

.main-marker-content span.title {
    display: inline-block;
    font-family: "kelson_sanslight";
    font-size: 28px;
    font-variant: small-caps;
    line-height: 46px;
    margin-bottom: 4px;
    padding: 0 11px;
    white-space: nowrap;
}

.main-marker-content span.read {
    display: block;
    font-family: "aniversregular";
    font-size: 16px;
    line-height: 33px;
    padding: 0 11px;
    text-transform: uppercase;
    width: 80px;
    white-space: nowrap;
}

.main-marker-content span em {
    display: inline-block;
    font-family: "kelson_sanslight";
    font-size: 33px;
    font-style: normal;
    padding-right: 8px;
    vertical-align: middle;
}

.main-marker-content.show {
	display: block;
	opacity: 0;
	animation: mainMarkerContentBoxShowAnim 0.5s ease 0s 1 normal forwards;
}

	@keyframes mainMarkerContentBoxShowAnim {
		0% { padding-top: 91px; opacity: 0 }
		100% { padding-top: 71px; opacity: 1 }
	}

.second-layer-point-arrow {
	position: absolute;
	z-index: 1000000;
	display: block;
	min-width: 10px;
	min-height: 10px;
	opacity: 0;
	background-size: contain;
}

.quick-marker {
    background: transparent url("images/marker-white.png") no-repeat scroll left top;
    content: "";
    cursor: default;
    display: inline-block;
    height: 47px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 29px;
    z-index: 100;
}

#main-ui {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
/*
#main-ui::before {
    content: "";
    height: 1500px;
    left: -836px;
    position: absolute;
    top: -836px;
    width: 1500px;
    z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 51%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 51%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 51%);
}

#main-ui::after {
    content: "";
    height: 1500px;
    right: -836px;
    position: absolute;
    bottom: -836px;
    width: 1500px;
    z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 51%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 51%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 51%);
}*/

#main-top-overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 578px;
	height: 578px;
	background: transparent url("images/bg-top-overlay.png") no-repeat scroll left top;
	display: none;
}

#main-bottom-overlay {
	position: absolute;
	z-index: 1;
	width: 578px;
	height: 578px;
	background: transparent url("images/bg-bottom-overlay.png") no-repeat scroll left top;
	display: none;
	left: 100%;
	top: 100%;
	margin-left: -578px;
	margin-top: -578px;
}

#bottom-icon-holder {
	bottom: 64px;
	display: inline-block;
	position: absolute;
	right: 58px;
    z-index: 15;
}

.separator-box-for-bottom-icons {
    background: transparent none no-repeat scroll left top;
    border-left: 2px solid #5fa1a9;
    border-right: medium none;
    bottom: 0;
    display: inline-block;
    height: 53px;
    margin-right: -7px;
    padding: 0 29px;
    position: relative;
    right: 0;
    vertical-align: middle;
    z-index: 100;
	opacity: 0;
	transition: all 0.5s ease;
    /*width: 70px;*/
}

.separator-box-for-bottom-icons.noborder {
	border-left-color: transparent;
}

body.loaded .separator-box-for-bottom-icons {
	opacity: 1;
}

body.loaded .separator-box-for-bottom-icons.hide {
	opacity: 0;
}

.separator-box-for-bottom-icons.first {
	border-left: none;
}

.separator-box-for-bottom-icons.last {
	border-right: none;
}

#main-360 {
    background: transparent url("images/360.png") no-repeat scroll left top;
    display: inline-block;
    width: 67px;
    height: 50px;
    margin: 0;
    opacity: 1;
    position: relative;
	transform: scale(0.8);
	opacity: 0;
}

	#main-360::before {
	    content: '';
	    background: transparent url("images/360_hover.png") no-repeat scroll left top;
	    display: inline-block;
	    width: 67px;
	    height: 50px;
	    margin: 0;
	    opacity: 1;
	    position: absolute;
		opacity: 0;
	}

#main-secondary-opener {
	background: transparent url("images/1566.png") no-repeat scroll left top;
	width: 70px;
	height: 53px;
	display: inline-block;
	transform: scale(0.8);
	opacity: 0;
}

	#main-secondary-opener::before {
	    content: '';
		background: transparent url("images/1566_hover.png") no-repeat scroll left top;
		width: 70px;
		height: 53px;
		display: inline-block;
		opacity: 0;
	    position: absolute;
	}

#main-gallery {
	background: transparent none no-repeat scroll left top;
	width: 53px;
	height: 53px;
	display: inline-block;
	transform: scale(0.8); 
	opacity: 0;
}

#main-videoplayer {
	background: transparent url("images/video_right_corner.png") no-repeat scroll left top;
	width: 58px;
	height: 58px;
	display: inline-block;
	transform: scale(0.8); 
	opacity: 0;
}

	#main-videoplayer::before {
	    content: '';
	    background: transparent url("images/video_right_corner_hover.png") no-repeat scroll left top;
	    width: 58px;
	    height: 58px;
	    display: inline-block;
	    opacity: 0;
	    position: absolute;
	}

#main-old-docs {
    background: transparent url("images/old-docs.png") no-repeat scroll left top;
    display: inline-block;
    width: 58px;
    height: 59px;
    margin-top: -3px;
    transform: scale(0.8);
    opacity: 0;
}

	#main-old-docs::before { 
	    content: '';
	    background: transparent url("images/old-docs_hover.png") no-repeat scroll left top;
	    display: inline-block;
	    width: 58px;
	    height: 59px;
	    opacity: 0;
	    position: absolute;
	}

/*#main-360::before, 
#main-secondary-opener::before,
#main-videoplayer::before,
#main-old-docs::before {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}*/

#main-360:hover::before, 
#main-secondary-opener:hover::before,
#main-videoplayer:hover::before,
#main-old-docs:hover::before {
	opacity: 1;
}

#main-360:hover, 
#main-secondary-opener:hover,
#main-videoplayer:hover,
#main-old-docs:hover {
	background-image: none;
}

/*body.loaded #main-secondary-opener-parent {
	animation: mainSecondaryOpenerParentAnim 0.5s ease 0s 1 normal forwards;
}*/

body.loaded #main-gallery {
	animation: footerIconsShowAnim 0.5s ease 0s 1 normal forwards;
}

body.loaded #main-secondary-opener {
	animation: footerIconsShowAnim 0.5s ease 0.1s 1 normal forwards;
}

body.loaded #main-old-docs {
	animation: footerIconsShowAnim 0.5s ease 0.2s 1 normal forwards;
}

body.loaded #main-360 {
	animation: footerIconsShowAnim 0.5s ease 0.3s 1 normal forwards;
}

body.loaded #main-videoplayer {
	animation: footerIconsShowAnim 0.5s ease 0.4s 1 normal forwards;
}

	@keyframes footerIconsShowAnim {
		0% { transform: scale(0.8); opacity: 0; }
		100% { transform: scale(1); opacity: 1; }
	}

	/*@keyframes mainSecondaryOpenerParentAnim {
		0% { border-color: transparent; }
		100% { border-color: #5fa1a9; }
	}*/

#main-title,
.old-images-gallery-title b {
    /*border-bottom: 2px solid #5fa1a9;*/
    display: inline-block;
    font-family: "kelson_sanslight";
    font-size: 80px;
    line-height: 90px;
    margin: 0;
    padding-bottom: 8px;
}

#main-title.not-animated {
	opacity: 1;
	border-bottom: 2px solid #5fa1a9;
}

#main-title span,
.old-images-gallery-title b {
	opacity: 0;
	border-bottom: 2px solid #5fa1a9;
}

.old-images-gallery-title {
    position: absolute;
    margin-top: 60px;
    margin-left: 70px;
    color: #fff;
    max-width: 63%;
}
	
.old-images-gallery-title b {
	opacity: 1;
}

body.loaded #main-title span {
	animation: mainTitleTextAnim 0.5s ease 1s 1 normal forwards;
}

	@keyframes mainTitleTextAnim {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}

#main-content {
	position: absolute;
	display: block;
	z-index: 10;
	width:  34%;
	min-width: 600px;
	bottom: 60px;
	left: 70px;
	color: #fff;
}

#main-content p,
.old-images-gallery-title p,
#temp-heighter p {
	margin: 0;
	line-height: 22px;
	font-size: 18px;
	padding-top: 16px;
    font-family: "aniversregular";
    opacity: 0;
    margin-bottom: -20px;
    padding-top: 36px;
	display: block;
	text-align: justify;
    /*height: 73px;*/
}

.old-images-gallery-title p {
	opacity: 1;
}

.actual-content {
    bottom: 0;
    position: absolute;
}

.actual-content-fader { 
	overflow: hidden;
}

.actual-content-fader p {
	display: block;
}

.actual-content-fade-toggler {
	display: inline-block;
	opacity: 0;
	margin-bottom: -30px;
	position: relative;
	width: 250px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.actual-content-fade-toggler.active {
	opacity: 1;
	margin-bottom: 0;
}

.actual-content-fade-toggler span {
	color: #fff;
	opacity: 0.5;
	border-bottom: 1px solid #5FA1A9;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
}

.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.transition03 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
}

.actual-content-fade-toggler:hover span {
	opacity: 1;
}

.actual-content-fade-toggler span:first-child {
	display: inline-block;
	position: absolute;
}

.actual-content-fade-toggler span:last-child {
	display: inline-block;
	position: absolute;
	opacity: 0;
}

.actual-content-fade-toggler.opened span:first-child {
	opacity: 0;
}

.actual-content-fade-toggler.opened span:last-child {
	opacity: 1;
}

body.loaded #main-content .narration-link-container {
	animation: mainTextTogglerAnim 1s ease 3s 1 normal forwards;
}

body.loaded #main-content .actual-content-fade-toggler {
	animation: mainTextTogglerAnim 1s ease 1.5s 1 normal forwards;
}

	@keyframes mainTextTogglerAnim {
		0% { opacity: 0; margin-bottom: -30px; }
		100% { opacity: 1; margin-bottom: 0px; }
	}


body.loaded #main-content .actual-content.normal p {
	opacity: 1; 
	margin-bottom: 0px; 
	padding-top: 16px;
}

body.loaded #main-content .actual-content.animate p {
	display: block;
	animation: mainTextAnim 1s ease 1s 1 normal forwards;
}

	@keyframes mainTextAnim {
		0% { opacity: 0; margin-bottom: -20px; padding-top: 36px; }
		100% { opacity: 1; margin-bottom: 0px; padding-top: 16px; }
	}

.gallery-link-svg-line {    
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 23;
    stroke-dashoffset: 0px;
    /*ANIM esetén: stroke-dashoffset: 23px;*/
}

/*body.loaded .gallery-link-svg-line.immediately {
	animation: galleryLinkSVGLineAnim 0.5s ease 0.5s 1 normal forwards;
}

body.loaded .gallery-link-svg-line.sleepy {
	animation: galleryLinkSVGLineAnim 0.5s ease 0.8s 1 normal forwards;
}*/

.gallery-link-svg-line.hover {
	position: absolute;
	z-index: 5;
	stroke: #5FA1A9;
}

line.gallery-link-svg-line.immediately.hover {
	animation: galleryLinkSVGLineOutAnim 0.3s ease 0s 1 normal forwards;
}

line.gallery-link-svg-line.sleepy.hover {
	animation: galleryLinkSVGLineOutAnim 0.3s ease 0s 1 normal forwards;	
}

	@keyframes galleryLinkSVGLineOutAnim {
		0%   { stroke-dashoffset: 0px;  }
		100% { stroke-dashoffset: 23px; }
	}

	@keyframes galleryLinkSVGLineAnim {
		0% { stroke-dashoffset: 23px; }
		100% { stroke-dashoffset: 0px;  }
	}

body.loaded a#main-gallery:hover .gallery-link-svg-line.immediately.hover,
body.loaded a#main-gallery.jshover .gallery-link-svg-line.immediately.hover {
	stroke-dashoffset: 23px;
	animation: galleryLinkSVGLineAnim 0.3s ease 0s 1 normal forwards;
}

body.loaded a#main-gallery:hover .gallery-link-svg-line.sleepy.hover,
body.loaded a#main-gallery.jshover .gallery-link-svg-line.sleepy.hover {
	stroke-dashoffset: 23px;
	animation: galleryLinkSVGLineAnim 0.3s ease 0.2s 1 normal forwards;	
}

#gallery-view,
#old-images-gallery {
	overflow: hidden; 
	background-color: #1f1f1f;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100% !important;
	height: 100% !important;
    overflow: hidden;
}

.gallery-images {
	margin-top: 50%;/*310px;*/
	overflow-x: hidden;   
	overflow-y: hidden;
}

.gallery-link-parent { 
	display: block; 
    width: 25%;
    padding: 0;
    float: left;
}

.gallery-link-parent-inner {
	display: block;
	padding: 10px;
}

.gallery-link {
    display: inline-block;
    line-height: 1px;
    overflow: hidden;
    vertical-align: top;
	text-align: center;
	outline: none;
	width: 100%;
	padding-top: 100%;
	position: relative;
}  

.gallery-link span {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.gallery-link img {
	display: inline-block;
	transition: all 0.3s ease;
	transform: scale(1.2);
	width: 100%;
	height: 100%;
	position: relative;
}

.gallery-link:hover img {
	transform: scale(1);	
}

.close {
    display: inline-block;
    height: 70px;
    margin: 185px 60px 0 0;
    position: absolute;
    right: 0;
    width: 70px;
    z-index: 100000;
    outline:  none;
}

.close:focus,
.close:active {
	outline:  none;
}

.close .line1 {
    background-color: #fff;
    display: none;
    height: 70px;
    margin-left: 5px;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 100% 100% 0;
    transition: all 0.25s ease-in-out 0s;
    width: 2px;
    opacity: 0;
	animation: closeLineOneAnim 0.5s ease 0s 1 normal forwards;
}
	
	@keyframes closeLineOneAnim {
		0%  { transform: rotate(90deg); opacity: 0;  }
		100%  { transform: rotate(45deg); opacity: 1; }
	}

.close .line2 {
    background-color: #fff;
    display: none;
    height: 70px;
    margin-left: 57px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 100% 100% 0;
    transition: all 0.25s ease-in-out 0s;
    width: 2px;
    opacity: 0;
    margin-top: -50px;
	animation: closeLineTwoAnim 0.5s ease 0s 1 normal forwards;
}
	
	@keyframes closeLineTwoAnim {
		0%  { transform: rotate(-90deg); opacity: 0; margin-top: -50px; }
		100%  { transform: rotate(-45deg); opacity: 1; margin-top: 0px; }
	}

#minimap {
	display: block;
	position: absolute;
	z-index: 100;
	left: 54px;
	top: -60px;
}

#minimap a {
	display: inline-block;
	width: 56px;
	height: 56px;
	background: transparent none no-repeat scroll center center;
	border: 2px solid #fff;
	vertical-align: top;
	float: left;
	margin-right: 14px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	vertical-align: middle;
	font-size:  18px;
	text-decoration: none;
    font-family: "kelson_sanslight";
    transition: all 0.3s ease;
}

#minimap a#minimap-close {
	background-image: url(images/minimap-close.png);
}

#minimap a.minimap-change.map1 {
	background-image: url(images/minimap-1.jpg);
}

#minimap a.minimap-change.map2 {
	background-image: url(images/minimap-2.jpg);
}

#minimap a.minimap-change.map3 {
	background-image: url(images/minimap-3.jpg);
}

#minimap a.minimap-change.active,
#minimap a:hover {
	border-color: #5fa1a9;
}

#mini-markers {
    display: inline-block;
    position: absolute;
    width: 700px;
}

#minimap a.small-marker {
    background-image: url("images/small-marker.png");
    border: medium none;
    display: inline-block;
    margin: 0 4px;
    margin-top: 18px;
    width: 18px;
    opacity: 0;
}

#minimap a.small-marker span {
    display: block;
    opacity: 0;
    font-size: 17px;
    margin-left: 5px;
    margin-top: 32px;
    position: absolute;
    transition: all 0.3s;
}

#minimap a.small-marker:hover span {
	opacity: 1;
}

#minimap a.small-marker.viewed {
    background-image: url("images/small-marker-viewed.png");
	display: inline-block;	
}

#minimap a.small-marker.current {
    background-image: url("images/small-marker-current.png");
	display: inline-block;	
}


#small-markers-container {
	position: absolute;
}

.place-info {
	overflow: hidden;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	visibility: hidden;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}

.place-info .background {
	position: absolute;
	z-index: 1;
	width: 1920px;
	height: 1080px;
	left: 0;
	top: 0;
}

.place-info .content {
	opacity: 0;
	z-index: 2;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.76);
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100% !important;
	color: #fff;
}

.place-info .content h3 {
   border-bottom: 1px solid #5fa1a9;
    display: inline-block;
    font-family: "kelson_sanslight";
    font-size: 75px;
    font-weight: normal;
    line-height: 79px;
    margin: 59px 0 0 66px;
    padding-bottom: 18px;
    max-width: 80%;
}

.place-info .content .text {
    display: block;
    font-family: "aniversregular";
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 50px 66px 50px;
    padding-top: 36px;
    overflow-x:  hidden;
}

.place-info .content .text p {
	margin-top: 0;
}

.place-info .content .text div.ss-scroll {
	margin-left: -5px; 
}

.place-info .content img {
    margin: 10px 0;
    width: 100%;
}

.place-info .content img.place-three-sixty {
    display: block;
    margin: 10px auto;
    width: auto;
}

div.place-three-sixty.reel-overlay {
	margin: 0 auto;
}

.place-info .close,
#interactive-map .close,
#threesixty-box .close,
#video-chooser-ui .close {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 90px;
    font-style: normal;
    height: 56px;
    line-height: 56px;
    margin: 0;
    position: absolute;
    z-index: 100000000;
    right: 54px;
    text-align: center;
    text-decoration: none;
    top: 43px;
    width: 56px;
    font-family: "kelson_sanslight";
}

.place-info .close span.normal,
#interactive-map .close span.normal,
#threesixty-box .close span.normal,
#video-chooser-ui .close span.normal {
    display: inline-block;
    height: 56px;
    margin: 2px 0 0 -5px;
    transform: rotate(45deg);
    width: 56px;
}

.place-info .close span.normal.backstyle {
    transform: rotate(0deg);
    display: inline-block;
    font-size: 72px;
    font-weight: bold;
    height: 56px;
    margin: 0 0 0 0px;
    position: absolute;
    width: 56px;
    left:0;
}

#interactive-map .close {
	position: fixed;
}

.place-info .close span.back {
    display: inline-block;
    font-size: 72px;
    font-weight: bold;
    height: 56px;
    margin: 0 0 0 -25px;
    opacity: 0;
    position: absolute;
    width: 56px;
    left: 44px;
}

.place-gallery {
	display: block;
	margin: 0 -10px;
}

.place-info .content .place-gallery img {
	width: 96%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.place-gallery a.lightbox {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 25%;
}

/* Fancybox override */
a.fancybox-nav span {
    background: rgba(0, 0, 0, 0.3) url("images/long-arrow-right-white.png") no-repeat scroll center center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    text-decoration: none;
    width: 40px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.fancybox-nav.fancybox-prev span {
    background-image: url("images/long-arrow-left-white.png");
}

a.fancybox-nav:hover span {
	opacity: 1;
}

a.fancybox-close,
a.fancybox-play-toggle {
	color: #fff;
	text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    border: 2px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

a.fancybox-play-toggle.play {
    background: url("images/video_play.png") no-repeat scroll 15px center rgba(0, 0, 0, 0.8);
	right: 42px;
	background-size: 14px;
}

a.fancybox-play-toggle.pause {
	background: url("images/video_pause.png") no-repeat scroll center center rgba(0, 0, 0, 0.8);
	right: 42px;
	background-size: 14px;
}

a.fancybox-close::before {
    content: "+";
	color: #fff;
	text-decoration: none;
    display: block;
    font-family: Arial;
    font-size: 40px;
    font-weight: normal;
    height: 46px;
    line-height: 42px;
    margin: -2px 0 0 -2px;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    width: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.fancybox-close:hover,
a.fancybox-close:focus {
	text-decoration: none;
}

div.fancybox-overlay {
	z-index: 8010000;
}

div.fancybox-wrap,
div.fancybox-opened {
    z-index: 80100000;
}

#fancybox-loading {
    z-index: 801000000;
}

/* SCROLLBAR */
.ss-wrapper {  
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left; 
}

.ss-content {
  height: 100%;
  width: 100%;
  padding: 0 78px 0 0; /* 0 32px 0 0;*/ 
  position: relative;
  right: -18px;
  overflow: auto;
  box-sizing: border-box;
  overflow-x: hidden;
} 

.ss-content em, 
.ss-content i {
	color: #78d2cd;
}

.ss-scroll {
  position: relative;
  background: rgba(248, 248, 248, 0.5) none repeat scroll 0 0;
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  margin-left: -12px;
  /*transition: opacity 0.25s linear;*/
}

.ss-hidden {
  display: none;
}

/*.ss-container:hover .ss-scroll {
  opacity: 1;
}*/

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


/* Befoglaló doboz */
#bounding-box,
#view-box {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

#bounding-box.debug {
	z-index: 1;
	opacity: 0.2;
	background: orange;
}

#view-box.debug {
	z-index: 1;
	opacity: 0.2;
	background: red;
}

#threesixty-box {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: none;
    overflow: hidden;
}

.reel-preloader {
	position: absolute;
	visibility: hidden;
	bottom: -100px;
}

#interactive-map {
	overflow: hidden;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: none;
    cursor: grab;
}

#interactive-map-inner,
#secondary-layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;	
}

#secondary-layer {
	transform-origin: 50% 50%;
}

#interactive-map-zoomin,
#interactive-map-zoomout {
	left: 30px;
	position: fixed;
	border: 2px solid #fff;
	width: 49px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	font-family: "kelson_sanslight";
	z-index: 10001;
	color: #fff;
	font-size: 50px;
	text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#interactive-map-zoomin {
	bottom: 285px;
}

#interactive-map-zoomout {
	bottom: 218px;
}

#interactive-map-zoomin.disabled,
#interactive-map-zoomout.disabled {
	opacity: 0.5;
}

#interactive-map-minimap {
	display: block;
	width: 346px;
	height: 194px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10001;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#interactive-map-minimap-rectangle {
	display: block;
	width: 342px;
	height: 190px;
	position: absolute;
	border: 2px solid #5fa1a9;
	left: 0;
	bottom: 0;
}

#interactive-map-minimap-toggler {
	background: url(images/secondary-layer-minimap-view-toggler.png) no-repeat scroll center center transparent;
	width: 19px;
	height: 19px;
	border: 2px solid #fff;
	margin: 15px 15px 0 0;
	position: absolute;
	z-index: 10005;
	right: 0;
	top: 0;
    /*-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;*/
}

#interactive-map-minimap-toggler.minified {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#interactive-map-minimap.minified {
	left: -263px;
	bottom: -111px;
}

#interactive-map-minimap.minified #interactive-map-minimap-rectangle {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	opacity: 0;
}

#interactive-map-zoomin.minified {
	bottom: 185px;
}

#interactive-map-zoomout.minified {
	bottom: 118px;
}

.video-player-controls {
    display: flex;
    width:  100%;
}

.video-play-pause,
.video-bar-outer,
.video-fullscreen {
	width: 24px;
	height: 24px;	
	min-width: 0;
}

.video-play-pause,
.video-fullscreen {
	flex-basis: 47px;
}

.video-bar-outer {
	flex: 1;
}

.video-play-pause {
	background: url(images/video_play.png) no-repeat scroll left center transparent;
	margin-right: 23px;
}

.video-play-pause.pause {
	background: url(images/video_pause.png) no-repeat scroll left center transparent;
}

.video-bar-outer {
    background-color: #323232;
    height: 2px;
    margin-top: 11px;
    position: relative;
}

.video-fullscreen {
	background: url(images/video_fullscreen.png) no-repeat scroll right center transparent;
	margin-left: 23px;
}

.video-bar-buffer {
    display: inline-block;
    height: 2px;
    width: 0%;
    position: absolute;
    background-color: #4a4a4a;
    margin-top: -2px;
}

.video-bar-inner {
	display: block;
	height: 2px;
	width: 0%;
	background-color: #5fa1a9;
	position: relative;
	z-index: 10;
}

.video-bar-inner::after {
	content: '';
	position: relative;
	display: inline-block;
	float: right;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff; 
	margin-left: -7px;
	margin-top: -7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.video-bar-inner::after:hover {
	width: 18px;
	height: 18px;
	margin-left: -9px;
	margin-top: -9px;
}

.video-replay {
    background: rgba(0, 0, 0, 0.6) url("images/reload-big.png") no-repeat scroll center center;
    border-radius: 50%;
    display: block;
    height: 127px;
    left: 50%;
    margin-left: -63.5px;
    margin-top: -63.5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 127px;
    z-index: -1;
}

.video-bar-click-ui {
    background-color: transparent;
    height: 30px;
    margin-top: -13px;
    position: absolute;
    width: 100%;
	z-index: 12;
}

.video-player {
	position: relative;
}

/*.video-player-element:-webkit-full-screen { cursor:zoom-out; }
.video-player-element:-moz-full-screen { cursor:zoom-out; }
.video-player-element:-ms-fullscreen { cursor:zoom-out; }
.video-player-element:fullscreen { cursor:zoom-out; }*/

/*.video-player-element.fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 100000000000000000;
}*/

.reel-blocker {
	position: absolute;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	left:  0;
}

.secondary-layer-descriptions {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000000001;
    cursor: default;
}

.secondary-layer-descriptions .close {	
    z-index: 10000000000011;
}

.secondary-layer-descriptions .title {
	display: block;
	font-family:  'kelson_sanslight';
	font-size: 79px;
	color: #fff;
	width: 1170px;
	margin: 0 auto;
}

.secondary-layer-descriptions .title span {
	border-bottom: 2px solid #5fa1a9;
	display: inline-block;	
	margin: 73px 0 40px 0;
	line-height: 96px;
}

.secondary-layer-descriptions .content {
	display: block;
	width: 1170px;
	margin: 0 auto;
	color: #fff;
}

.secondary-layer-descriptions .video-player-element,
.secondary-layer-descriptions .video-player-for-360 {
	margin-bottom: 22px;
}

.secondary-layer-descriptions .video-player-for-360 {
	background-color: #000;
}

#video-chooser-ui {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
	text-align: center;
	background: url("images/video-player-ui-background.jpg") no-repeat scroll center center transparent;
	background-size: cover;
}

#video-chooser-ui .secondary-layer-descriptions {
	text-align: left;
	background-color: transparent;
	z-index: 100000000000001;
}

#video-chooser-ui-inner {
	position: absolute;
	min-width: 900px;
	min-height: 230px;
	top: 50%;
	left: 50%;
	margin-top: -115px;
	margin-left: -450px;
	opacity: 0;
}

.video-chooser-button {
    display: inline-block;
    opacity: 1;
    background-color: transparent;
    position: relative;
    margin: 0 50px;
	vertical-align: top;
	left: auto;
	cursor: pointer;
}

#video-chooser-ui-top {
	margin-bottom: 50px;
	margin-top: -100px;
}

/*#preloader-svg-inner-active {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}*/

.video-chooser-button:hover #preloader-svg-inner-active {
	stroke-dashoffset: 0; /* másik irányhoz: 453 + új dasharrayt tenni */
}

.video-chooser-button span {
	background: url("images/video_play.png") no-repeat scroll center center transparent;
}

.video-chooser-button label {
    display: block;
    font-family: 'aniversregular';
    width: 200px;
    border-top: 1px solid #515151;
    border-bottom: 1px solid #515151;
    margin-top: 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 48px;
    margin-left: -21px;
}

#video-chooser-center {
    display: inline-block;
    width: 344px;
    vertical-align: top;
    text-align: center;
    margin: 0 94px;
}

#video-chooser-logo {
	background: url("images/logo-video-ui.png") no-repeat scroll center center transparent;
	width:  232px;
	height: 86px;
	margin: 0 auto;
}

#video-chooser-center-text {
	display: block;
	font-family: 'aniversregular';
	border-top: 1px solid #515151;
	padding-top: 27px;
	margin-top: 18px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.23em;
}

.narration-link-container {
	position: absolute;
    z-index: 100000000;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 20px;
}

.narration-link-replay {
	position: absolute;
    background: url(images/reload-big.png) no-repeat scroll center center transparent;
    background-size: auto auto;
    background-size: contain;
    width: 38px;
    height: 38px;
	display: inline-block;
	margin: 6px 0 0 40px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.narration-link-container.isplaying:hover .narration-link-replay {
	opacity: 1;
	margin-left: 60px;
}

.narration-link {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
}

.narration-link span {
	display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    margin: 18px 19px;
}

.narration-link .play {	
	background: url(images/speaker.png) no-repeat scroll center center transparent;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin: 16px 17px;
}

.narration-link .pause {	
	opacity: 0;
	background: url(images/video_pause.png) no-repeat scroll center center transparent;
	background-size: contain;
}

svg.narration-circle {
	width: 38px;
    height: 38px;
}

svg.narration-circle circle.active {	
	transform: rotate(-90deg);
    stroke-dasharray: 113;
    stroke-dashoffset: -113;
    position: absolute;
    transform-origin: 50%;
    z-index: 10;
}

.actual-content .narration-link-container {
	opacity: 0;
}

.place-info .content span.narration-link-container {
	position: relative;
	vertical-align: middle;
	margin-left: 16px;
}

#global-map {
	background: url(images/global-map.jpg) no-repeat scroll 0 0 transparent;
	background-size: cover;
	position: fixed;
    z-index: 20;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: 0px solid #5fa1a9;
    transform-origin: 100% 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#global-map.mini {
	right: 20px;
    top: 20px;
    left: auto;
    transform: scale(0.15);
	border: 8px solid #5fa1a9;
}

#global-map .global-map-point {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #db8804;
	cursor: help;
}

#global-map .global-map-point span:before {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #db8804;
	width: 0;
	height: 2px;
	margin-top: 1.33em;
	margin-left: -20px;
	transform: rotate(-45deg) translate(-5px, 14px);
	transform-origin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#global-map .global-map-point span {
	position: absolute;
	height: 1.3em;
    display: inline-block;
    border-bottom: 2px solid #db8804;
    left: 45px;
    top: -25px;
	color: #fff;
	opacity: 0;
	text-shadow: 0 0 2px #000, 0 0 2px #000;
	transform: translate(-20%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#global-map .global-map-point:hover span {
	transform: translate(0%);
	opacity: 1;
}

#global-map .global-map-point:hover span:before { 
	width: 20px;
}

/* Media query */
@media (min-height: 1px) and (max-height: 850px) {
	#preloader-logo-1, #preloader-logo-2 {
	    transform: scale(0.6);
	    transform-origin: 50% 0%;
	}

	#preloader-logo-1 {
		margin-top: 30px;
	}

	#preloader-logo-2 {
	 	margin-top: 90px;
	}

	#preloader-logo-text {
		margin-top: 200px;
	}

	#preloader-inside {
		top: 285px;
	}

	#preloader-bottom-text {
		margin-top: 462px;
	}
}

@media (min-height: 1px) and (max-height: 940px) {
	.secondary-layer-descriptions .title {
		width: 95%;
		font-size: 50px;
		margin-top: -55px;
	}

	.secondary-layer-descriptions .content {
		width: 100%;
		transform: scale(0.6);
		margin-top: -110px;
	}
}

@media (min-width: 600px) and (max-width: 1280px) {
	.place-info .content h3 {
		font-size: 38px;
		line-height: 48px;
		max-width: 210px;
	}

	.place-info .content .text p {
		font-size: 15px;
		line-height: 1.3em;
	}

	.place-info .close,
	#threesixty-box .close,
	#video-chooser-ui .close,
	.place-info .close {
		transform: scale(0.7);
	}

	#main-title,
	.old-images-gallery-title b {
	    font-size: 45px;
	    line-height: 60px;
	}

	#main-content {
		width: 72%;
		left: 40px;
	}

	#main-content p,
	.old-images-gallery-title p {
	    font-size: 13px;
	    line-height: 1.1em;
	}

	body.loaded #main-content .actual-content.animate p {
	    display: none;
	    animation: none;		
	}

	body.loaded #main-content .actual-content.animate p.animate {
		display: block;
		opacity: 1;
	}

	body.loaded #main-content .actual-content.animate p.animate br,
	.old-images-gallery-title p br {
		display: none;
	}

	#bottom-icon-holder {
	    transform: scale(0.7);
	    transform-origin: 100% 100%;
	}

	.actual-content {
		bottom: -18px;
	}

	#preloader-logo-1, #preloader-logo-2 {
	    transform: scale(0.6);
	    transform-origin: 50% 0%;
	}

	#video-chooser-ui-inner {
		transform-origin: 50% 50%;
		transform: scale(0.7);
	}
	
	#video-chooser-ui .close,
	#interactive-map .close,
	#interactive-map-zoomin, 
	#interactive-map-zoomout {
		transform-origin: 50% 50%;
		transform: scale(0.7);
	}

	#interactive-map-minimap {
		transform-origin: 0% 100%;
		transform: scale(0.7);
	}

	.secondary-layer-descriptions .title {
		width: 95%;
		font-size: 50px;
		margin-top: -55px;
	}

	.secondary-layer-descriptions .content {
		width: 100%;
		transform: scale(0.7);
		margin-top: -110px;
	}

	#minimap {
		transform-origin: 0% 0%;
		transform: scale(0.7);
	}
}

@media (min-width: 1281px) and (max-width: 1600px) {
	#bottom-icon-holder {
	    transform: scale(0.7);
	    transform-origin: 100% 100%;
	}

	#main-content p,
	.old-images-gallery-title p {
		font-size: 12px;
		line-height: 1.5em;
	}
}

@media (min-width: 1601px) and (max-width: 1919px) {
	#bottom-icon-holder {
		transform: scale(1);
	    transform-origin: 100% 100%;
	}
	
	#main-content {
		/*width: 90%;*/
		left: 70px;
	}

	#main-bottom-overlay,
	#main-top-overlay {
		display: block;
	}

	#main-content p,
	.old-images-gallery-title p {
		font-size: 15px;
		line-height: 1.1em;
	}
}

@media screen and (min-width: 1920px) {
	#bottom-icon-holder {
		transform: scale(1);
	    transform-origin: 100% 100%;
	}

	.place-info .content h3 {
		font-size: 79px;
		line-height: 79px;
	}

	.place-info .close,
	#threesixty-box .close,
	#video-chooser-ui .close {
		transform: scale(1) translate(0, 0);
	}

	#main-title,
	.old-images-gallery-title b {
	    font-size: 80px;
	    line-height: 90px;
	}

	#main-content p,
	.old-images-gallery-title p {
	    font-size: 18px;
	    line-height: 1.23em;
	}
}