<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Pala';
    src: url(fonts/palr45w.ttf);
}
html {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	top: 0;
	left: 0px;
	right: 0px;
	/*background: url(cssimg/titihandpan-web-bg.jpg);*/
	background-repeat: no-repeat;
	background-origin: border-box;
	background-size: cover;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100vw;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Pala';
	background-color: hsla(22, 0%, 40%, 1);
}
.top, .middle, .bottom {
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100vw;
}
nav {
	position: fixed;
	left: 0%;
	right: 0%;
	top:calc(0.5vh + 4px);
	height: auto;
	width: auto;
	z-index: 100;
}
menu {
	position: relative;
	display: flex;
	margin: auto;
	padding: 0;
	height: auto;
	min-width: 300px;
	/*max-width: 1600px;*/
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-content: center;
	    -ms-flex-line-pack: center;
	        align-content: center;
	z-index: 10;
	background-color: rgba(0,0,0,0.6);
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
}
menuitem {
	text-align: center;
}
menuitem a{
	position: relative;
	display: block;
	text-decoration: none;
	display: block;
	padding: calc(0.2vw + 13px) calc(0.08vw + 21px);
	height: 100%;
	width: auto;
	color: #fff;
	font-family: Pala;
	text-transform: uppercase;
	font-size:calc(0.1vw + 16px);
	box-sizing: border-box;
}
menuitem:nth-child(1n+1) a{
	background-blend-mode: multiply;
	color: hsla(0, 0%, 100%, 0.7);

}
menuitem a:hover{
	background-color: rgba(0,0,0,0.8);

}
.top {
	background-color: #663731;
	min-height: 340px;
	height: 40vh;
	max-height:590px; 
	background-image: url(cssimg/header-bg.jpg);
	background-position: center;
	background-size: cover;
}
.middle {
	display: block;
	background-color: #e5dbdd;
	min-height: 30vh;
	height: auto;
	background-position: center;
	background-size: cover;
}
.bottom {
	position: relative;
	top: 0;
	background-color: hsla(22, 0%, 40%, 1);
	min-height: 100px;
	max-height:390px; 
	background-position: center;
	background-size: cover;
}
.middle section {
	position: relative;
	top: 0;
	display: block;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 7vw 50px 7vw;
	text-align: center;
}
.container {
	max-width: 2000px;
	padding: 0px;
	box-sizing: border-box;
	margin: 0 auto;
}
section#profile {
	background-color: #e5dbdd;
	background-image: url(cssimg/titi-handpan-profile.jpg);
	background-position:60%  100% ;
	background-size: contain;
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	height: 100%;
}
section#reference {
	background-color: #fff;
	background-size: contain;
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	height: 100%;
}
section#reference p {
	width: 100%;
	padding: 0;
	display: inline-block;	
}


section#reference p.quoteupper {
	text-align: right;
	font-style: italic;
}
section#reference img {
	display: block;
	height: 200px;
	margin: 20px auto 20px auto;
}
section#reference .fleft {
	float: left;
	margin: 0 20px 0 0;
}
section#reference .fright {
	float: right;
	margin: 0 0 0 20px;
}
.middle h1 {
	font-size:calc(0.6vw + 22px);
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
}
.middle h2 {
	font-size:calc(0.6vw + 14px);
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
	padding-top: 30px;
}
.middle p {
	font-size:calc(0.05vw + 15px);
	letter-spacing: 1px;
	text-align: left;
	line-height: 24px;
	padding-left: 4vw;
	padding-right: 4vw;
}
.middle p.quote {
	text-align: center;
}
.middle p.quoteupper  {
	text-align: center;
	text-transform: uppercase;
	font-size:calc(0.2vw + 15px);
}
.logo {
	position: relative;
	display: block;
	top:calc(35%);
	bottom: 0%;
	left: 0%;
	right: 0%;
	margin: auto;
	color: red;
	fill: black;
	mix-blend-mode: multiply;
}
.top .logo {
	height:calc(1vw + 70px);
}
.bottom svg.logo  {
	position: relative;
	top: 20px;
	bottom: 0px;
	margin: auto;
	display: block;
	height:calc(0.7vw + 30px);
	padding-bottom: 40px;
}
svg.logo {
	fill: rgba(0,0,0,0.7);
	mix-blend-mode: multiply;
}
.bottom svg.logo {
	fill: rgba(255,255,255,0.22);
	mix-blend-mode: normal;
}

