@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:100,400,500&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:100,400,500&subset=latin-ext');

@font-family-main: "Quicksand", sans-serif;
@font-family-title1: @font-family-main;
@font-family-title3: "Barlow Condensed", sans-serif;

@weightThinest:100;
@weightThin:200;
@weightMain: 400;
@weightSemiBold: 500;
@weightBold: 600;
@weightBoldest: 700;

@font-color-main: rgb(0,0,0);
@font-color-bold: rgb(0,0,0);
@font-color-title1: rgb(230,0,30);
@font-color-title2: @font-color-title1;

@color_gR: #DB4437;
@color_gG: #0F9D58;
@color_gB: #4285F4;
@color_gB2: #1A73e8;
@color_gY: #F4B400;

//@color_body1D: #333;
@color_body1D: #ED681D;
@color_body1D2: #5D5D5D;
@color_body1M: #999;
@color_body1L: #CCC;
@color_body1UL: #EFEFEF;

@color_acc1D: #033;
//@color_acc1M: #099;
//@color_acc1M: #D4642B;
@color_acc1M: @color_gG;
@color_acc1L: #0CC;

@color_acc2D: #013;
@color_acc2M: #039;
@color_acc2L: #04C;
@color_acc2UL: #07F;

@maxWidth: 1281px;

html {
	scroll-behavior: smooth;
}

* {
	box-sizing:border-box;
}

header {
	height: 60px;
//	margin-bottom:60px;
	background: #f0f0f0;
	border-top: 1px solid white;
	border-bottom: 1px solid @color_body1L;
	z-index:999;
	position:fixed;
	top:0;
	width:100vw;
}

header #left{
	background: url("../img/logo-ahd.png") no-repeat;
	background-position: 10px center;
	height: 100%;
	width: 100vw;
//	min-width: 250px;
	max-width: @maxWidth;
	margin:0 auto;
	overflow: visible;
	text-align: right;
//	padding-left:30%;
	line-height: 4rem;
	cursor: pointer;
}

header #menu {
	display: inline-block;
//	position:relative;
	background: #090;
	width:auto;
	height:auto;
	margin:0 10% 0 30%;
	text-align: center;
//	vertical-align: middle;
//	float: right;
//	padding-top:1rem;
}


#menu a, #left a, #mobmenu a {
	color: @color_body1D2;
	font-family: @font-family-title3;
	font-weight: @weightSemiBold;
	font-size: 1.4rem;
	shape-outside: border-box;
	margin-right: 2rem;
	text-decoration:none;
}

#menu a:link, #left a:link, #mobmenu a:link {
	text-decoration:none;
}

#menu a:hover, #left a:hover, #mobmenu a:hover {
//	text-decoration:underline!important;
	color: @color_acc1M;
}

#menu a:visited, #link a:visited, #mobmenu a:visited {
	text-decoration:none;
	color: @color_body1D2;

}

header #right {
	background: url("../img/mobmenu.png") no-repeat;
//	background-color: #900;
	background-position: center center;
	background-size: 70%;
	height: 100%;
	width:40px;
//	min-width: 250px;
//	max-width: @maxWidth;
	margin:0 auto;
	display: none; //inline-block;
	float: right;
	margin-right: 30px;
//	overflow: visible;
}

#mobmenu {
	display: none;
	position: fixed;
	top: 60px;
	right: 0;
	width: auto;
	z-index: 998;
	height: 100vh;
	background-color: @color_body1UL;
	line-height: 2.5em;
	padding:1em;
}

footer {
	color:white;
	height:600px;
	background: @color_acc1D;
	padding:10px;
}
footer a:link, footer a:visited {
	color:white;
	text-decoration: none;
}

footer a:hover{
	color: @color_gY;
}

#trusted {
	display: block;
	position:fixed;
	bottom:0;
	right:0;
	z-index:100;
	background: url("../img/gsvt.png") no-repeat;
	height:200px;
	width:120px;
	cursor:pointer;
}