#handpan-titi .top {
	background-image: url(cssimg/handpan-titi-bg.jpg);
	background-color: #c9d4d6;
}
#handpan-titi .top .logo {
	fill: rgba(255,255,255,0.9);
	mix-blend-mode: screen;
}
#handpan-titi .middle, #handpan-titi .middle section {
	background-color: #b4be72;
	color: rgba(0,0,0, 0.8)
}
#handpan-kapcsolat .top {
	background-image: url(cssimg/handpan-kapcsolat-bg.jpg);
	background-color: #c9d4d6;
}
#handpan-kapcsolat .top .logo {
	fill: rgba(255,255,255,0.9);
	mix-blend-mode: screen;
}
#handpan-kapcsolat .middle, #handpan-kepek .middle section {
	background-color: #1b2c2f;
	color: rgba(255,255,255, 0.6)
}
#handpan-kapcsolat .middle a  {
	color: rgba(255,255,255, 1);
	text-decoration: none;
}
#handpan-kapcsolat .middle a:hover  {
	color: #68e8ff;
}
#handpan-kapcsolat .middle p  {
	line-height: 30px;
}
#handpan-tortenet .top {
	background-image: url(cssimg/handpan-tortenet-bg.jpg);
	background-color: #5b5b5b;
}

#handpan-megrendelesek .top {
	background-image: url(cssimg/handpan-megrendeles-bg.jpg);
	background-color: #e1dac8;
}
#handpan-tortenet .top .logo {
	fill: rgba(255,255,255,0.9);
	mix-blend-mode: screen;
}

#handpan-tortenet .middle {
	background-color: #eee;
}
#handpan-tortenet section {
	background-color: #eee;
	background-image: url(cssimg/titi-handpan-profile.jpg);
}
#handpan-megrendelesek .middle {
	background-color: #382e27;
	color: rgba(255,255,255, 0.6)
}
#handpan-megrendelesek section {
	background-color: #382e27;
	background-image: none;
}
#handpan-megrendelesek .bottom, #handpan-kapcsolat .bottom {
	background-color: #e4e4e4;
}
#handpan-megrendelesek .bottom .logo, #handpan-kapcsolat .bottom svg.logo  {
	fill: rgba(0,0,0,0.6);
	mix-blend-mode: multiply;
}
body#handpan-megrendelesek, body#handpan-kapcsolat  {
	background-color: #e4e4e4;
}
#handpan-kepek .top {
	min-height: 200px;
	height: 18vh;
	max-height:290px;
}
#handpan-kepek .middle, #handpan-kepek .middle section {
	background-color: #111;
	color: rgba(255,255,255, 0.6)
}
#handpan-kepek .middle {
	padding:  0px;
}
.imagegallery {
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 50px;
	font-size:calc(0.05vw + 15px);
	letter-spacing: 1px;
	text-align: left;
	line-height: 24px;
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	        align-content: stretch;
	        -webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.imagegallery a {
    position: relative;
    top: 0px;
    left: -20px;
    margin: 20px 0px 0px 20px;
    padding: 0px;
	min-width: 198px;
	min-height: 173px;
	max-width: 290px;
	max-height: 180px;
	overflow: hidden;
	border-radius: 0px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
  	-webkit-box-flex: 1;
    flex: auto;
	
	text-decoration: none;
	
}
.imagegallery img.thumb {
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	overflow: hidden;
	min-width: 290px;
	min-height: 180px;
	z-index: 0;
	
	color: #ffffff;
	font-size: 16px;
}

#handpan-kepek .top .logo {
	top: 33%;
}
p.center {
	text-align: center;
}