body {
//	min-width: 980px;
//	background-color: yellow;
//	top: 60px;
	margin:0 auto;
	color: @color_body1D;
	font-family: @font-family-main;
	font-weight: @weightMain;
	font-size: 20px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body a {
//	color: darkred;
	font-weight: @weightMain;
	text-decoration: underline;
}

div {
	max-width: @maxWidth;
	margin: 0 auto;
}

h1 {
	font-family: @font-family-title3;
	font-size: 2.8em!important;
	font-weight: @weightThinest;
	color: @color_body1M;
	letter-spacing: -0.02em;
	height: auto;
//	max-height:2.3em;
	line-height: 1.15em;
	margin: 0 auto;
	padding-top: 1.1em;
	padding-left: 1.25em;
//	overflow: hidden;
	background: url("../img/dot.png") no-repeat;
//	background-color: blue;
	background-position: 0.45em 1.45em ;
}

h2 {
	font-family: @font-family-title3;
	font-size: 2.8em!important;
	font-weight: @weightThinest;
	color: @color_body1M;
	letter-spacing: -0.02em;
	height: auto;
//	max-height:2.3em;
	line-height: 1.15em;
	margin: 0 auto;
	padding-top: 1.1em;
	padding-left: 1.25em;
//	overflow: hidden;
	background: url("../img/dot.png") no-repeat;
//	background-color: blue;
	background-position: 0.45em 1.45em ;
}

h3 {
	font-family: @font-family-title1;
//	font-size: 1.4em!important;
	font-size: 0.85em!important;
//	font-size: 2vh!important;
	font-weight: @weightMain;
//	color: @color_acc1M;
	color: white;
//	background-color: blue;
//	letter-spacing: -0.02em;
//	height: auto;
//	max-height:2.3em;
	line-height: 1.4em;
	margin: 0.3em auto;
	padding: 1em;
	overflow: hidden;
	background-color: @color_body1D;
}

h3 a {
	padding:0!important;
	color: white;
}

p {
//	margin:7px 0;
	margin:5px 0;
}

img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: pixelated;
}


/*#t001, #t002, #t003
{
//	display: none;
}*/

.top {
	color: white;
	max-width: 100vw;
//	min-height: 550px;
//	background-color: yellow;
//	background-image: url('../img/hd.jpg');
//	background-image: url('../img/jd_logo_wbs.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
//	overflow: hidden;
	height:100vh;
	text-align: center;
	margin: 0 auto;
}


.top #logo {
//	background-color: yellow!important;
//	background: no-repeat;
//	background-image: url('../img/jd_logo_wbs.png'), none;
//	background-image: url('../img/jd_logo_wbs.svg'), none;
//	background-size:initial;
//	background-position: center!important;
	overflow: visible;
//	padding-top:10vh;
//	display: inline-block;
//	height:15%;
//	position: relative;
//	margin-left:10vw;
//	margin-bottom:1vh;
//	margin:0 auto;
	width:100vw;
//	height: 50vh;
	//	max-width:700px;
//	left: 20%;
}

.top #motto {
	background:none;
	line-height: 0.8em;
	margin-top: 10vh;
	margin-right: 7vh;
	margin-bottom: 10vh;
	font-size: 7vh!important;
	color: @color_gG;
}

.tour_container {
	background-color: @color_body1UL;
	width:100%;
	margin: 0 auto;
	margin-top:20px;
	overflow: hidden;
	padding:0;
	height: auto;
	border-top: 3px solid @color_acc1M;
}

.tour_container .tour_title {
	font-family: @font-family-title1;
	font-size: 1.4em!important;
	font-weight: @weightMain;
	color: @color_acc1M;
//	background-color: blue;
	letter-spacing: -0.02em;
	height: auto;
	max-height:2.3em;
	line-height: 1.15em;
	overflow: hidden;
}

.tour_container .tour_view {
	display: inline-block;
	width: 60%;
//	height:300px;
	margin:0;
//	background-color: red;
	min-height:350px;
	padding:0 -1px 0 1px;
}

.tour_container .tour_view iframe{
	width:100%;
	height:100%;
	margin:0;
	border:0;
	min-height:360px;
}

.tour_container .tour_text {
//	background-color: green;
	display: inline-block;
	float:right;
	width: 40%;
//	overflow: hidden;
	max-height: 300px;
//	border-top: 1px solid @color_body1L;
}

.tour_container .lang_txt, .lang_lnk {
	width: 98%;
//	background-color: gray;
	padding:0 0.5em;
//	visibility: hidden;
}