menu a.red {
	text-decoration: none;
	color: red;
}
a.red {
}
menuitem a.button {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 110;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	display: block;
	height: 20vh;
	width: 20vh;
	max-height: 80px;
	max-width: 80px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.7);
  	background: rgba(0,0,0,0.3) url(cssimg/menubutton-bg.svg);
	background-size: 40px 40px;
	background-blend-mode: color-burn;
	cursor: pointer;
}
.mtoggle, .mtoggled {
	overflow: hidden;
}
#share-buttons{
	position: absolute;
	top: 90%;
	left: 80%;
}
#share-buttons a{
	position: absolute;
	display: block;
	background: url('cssimg/facebook.png');
	width: 64px;
	height: 64px;
	z-index: 40;
}
.bottom menu {
	background: none;
	font-size:calc(0.1vw + 12px);
	
}
.bottom menuitem a {
	font-size:calc(0.1vw + 10px);
	opacity: 0.5
}
.bottom menuitem a:hover {
	background: none;
	opacity: 1;
}
#handpan-megrendelesek .bottom menuitem a,#handpan-kapcsolat .bottom menuitem a {
	color: rgba(0,0,0,0.5);
}
/* screeen start */
@media only screen and	(-webkit-min-device-pixel-ratio: 1), 
						(min--moz-device-pixel-ratio: 1),
						(-o-min-device-pixel-ratio: 1),
{
	.mtoggle {
height: 100;
	}
	.mtoggled {
height: 0px;
	}
}
menuitem a.button {
display: none;
}
/* mobil start */
@media only screen and	(-webkit-min-device-pixel-ratio: 1.5) and (orientation:portrait), 
						(min--moz-device-pixel-ratio: 1.5) and (orientation:portrait),
						(-o-min-device-pixel-ratio: 1.5) and (orientation:portrait),
{
	
menuitem a.button {
	max-height: 40px;
	max-width: 40px;
}
}
@media only screen and	(-webkit-min-device-pixel-ratio: 1.5), 
						(min--moz-device-pixel-ratio: 1.5),
						(-o-min-device-pixel-ratio: 1.5),
{
	menuitem a.button {
		display: block;
}
	.mtoggle {
		height: 0px;
	}
	.mtoggled {
		height: 100vh;
	}
nav {
	position: fixed;
	top: 0%;
	}
menu {
	padding: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	height: 100vh;
	
}
menuitem {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0;
	padding: 0px;
	text-align: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	        align-content: stretch;
}
menuitem a{
	height: 100%;
	width: 100vw;
	color: #fff;
}

	.top,#handpan-kepek .top {
		min-height: 140px;
		height: 20vh;
		max-height:390px; 
	}
.logo {
}
 .top .logo, #handpan-kepek .top .logo {
	position: relative;
	display: block;
	top: 20%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	margin: auto;
	color: red;
	fill: black;
	mix-blend-mode: multiply;
	height:calc(1vw + 60px);
	}
	
.bottom menu {
display: none;
	
}


.imagegallery_new
{
	margin: auto;
	width: 1300px;
	height: 200px;
	}

	
.fwhite
{
	color: #ffffff;
	font-size: 16px;
}

	
A.videok:visited 
  {
  text-decoration: none; color: #ffffff; FONT-WEIGHT: normal; FONT-SIZE: 16px;
  }
A.videok:link 
  { 
  text-decoration: none; color: #ffffff; FONT-WEIGHT: normal; FONT-SIZE: 16px; 
  }
A.videok:active 
  {	
  text-decoration: none; color: #ffffff; FONT-WEIGHT: normal; FONT-SIZE: 16px;
  } 
A.videok:hover 
  {
  text-decoration: none; color: #ffffff; FONT-WEIGHT: normal; FONT-SIZE: 16px;
  }
  
  
  

#vid_felirat1
{
	position: relative;
	width: 1300px;
	margin-top: -20px;
}

.vid_felirat2
{
	position: absolute;

}

.vid_felirat3
{
	position: absolute;
	width: 300px;
	margin-top: 200px;
	margin-left: 600px;
}</pre></body></html>