.lang_lnk a {
	font-size: 0.5em;
	text-decoration:none;
	cursor: pointer;
	padding:0.2em 1em;
	margin:0;
//	color:gray;
}

.lang_lnk a:hover {
	background: @color_body1L;
}

.lang {
	max-height:30em;
//	display: none;
	overflow: auto;
	border-top: 1px solid @color_acc1M;
}

.lang p {
	max-height:16em;
	font-size:0.8em;
	letter-spacing:0.02em;
	width:97%;
	color: @color_body1D;
//	padding:0 0.5em;
}

.lang_list{
	color: @color_body1D;
	background-color: transparent;
}

.lang_sel{
	color: #FFF;
	background-color: @color_acc1M;
}

.open-in-gsv {
	margin-bottom:1rem;
	padding-left: 0!important;
}

.open-in-gsv a {
	padding-top:8px!important;
	padding-bottom:4px;
}

.city {
	background-color: @color_body1D;
	background-repeat: no-repeat, repeat-x;
	background-position: center bottom;
	background-size:contain;
	height:180px;
	margin-bottom:1vh;
	display: inline-block;
	width: 33%;
}

.city:hover {
	background-color: @color_acc2M;
	cursor: pointer;
}

.city p{
	font-size:0.6em;
	letter-spacing: 0.05em;
	vertical-align: bottom;
}

#city-cluj {
	background-image: url("../img/symbCluj.png");
//	background-image: url("../img/symbCluj.png"), url("../img/symbCityBG.png");
}

#city-oradea {
	background-image: url("../img/symbOradea.png");
}

#city-zalau {
	background-image: url("../img/symbZalau.png");
}

#contact {
//	background: url("../img/gcheck.png") no-repeat bottom 1vh right 1vw;
}

.notes {
	background: url("../img/logo-ahd.png") no-repeat;
	padding-top:54px;
}

.notes p {
	font-family: sans-serif;
	font-weight:100!important;
	font-size: 0.9rem;
	margin-bottom:0.5rem;
}

.notes h3 {
	background: @color_body1UL;
	font-size: 1.4rem!important;
	padding:0.5rem;
	line-height: 1.2rem;
}

.notes h4 {
	font-family: @font-family-main!important;
	font-size:1rem!important;
	font-weight: @weightSemiBold;
	color:@color_gG;
	margin-bottom:0.2rem;
}

.fotorest {
	display:inline-block;
	position: relative;
	min-height: 493px;
	max-width: @maxWidth;
}

#fr01 {
	float:left;
	width:60%;
}

#fr02 {
	width:39%;
	margin-left:1%;
}

@media screen and (orientation:portrait){
	.top #logo {
//		background: url('../img/logo-asvup-lt.png') no-repeat;
//		background: url('../img/jd_logo_wbs.svg') no-repeat;
//		background-size: contain;
//		background-position: center;
//		margin-left:10vw;
//		margin-top: 40vh;
//		margin-bottom:10vh;
		width:100vw;
//		max-width:80vw;
//		height: 50wh;
		vertical-align: top;
	}

	.top #motto {
		background-image: none;
		line-height: 0.8em;
		margin-top: 10vh;
		margin-right: 5vh;
		margin-bottom: 5vh;
		font-size: 5vh!important;
	}

	#left a {
		display:none;
	}

	#right {
		display: inline-block!important;
	}

	.city {
//		display: block!important;
		width: 95vw!important;
		max-width:550px;
	}

	.fotorest {
		display:block;
		margin:0 auto;
//		position:relative;
	}

	#fr01, #fr02 {
		float: none;
		width:90vw;
		margin:0 auto;
		margin-top: 3px;
	}


}


@media screen and (max-width:830px) and (orientation:landscape){
	#left a {
		display:none;
	}

	#right {
		display: inline-block!important;
	}

	.fotorest {
		display:block;
		position:relative;
//		max-height: 193px;

	}

	#fr01, #fr02 {
		float: none;
		width:85vw;
	}

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
//	 iOS in portre and landscpe node
	iframe {
		height: 0;
		max-height: 100%;
		max-width: 100%;
		min-height: 100%;
		min-width: 100%;
		width: 0;
	}
}
