  /* Ă L T A L Ă N O S  D O L G O K */

html { 
	background: url(https://l-reinhart.com/proba/wp-content/uploads/2025/11/h01.png);
background-attachment: fixed;
		font-family: 'Noto Sans', sans-serif;	
 background-position: top center;
 margin: 0px;
padding: 0px;

}

@font-face {
  font-family: Brandon;
  src: url(https:/l-reinhart.com/proba/wp-content/themes/lili7/Brandon.ttf);
	
}


body {

background: url(https://l-reinhart.com/proba/wp-content/uploads/2025/11/fej01.png) repeat-y; 
height: 423px;
 background-position: top center;
		font-family: 'Assistant', sans-serif;
	font-size: 13px;
	line-height: 20px;
 margin: 0px;
padding: 0px;

}


#site{
	width: 1054px;
left:0px;
        float: center;
	margin: 0px auto;
}


#sidebar{
	width: 385px;
position: relative;
	float: right;
	margin-top: 0px;
        margin-left: 0px;
	left:0px;
border: none;


}

#sidebar2{
	width: 310px;
position: relative;
	float: right;
	margin-top: 1400px;
        margin-left: 0px;
	left:0px;
border: none;


}


#kep10 {
	margin: 0px auto;
	clear: both;
	background: #555555;
	width: 670px;
	height: 100px;
	padding: 80px 0;
	float: bottom;
}


.photos img{-webkit-transition:  0.5s; outline: 1px solid #dcb7ca;box-shadow: 0 0 30px rgba(0,0,0, 0.4);-webkit-filter: grayscale(50%) brightness(100%) contrast(100%);

}
.projects {
margin:0 auto;
width:361px;
text-align: justify;
font-family: Noto;
	padding-left: 0px;
font-size: 13px;
	
}
.projects img {
width:85px;
float:left;
margin-left: 0px;
  padding: 3px;
 background: none;
  border: 1px solid #6d5356;
	-webkit-box-shadow: 0 0 10px #3d2629; 
	-moz-box-shadow: 0 0 10px #3d2629;
	box-shadow: 0 0 10px #3d2629;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
	  filter: grayscale(0%);

}

.projects img:hover {
width:85px;
float:left;
margin-left:0px;
  background: none;
  padding: 3px;
  border: 1px solid #876065;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    filter: grayscale(50%);
	  filter: grayscale(50%);
		opacity: .8;


}
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab&subset=latin,latin-ext);
.hovereffect {
width: 385px; /* a doboz szélessége */
height: 250px; /* a doboz magassága */
	left: -1px;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
margin: 0px auto;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background: #4B4B4B; /* háttérszín a képre */
filter:alpha(opacity=10); /* háttérszín átlátszósága */
-moz-opacity:.1; /* háttérszín átlátszósága */
opacity: .1; /* háttérszín átlátszósága */
-webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover .overlay { /* háttérszín, ha ráviszed az egeret */
background: url(https://l-reinhart.com/proba/wp-content/uploads/2023/02/resz1.png);
opacity: 0.85;
filter: alpha(opacity=85);
-moz-opacity:0.85; /* háttérszín átlátszósága */
}
.hovereffect img {
display: block;
position: relative;
}
.hovereffect h2 { /* cím kinézete */
		font-family: 'Assistant', sans-serif;
text-transform: uppercase;
color: #ffffff;
text-align: center;
position: relative;
font-size: 27px/27px Assistant;
font-weight: bolder;
letter-spacing: 2px;
padding: 4px;
background: #f65682;
-webkit-transform: translateY(65px);
-ms-transform: translateY(65px);
transform: translateY(65px);
-webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover h2 {
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}
.hovereffect p { /* tartalom kinézete */
font-size: 27px/27px Assistant;
font-weight: bolder;
letter-spacing: 3px;
text-align: center;
color: #ffffff;
border: 2px solid #ffffff;
background: transparent;
text-transform: uppercase;
display: inline-block;
opacity: .6;
filter: alpha(opacity=0);
font-weight: normal;
padding: 25px 25px;
margin: 50px 50px 50px 50px;
text-shadow: 2px 2px 9px #292442;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover p {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hovereffect p:hover {
box-shadow: 1 1 7px #292442;
}
.hovereffect h3 { /* cím kinézete */
-webkit-transform: translateY(45px);
-ms-transform: translateY(45px);
transform: translateY(45px);
-webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect b { /* linkek kinézete */
font-family: Arial !important;
font-size: 13px !important;
font-weight: normal !important;
text-align: center;
padding: 7px;
color: #ffffff;
border-bottom: 4px solid #ffffff;
background: #FD835E;

}



.pinfo {
	top: 0px;
font-weight: none;
line-height: 18px;
}
.pinfo b {
color:#ccc95f !important;
}


#link {
   background:#0b1337;
   color: #ffffff;
   font-size: 12px;
   text-align: left;
   font-family:Arial;
   text-transform: ;
   height: 20px;
   font-weight: none;
border-bottom: 2px solid #e5d05b;
   text-shadow: ;
   padding: 6px;
}



#ccsere   {
	}

#ccsere a:link img, a:visited img   {
margin:0px;
border-bottom: none;
border-radius: 80px;

	}

.csere a:link img, a:visited img{
  background: #;
  padding: 4px;
  border: 1px solid #30294a;
	margin: 1px;
	-webkit-box-shadow: 0 0 10px #0b0812; 
	-moz-box-shadow: 0 0 10px #0b0812;
	box-shadow: 0 0 10px #0b0812;
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;
}

.csere  a:link img, a:visited img:hover {
  background: #;
  padding: 4px;
  border: 1px solid #b03d93;
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
	opacity: 1;
}

.gallery {
background: #f3f3f3 url('http://l-reinhart.com/wp-content/uploads/2020/12/ca.png') left center repeat-y;
vertical-align: left;
padding: 4px 2px 2px 2px;
width: 95%;
	color: #747474;
line-height: 90%;

}

.texx {
font-size: 10px;
	color: #3b3b3b;
text-transform: uppercase;
margin-left: 53px;

}

.texx a{
font-size: 12px;
	color: #445a7b;
text-transform: none;

}

.texx a:hover{
font-size: 12px;
	color: #c373a7;
text-decoration: underline;
text-transform: none;

}
.doboz {
background: #c3958d;
border-bottom: 1px solid #cfa7a0;
border-top: 1px solid #cfa7a0;
height: 32px;
font-weight: bold;
width: 100%;
color: #fffffff;
font-family: arial;

}

.texx00 {
font-size: 19px;
margin-top: 2px;
text-align: center;
color: #ffffff;
font-weight: bold;
font-family: arial;
text-transform: uppercase;

}



.textbox01 {
      position:relative;
     overflow:hidden;
     width:350px; /* képed szélessége */
     height:165px; /* képed magassága */
}
.textbox01 .textbox {
     position:absolute;
     top:0;
     left:0;
padding-top: -8px;
     width:350px; /* képed szélessége */
     height:165px; /* képed magassága */
     margin-left:-350px; /* az az érték kerüljön ide mínuszban, mint amilyen széles a képed */
     background-image: url(); /* háttérkép url címe */
     background-color: #121a40;
     background-repeat: repeat;
}
.textbox01:hover .textbox {
     margin-left:0;
     background-image: url(); /* háttérkép url címe */
     background-color: #121a40;
     background-repeat: repeat;
}
.textbox01 img {
     margin-left:0;
}
.textbox01:hover img {
     margin-left:350px; /* az az érték kerüljön ide, mint amilyen széles a képed */
}
.text1 { /* minden, ami a szövegre hat */
color: #ffffff;
     font-family: arial;
padding-top: -25px;
     font-size: 13px;
     line-height: 12px;
text-shadow: 1px 1px 1px #333f7c;
     width: 330px !important; /* a szöveged milyen szélesen és magasan jelenjen meg */
     text-align: justify;
}
.textbox01 img, .textbox {
padding-top: -25px;
     -webkit-transition: all 0.7s ease;
     transition: all 0.7s ease;

}


#welcome-message {
  position: relative;
font-family: arial;
  z-index: 10;
  background:transparent;
  margin: 15px;
  padding: 15px;
  font-size: 8pt;
  line-height: 12pt;
  color: #ffffff;
font-size: 12px;
opacity: .8;
  text-align: justify;
  border: 1px solid #ffffff;
}

#welcome-message img {
    border: 0;
    box-shadow: none;
  }


#welcome-message-img img {
  min-width: 350px;
  max-width: 300px;
  height: auto;
  margin-bottom: -105%;

}

div#qTip {
	padding:7px;
	display: none;
	color: #ffffff; 
	position: absolute;
	text-transform: uppercase;
	font-size: 11px;
font-weight: none;
	background-color: #000000;
	border: 1px solid #747474;
	z-index: 1000;
	opacity: .4;
font-family: 'Assistant';
		letter-spacing: 1px;

}


a.latest_post{
	display: block;
	width: 325px;
	height: 25px;
	background-color: #838591;
opacity: .6;
border: 2px solid #666977;
	font-size: 11px;
text-align: center;
font-family: 'Assistant';
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-left: 0px;
	color: #ffffff;
	margin-bottom: 3px;
font-style: none;
font-weight: bold;
text-decoration: none;
}

a.latest_post:hover{
display: block;
text-align: center;
	width: 325px;
		letter-spacing: 2px;
	height: 25px;
	background-color: #fa8f5c;
opacity: .8;
border: 2px solid #ee7f4b;
font-style: none;
font-weight: bold;
cursor: default;
text-decoration: none;
	font-size: 11px;
font-family: 'Assistant';
	text-transform: uppercase;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 0px;
	color: #ffffff;
	margin-bottom: 3px;

}

    a.navigation2{
       font-family: arial;
       background-color: #f4f9fb;
       border-top: 1px solid none;
       border-bottom: 1px solid none;
       color: #a9bdc5 !important;
       font-size: 12px !important;
       text-transform: normal !important;
       letter-spacing: 1px;
       padding: 5px 0 3px 0;
       margin: 2px;
       text-align: center;
       width: 245px;
       height: 20px;
       text-decoration: none;
       margin-bottom: 1px;
       display: inline-block;
       -webkit-transition: .5s ease-in;
       -moz-transition: .5s ease-in;
       -o-transition: .5s ease-in;}
     
    a.navigation2:hover{
       font-family: arial;
       box-shadow:inset 245px 0px 0px #d7cde8;
       color: #a79abe !important;
       font-size: 12px !important;
       border-top: 1px solid #none;
       border-bottom: 1px solid #none;
       text-transform: normal !important;
       letter-spacing: 2px;
       text-shadow: 2px 2px 2px none;}


.nname {
margin:3px 0 0;
background: none;
font-weight: none;
padding:5;
display:inline-block;
font-size: 23px;
color:#d1a1ae;
 font-family: Raleway-Regular;
letter-spacing:0;
text-transform:uppercase;
border-bottom: 2px solid #ffffff;
border-top: none;}

.nname b {
font-family: Raleway-Regular;
font-size: 23px;
font-weight: bold;
font-style:italic; 
background: none;
text-transform:uppercase;
color:#dd9e94;

}

.nname i {
font-size: 20px;
font-weight: none;
font-style:italic; 
color: #ffffff;
 font-family: Raleway-Regular;
text-transform:none;

}

@charset "utf-8";

/* css3 */
*{
	-webkit-transition: background-color 0.3s linear 0.01s;
	-moz-transition: background-color 0.3s linear 0.01s;
	-ms-transition: background-color 0.3s linear 0.01s;
	-o-transition: background-color 0.3s linear 0.01s;
	transition: background-color 0.3s linear 0.01s
}

A{
	 -webkit-transition: color 0.3s linear 0.01s;
	 -moz-transition: color 0.3s linear 0.01s;
	 -ms-transition: color 0.3s linear 0.01s;
	 -o-transition: color 0.3s linear 0.01s;
	 transition: color 0.3s linear 0.01s
}


/* main UI */
.AIVEN-scrollSlider, .AIVEN-scrollSlider *{
    margin: 0px
	padding:0;
	list-style:none
}

.AIVEN-scrollSlider, .AIVEN-scrollSlider .inner A{
   width:385px; /* képek szélessége */
}

.AIVEN-scrollSlider{
   height:165px; /* képek magassága */
   overflow:hidden;
   position:relative;
   font-family: Arial;
   margin: 0px auto;
}


.AIVEN-scrollSlider .inner{
   width:2000%;
   height:100%;
   position:relative
}

.AIVEN-scrollSlider .inner A{
   height:100%;
   display:listbox;
   float:left
   
}

.AIVEN-scrollSlider .inner A IMG{
    width:100%;
	height:100%;
	border:0
}



/* buttons */

.AIVEN-scrollSlider .buttons{
  height:6px;
  position:absolute;
  right:7px;
  bottom:7px;
}

.AIVEN-scrollSlider .buttons LI{
   width:15px;
   height:100%;
   background-color:#7a595d;
   float:left;
   margin-left:10px;
   filter:alpha(opacity=70);
   -moz-opacity:1.0;
   -khtml-opacity:0.98;
   opacity:0.7;
   cursor:pointer;
}


.AIVEN-scrollSlider .buttons LI#present{
   filter:alpha(opacity=0.9);
   -moz-opacity:90;
   -khtml-opacity:90;
   opacity:1;
   background-color:#c2868d;
   cursor:pointer;
}


#slideshow {
    position:relative;
    height:277px; /* képeid magassága */
}
#slideshow IMG {
    position:absolute;
    top:0; /* mennyi pixellel legyen lejjebb a kép a lap tetejétől */
    left:100; /* a lap bal oldalához képest mennyivel legyen jobbra a kép */
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;

}

p.gallery {
margin: 5px auto;
background: #252525 url('http://lucyweb.org/demo/wp-content/uploads/2015/04/uj.png') left center repeat-y;
padding: 7px 10px 6px 5px;
vertical-align: left;
font-size: 11px;
text-transform: uppercase;
width: 93%;
line-height: 120%;
}	
	

.fooldal {
padding: 5px;
border-radius: 3px;
border: 1px solid #b4d2d6;
background: transparent;
opacity: .8;
	-webkit-box-shadow: 0 0 10px #b4d2d6; 
	-moz-box-shadow: 0 0 10px #b4d2d6;
	box-shadow: 0 0 10px #b4d2d6;
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;

} 
.fooldal:hover /* Linkelt képek, ha ráviszed az egeret*/{
padding: 5px;
border-radius:3px;
border: 1px solid #e9e9e9;
background: #f0f0f0;
opacity: .8;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;


}

#content a img  /* Linkelt képek kerete,háttere .) */{
padding: 4px;
border: 1px solid #f5f5f5;
background: #ffffff;
opacity: .9;
padding-bottom: 4px;
border-radius: 0px;
			-webkit-filter: grayscale(20%); 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.3); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0, 0.3);
	box-shadow: 0 0 10px rgba(0,0,0, 0.3);
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;

} 

#content a img:hover  /* Linkelt képek, ha ráviszed az egeret*/{
padding: 4px;
border-radius: 0px;
padding-bottom: 4px;
border: 1px solid #f5f5f5;
background: #ffffff;
opacity: 1;
			-webkit-filter: grayscale(60%); 
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;

}

 .date{
font-family: arial;
padding: 0px;
background-color: transparent;
  font-size: 14px;
padding-top: 10px;
margin-top: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
position: absolute;
}

.datte{
background-color: #a88c71;
border: none;
width: 40px;
font-family: arial;
font-weight: none;
font-size: 15px;
color: #ffffff;
text-align: center;
padding-top: 2px;
padding-bottom: 3px;
padding-right: 0px;

}

.cim{
background-color: #181818;
opacity: 1;
font-color: #e6e6e6;
	width: 600px;
	font-size: 18px;
	text-transform: none;
border-bottom: none;
	padding-top: 19px;
	text-align: center;
text-decoration: none;
	padding-left: 10px;
	margin-left: 25px;
	height: 50px;
	font-family: arial;
	position: absolute;
	padding-top: 7px;
	margin-top: 180px;
}

.cimm{
background: transparent;
opacity: 1;
font-color: #ffffff;
font-weight: bold;
font-size: 19px;
	text-transform:  none;
	text-align: center;
text-decoration: none;
	width: 320px;
	height: 40px;
	font-family: arial;

}


.kate{
background-color: transparent;
opacity: 1;
font-color: #ffffff;
	width: 600px;
	font-size: 12px;
	text-transform: none;
border-bottom: none;
	padding-top: 19px;
	text-align: center;
text-decoration: none;
	padding-left: 0px;
	margin-left: 150px;
	height: 40px;
	font-family: arial;
	position: absolute;
	padding-top: 7px;
	margin-top: 212px;
}

.katte{
background: transparent;
opacity: 1;
font-color: #ffffff;
font-weight: none;
font-size: 12px;
	text-transform: none;
	text-align: center;
text-decoration: none;
	width: 320px;
	height: 10px;
	font-family: arial;

}

.lablec{
    background: transparent;
	padding: 10px;
	margin-bottom: 14px !important;
}


.still {
position: absolute;
	background: url(https://l-reinhart.com/proba/wp-content/uploads/2023/02/effektr.png); 
margin-left: -669px;
margin-top: 0px;
text-align: center;
text-shadow: none;
color: #ffffff;
text-align: left;
font-weight: none;
padding-left: 0px;
padding-bottom: 0px;
height: 255px;
opacity: .4;
font-family: arial;
text-transform: none;
font-size: 11px;
width:669px;
}

.stil {
position: absolute;
background: #7b5c60;
margin-left: 72px;
left: 0px;
margin-top: 240px;
padding-top: 5px;
text-align: left;
text-shadow: none;
	color: #ffffff;
font-weight: bold;
padding-left: 20px;
		letter-spacing: 0px;
padding-bottom: 0px;
height: 24px;
 font-family: 'Brandon', sans-serif;
text-transform: uppercase;
font-size: 10px;
width: 577px;
}

.stil a{
	color: #ffffff;
font-size: 10px!;
font-weight: bold;
padding: 4px;
	letter-spacing: 0px;
 font-family: 'Brandon', sans-serif;
text-transform: uppercase;
background-color: none;
border-bottom: 2px solid none;
	text-shadow: none;
text-decoration: none;

}

.stil a:hover{
color: #ffffff;
font-weight: bold;
font-size: 10px!;
 font-family: 'Brandon', sans-serif;
padding: 4px;
		letter-spacing: 0px;
	text-shadow: none;
text-transform: uppercase;
background-color:none;
border-bottom: none;
text-decoration: underline;
	cursor: help;


}


.stilus1 {
position: absolute;
font-family: arial;
	background-color: #72c0ab;
	height: 46px;
	width: 82px;
	margin-top: -105px;
	margin-left: 55px;
	font-family: arial;
	padding-top: 0px;
text-align: center;
	letter-spacing: -1px;
line-height: -280px;
color: #ffffff;
text-align: center;
font-weight: bold;
	font-size: 18px;

}

.stilus2 {
position: absolute;
	background-color: #e2ba79;
	height: 34px;
	width: 70px;
	margin-top: -62px;
	margin-left: -257px;
	padding-top: 0px;
	font-family: arial;
	text-transform: uppercase;
	letter-spacing: 0px;
line-height: -5px;
color: #ffffff;
padding: 7px;
font-weight: bold;
	font-size: 18px;
}

#modul1{
        margin-top: 0px;
	margin-bottom: 30px;
}


#content{
	width: 669px;
	float: left;
	position: relative;
        margin-top: 0px;
	margin-bottom: 0px;
left: 0px;

}

#alulkep{
background: url(http://littlemix.hu/proba/wp-content/uploads/2018/10/fot1.png);
float: bottom;
	clear: both;
}


#header  {
margin: 0px auto;
background-color: transparent;
opacity: 1;
position: relative;
padding-top: 0px;
text-align: left;
left: 1px;
margin-top: 0px;
webkit-margin-before: px;
	width:1054px;
height: 745px;

}





}#animated-collapsible-box { /* az egész doboz */
   background-color: #b7b7b7;
   width: 290px;
   padding: 4px;
}
#animated-collapsible-head a:link, #animated-collapsible-head a:visited, #animated-collapsible-head a:hover { /* a fejléc */
   font-family: arial;
   width: 290px;
   font-size: 12px;
   font-weight: normal;
text-decoration: none;
   color: #ffffff !important;
   background-color: #9283c4;
border-bottom: 2px solid #ffffff;
   text-align: center;
   padding: 4px;
}
.animated-collapsible-text { /* tartalom */
   color: #4a4a4a !important;
padding-left: 4px;
padding-right: 4px;
     background-color: #cacaca;
border-bottom: none;
   text-align: justify;
   width: 290px;

}


#dhtmltooltip{
  color: #ffffff; /* betű színe */
font-size: 11px;
font-family: arial;
   position: absolute; /* ne bántsd! */
   width: ; /* buborékszöveg szélessége */
   border: none; /* buborék kerete */
   padding: 3px; /* ne bántsd */
border-bottom: none;
   background-color: #897c9d; /* buborék háttérszíne */
  opacity: .9;
   visibility: hidden; /* ne bántsd! */
   z-index: 100; /* ne bántsd! */
   text-align: center; /* szöveg középen */
   filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); 

}

    .cssmenu A{ /*menüpontok*/
    background-color: transparent; /*átlátszó háttér*/
    border-bottom: none; /*alsó vonal*/
    text-transform: uppercase; /*nagybetűs linkek*/
    font-family: georgia; /*betűtípus*/
    font-size: 12px; /*betűméret*/
    letter-spacing: 0px; /*betűköz*/
    color: #4c557d; /*betűszín*/
font-weight: bold;
    margin-right: 5px; /*szünet az egyes menüpontok között*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    }

    .cssmenu A:hover{ /*menüpontok, ha ráviszed ai egeret*/
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    color: #CE3F43; /*betűszín*/
    letter-spacing: 0px; /*betűköz*/
font-weight: bold;
    text-transform: uppercase; /*nagybetűs linkek*/
    font-family: georgia; /*betűtípus*/
    font-size: 12px; /*betűméret*/
    border-bottom: solid 3px #CE3F43; /*alsó vonal*/

  }

.namme {
width: 597px;
margin:2px 0 0; 
padding:1; 
display:inline-block; 
font-family: arial;
font-size: 13px; 
color:#ffffff;
background-color: #5f6975;
border: 1px solid #ffffff;
font-weight: bold; 
letter-spacing:1; 
opacity: .6;
text-transform:uppercase;

}


.header1{
margin-left: 0px;
width: 385px;
}

.sidefej1{
background: url(http://littlemix.hu/proba/wp-content/uploads/2018/10/kiis.png);
padding-top: 0px;
height: 300px;
padding: 0px;
width: 372px;
}

.sidefej001{
background: url(http://littlemix.hu/proba/wp-content/uploads/2018/05/faceh.png);
padding-top: 20px;
height: 155px;
padding: 5px;
width: 374px;
}

.kik{
background-image: url(http://littlemix.hu/proba/wp-content/uploads/2017/10/kik1.png);
border-bottom: none;
margin-left: -1px;
text-align: center;
color: #d99cb1;
font-family: arial;
font-weight: bold;
text-transform: uppercase;
font-size: 11px;
padding-top: 0;
padding-left: 0px;
width: 311px;
height: 389px;
}

.középrész{     
	BACKGROUND: #000000;
position: absolute;
border: transparent;
width: 340px;
opacity: .5;
border-radius: 0px;
font-family: arial;
 padding: 5px;
border: 1px solid #ffffff;
margin-top: -230px;
        font-size: 10px;
text-transform: uppercase;
margin-left: 10px;
	text-align: justify;
line-height: 20px;
text-shadow: none;
	color: #ffffff;

}

/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0.225em 0.225em;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: #ffffff;
}
a.liked:active,
a.liked:focus {
	color: #766c63;
}
a.liked:hover,
.sl-count {
	color: #766c63;
}
a.liked span.sl-count,
.sl-count {
	color: #ffffff;
}

/* Icon */
.sl-icon {
	margin-right: 1em;
 font-family: 'Brandon', sans-serif;
text-transform: uppercase;
font-size: 10px;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
 font-family: 'Brandon', sans-serif;
text-transform: uppercase;
font-size: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}


.middle1{     
	   		font-family: 'Assistant', sans-serif;	
	BACKGROUND: none;
border: none;
width: 360px;
opacity: 1;
border-radius: 0px;
 padding: 9px;
margin-left: 0px;
	text-align: justify;
text-shadow: none;
	color: #b18c90;
text-shadow: none 1px 1px 0px; 

}


.middle010a{    
	position: absolute;
background-color: #4c4f58;
opacity: 1;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	width:300px;
	padding: 6px 6px 6px 6px;
top: 1093px;
	left: 40px;
	  LINE-HEIGHT: 23px;
        font-size: 10px;
	text-align: justify;
text-shadow: none;
	text-align: center;
	color: #cdd3e6;
border-top: 1px solid #727684;
	border: 1px solid #727684;
text-shadow: 1px 1px 0px none;
}

.middle010b{    
	position: absolute;
background-color: #4c4f58;
opacity: 1;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	width:300px;
	padding: 6px 6px 6px 6px;
top: 1776px;
	left: 40px;
	  LINE-HEIGHT: 23px;
        font-size: 10px;
	text-align: justify;
text-shadow: none;
	text-align: center;
	color: #cdd3e6;
border-top: 1px solid #727684;
	border: 1px solid #727684;
text-shadow: 1px 1px 0px none;
}

.middle010c{    
	position: absolute;
background-color: #4c4f58;
opacity: 1;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	width:300px;
	padding: 6px 6px 6px 6px;
top: 2464px;
	left: 40px;
	  LINE-HEIGHT: 23px;
        font-size: 10px;
	text-align: justify;
text-shadow: none;
	text-align: center;
	color: #cdd3e6;
border-top: 1px solid #727684;
	border: 1px solid #727684;
text-shadow: 1px 1px 0px none;
}

.middle010d{    
	position: absolute;
background-color: #4c4f58;
opacity: 1;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	width:300px;
	padding: 6px 6px 6px 6px;
top: 2063px;
	left: 40px;
	  LINE-HEIGHT: 23px;
        font-size: 10px;
	text-align: justify;
text-shadow: none;
	text-align: center;
	color: #cdd3e6;
border-top: 1px solid #727684;
	border: 1px solid #727684;
text-shadow: 1px 1px 0px none;
}



.middle010e{    
	position: absolute;
background-color: #4c4f58;
opacity: 1;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	width:300px;
	padding: 6px 6px 6px 6px;
top: 2895px;
	left: 40px;
	  LINE-HEIGHT: 23px;
        font-size: 10px;
	text-align: justify;
text-shadow: none;
	text-align: center;
	color: #cdd3e6;
border-top: 1px solid #727684;
	border: 1px solid #727684;
text-shadow: 1px 1px 0px none;
}


.middle010f{    
	position: absolute;
background-color: #4c4f58;
opacity: 1;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	width:300px;
	padding: 6px 6px 6px 6px;
top: 1443px;
	left: 40px;
	  LINE-HEIGHT: 23px;
        font-size: 10px;
	text-align: justify;
text-shadow: none;
	text-align: center;
	color: #cdd3e6;
border-top: 1px solid #727684;
	border: 1px solid #727684;
text-shadow: 1px 1px 0px none;
}


.middle10{     
background: url('http://v-justice.org/demo/wp-content/uploads/2015/09/box1.png');
opacity: 1;
font-family: arial;
	width: 334px;
	padding-right: 10px;
	padding-top: 6px;
	margin-bottom: 0px;
padding-left: 5px;
margin-top: 0px;
padding-bottom: 7px;
        font-size: 13px;
	text-align: justify;
text-shadow: none;
	color: #9f7b85;
border-bottom: none;

}

.middle100{     
background: url('http://v-justice.org/demo/wp-content/uploads/2015/09/box0.png');
opacity: 1;
font-family: arial;
	width: 334px;
	padding-right: 10px;
	padding-top: 6px;
	margin-bottom: 0px;
padding-left: 5px;
margin-top: 0px;
padding-bottom: 7px;
        font-size: 13px;
	text-align: justify;
text-shadow: none;
	color: #9f7b85;
border-bottom: none;

}


.header3{
background-color: #0b1337;
text-align: left;
height: 30px;
padding-left: 40px;
color: #ffffff;
	width: 670px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	vertical-align: top;
	color: #ffffff;
	font-family: arial;
}
.middle3{
	background-color: #e5d05b;
	width: 670px;
	padding: 10px 10px;
	padding right: 20px;
	margin: -5x 0px;
	text-align: justify;
	font-size: 12px;
	color: #86720e;
}
.footer2{
	background-color: #1b1b1b;
	border-left: solid 3px #959595;
	border-right: solid 3px #959595;
	border-bottom: solid 3px #959595;
	width: 670px;
	height: 20px;
	text-align: center;
	font-size: 12px; 
	color: #ffffff;

}

.title{
font-size: 14px;
text-transform: uppercase;
background-image: url(http://lucyweb.org/demo/wp-content/uploads/2015/01/haat.png);
color: #d8adc4;
font-family: arial;

}

div.clear { clear:both }
div#keret {
    width: 391px; /* képed szélessége */
    margin: auto;
    border: 0px;
}
div#tabs-wrapper {
    width: 391px; /* képed szélessége */
    height: 444px; /* képed magassága */
    overflow: hidden;
}
div#tabs { position: relative }
div#tabs .tab {
    width: 391px; /* képed szélessége */
    height: 444px; /* képed magassága */
    float: left;
}
div#next,
div#prev { /* nyilacskák CSS-e */
    width: 30px;
    height: 30px;
    background-image: url('http://v-justice.org/littlemix/wp-content/uploads/2015/10/nyil1.png');
    position: absolute;
    z-index: 2;
    margin-top: 135px;
    cursor: pointer;
    margin-right: 5px;
}

div#next {
  margin-left: 410px /* képed szélessége */
    background-image: url('http://v-justice.org/littlemix/wp-content/uploads/2015/10/nyil1.png');
    margin-left: 350px;
}

div#prev {
background: url('http://chloegmoretz.us/leamichele/wp-content/uploads/2015/07/nyil1.png');
    margin-left: 10px;
}

.lila{ 
position: absolute;
background: none;
padding: 0px;
width: 570px;
height: 240px;
opacity: .8;
margin-top: -240px;
}

.thumb{ 
position: absolute;
width: 669px; 
height: 255px; 
-webkit-filter: grayscale(100);
filter: grayscale(100);
margin-top: -15px;
}


.header2{ /*főoldali cím*/
float: left;
background: #58a3a0;
color: #ffffff;
text-align: center;
padding-top: -4px;
font-weight: bold;
padding-left: 10px;
padding-bottom: 0px;
margin-top:0px;
height: 40px;
font-family: arial;
text-transform: uppercase;
font-size: 16px;
width: 575px;

}


.header2 A{ /*főoldali cím linkje*/
color: #ffffff;
font-family: arial;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

.header2 A:hover{ /*főoldali cím linkje*/
color: #ffffff;
font-family: arial;
text-decoration: underline;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

.dattu{
position: absolute;
margin-top: 300px;
margin-left: 0px;
background: #74d3e0;
opacity: 1;
color: #ffffff;
text-align: center;
padding-top: 20px;
font-weight: none;
padding-left: 0px;
padding-bottom: 2px;
height: 20px;
 font-family: 'Brandon', sans-serif;
line-height: 15px;
	text-transform: uppercase;
font-size: 10px;
width: 95px;
	text-shadow: 1px 1px 0px none;

}

.dattu1{
position: absolute;
margin-top: 240px;
margin-left: 0px;
background: #623c41;
opacity: 1;
color: #ffffff;
text-align: center;
padding-top: 7px;
font-weight: bold;
padding-left: 0px;
padding-bottom: 2px;
height: 20px;
 font-family: 'Brandon', sans-serif;
			letter-spacing: 0px;
line-height: 12px;
	text-transform: uppercase;
font-size: 11px;
	font-weight: none;
	letter-spacing: 0px;
width: 85px;
	text-shadow: 1px 1px 0px none;
}

.dattu{
position: absolute;
margin-top: 0px;
margin-left:0px;
background: transparent;
opacity: 1;
color: #ffffff;
text-align: center;
padding-top: 38px;
padding-left: 20px;
	font-weight: bold;
		letter-spacing: 0px;
padding-bottom: 2px;
 font-family: 'Brandon', sans-serif;
line-height: 15px;
	text-transform: uppercase;
font-size: 28px;
width: 50px;
	text-shadow: 1px 0px 0px none;
}

.dattu2{
position: absolute;
margin-top: 0px;
margin-left:0px;
background: transparent;
			letter-spacing: 0px;
opacity: 1;
color: #ffffff;
text-align: center;
padding-top: 55px;
font-weight: none;
padding-left: 20px;
padding-bottom: 2px;
height: 78px;
font-family: Assistant;
line-height: 15px;
	text-transform: uppercase;
font-size: 14px;
	font-weight: none;
	letter-spacing: 0px;
width: 50px;
	text-shadow: 1px 1px 0px none;
}


.datas{ /*főoldali adatok sor*/
float: left;
font-family: arial;
background-color: #f8eeed;
width: 380px;
padding-left: 10px;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
color: #dbb5b0;
height: 12px;
}

.datas A{ /*főoldali adatok sor*/
color: #ffffff;
padding: 3px;
font-size: 10px;
text-transform: uppercase;
background-color: #dca29a;
font-family: arial;
}


.datas a:hover{ /*főoldali adatok sor*/
padding: 3px;
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
background-color: #d79dab;
font-family: arial;
text-decoration: none;

}

.middle2{ /*főoldali tartalom*/
float: left;
	width: 565px;
	BACKGROUND: #efefef;
        font-size: 13px;
	text-align: justify;
text-shadow: none;
	color: #444444;
opacity: 1;
font-family: arial;
        font-size: 12px;
	text-align: justify;
text-shadow: none;
border-bottom: none;
        font-size: 12px;
	text-align: justify;
     padding-top: 20px;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
border-bottom: 0px solid #f7ebef;
}


.post-title{ /*főoldali cím*/
background-color: #e0abba;
width: 630px;
padding-top: 10px;
text-align: center;
padding-left: 10px;
padding-bottom: 10px;
height: 20px;
}

.post-title A{
color: #ffffff;
background-color: #a45e72;
font-family: arial;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}


.post-title A:hover{
color: #ffffff;
background-color: #a45e72;
font-family: arial;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}


.datas2{
background-color: #f8eeed;
width: 630px;
padding-left: 10px;
text-align: left;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
color: #dbb5b0;
height: 12px;
}

.datas2 A{ /*főoldali adatok sor*/
color: #ffffff;
padding: 3px;
font-size: 10px;
text-transform: uppercase;
background-color: #dca29a;
font-family: arial;
}


.datas2 a:hover{ /*főoldali adatok sor*/
padding: 3px;
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
background-color: #d79dab;
font-family: arial;
text-decoration: none;
}

.post{
margin-bottom: 30px;
}


.post-content{
background-color: #e8c5bf;
opacity: 1;
font-family: arial;
        font-size: 13px;
	text-align: justify;
text-shadow: none;
	color: #b17c73;
width: 610px;
text-align: justify;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;

}

.readmore{
color: #ffffff;
font-size: 9px;
	letter-spacing: 2px;
padding: 6px;
		background-color: #7b5c60;
border: 1px solid #664549;
text-transform: uppercase;
 font-family: 'Brandon', sans-serif;
			text-shadow: none;
padding-top: 4px;
	margin-top: 15px;
margin-left: 240px;
line-height: 20px;
border-bottom: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-webkit-transition: .3s ease-in;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
padding-right: 10px;
font-weight: bold;
margin-bottom: 10px;
	width: 20%;
}


.readmore:hover{
color: #ffffff;
font-size: 9px;
	letter-spacing: 2px;
padding: 6px;
	background-color: #966269;
border: 1px solid #88555c;
text-transform: uppercase;
 font-family: 'Brandon', sans-serif;
			text-shadow: none;
padding-top: 4px;
		margin-top: 15px;
margin-left: 240px;
line-height: 20px;
border-bottom: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-webkit-transition: .3s ease-in;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
padding-right: 10px;
font-weight: bold;
margin-bottom: 10px;
	width: 20%;
}


.readmore A{
color: #e4a35f;}

.readmore A:hover{
color: #be7629;}



.scarw { width: 350px; height: 200px; padding: 50px; background: rgba(2, 3, 21, 0.65); opacity: 0.0; transition: transition-duration: 0.8s; -moz-transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -o-transition-duration: 0.8s; -ms-transition-duration: 0.8s; }
.scarw:hover { opacity: 0.99; }
.scarwtext { font: 9px/9px montserrat; color: #2b0d27; text-align: justify; line-height: 11px; }
.scarwtext b { color: #b60822; font-size: 10px; }
.scarwhbg { background: #020315; width: 210px; height: 110px; padding: 20px; }
.scarwpcbg { width: 90px; height: 110px; border-right: #111235 3px solid; }
.scarwpc { font: 400 25px/25px oswald; color: #dacfd0; text-shadow: #000000 1px 1px 0px, #76071d 2px 2px 0px; text-align: center; }
.scarwptext { font: 400 7px/7px montserrat; line-height: 14px; color: #76071d; text-shadow: #000000 1px 1px 0px; text-align: center; text-transform: uppercase; letter-spacing: 2px; }
.scarwtnbg { width: 120px; height: 110px; }
.scarwtag { font:400 7px/7px montserrat; line-height: 14px; color: #76071d; text-shadow: #000000 1px 1px 0px; text-align: center; text-transform: uppercase; letter-spacing: 2px; border-bottom: 1px #0d0d0d solid; width: 110px; }
.scarwnote { width: 100px; height: 80px; padding: 10px; font-family: montserrat; font-size: 8px; line-height: 9px; text-align: justify; overflow: auto; color: #dacfd0; }
.scarwtextbg1 { width: 270px; padding: 40px; background: #0d0e29; }
.scarwtextbg2 { width: 210px; padding: 20px; background: #dacfd0; border-left: #72071d solid 15px; border-right: #2c2e51 solid 3px; }
.littledcred { font: 200 7px/7px montserrat; text-align: center; text-transform: uppercase; letter-spacing: 3px; }

/* B E J E G Y Z É S E K, O L D A L A K  K I N É Z E T E*/
 
.fej{
background: none;
text-align: center;
text-shadow: none;
color: #776964;
font-weight: bold;
font-style: italic;
border-bottom: none;
height: 40px;
text-transform: uppercase;
font-size: 21px;
	text-shadow: 1px 1px 0px none;
letter-spacing: 0px;
padding-top: 0px;
width:675px;

}

.kmf{
position: none;
margin-top: 14px;
margin-left: 0px;
background: url(https://l-reinhart.com/proba/wp-content/uploads/2025/11/kmft.png);
opacity: 1;
color: #504a47;
font-weight: bold;
		text-shadow: 1px 1px 0px none;
text-align: center;
padding-top: 3px;
letter-spacing: 2px;
padding-left: 0px;
padding-bottom: 2px;
border-bottom: none;
 font-family: 'Brandon', sans-serif;
	font-size: 11px;
    text-transform:uppercase;
width: 95%;
	height: 7%;
}

.kmff{
background: #b8759b;
height: 10px;
	width: 150px;
	margin-top: -12px;
padding-left: 30px;
	font-family: arial;
color: #ffffff;
    font-size: 13px;
font-weight: bold;
text-transform: uppercase; 
text-align: center; 

}

.newstitle {
position: absolute;
font-family: arial;
opacity: .9;
background-color: #272727;
text-align: left;
	height: 42px;
	width: 440px;
	margin-top: -105px;
padding-left: 90px;
	margin-left: 55px;
	padding-top: 4px;
	font-family: arial;
color: #ffffff;
    font-size: 16px;
font-weight: bold;
text-transform: uppercase;

}

   .kmh  /* Középső modul háttere */{
	BACKGROUND: #ffffff;
	color: #525252;
	width: 650px;
opacity: 1;
font-family: 'Open Sans', sans-serif;
        font-size: 13px;
	text-align: justify;
	     LINE-HEIGHT: 30px;
	   margin: 5px 4px 5px 4px;
	line-height: 20px;
     padding-top: 280px;
     padding-left: 16px;
     padding-right: 16px;
     padding-bottom: 10px;
border-bottom: 20px solid #ffffff;


}

 .kmhh  /* Középső modul háttere */{
	BACKGROUND: #ffffff;
	color: #525252;
	width: 640px;
opacity: 1;
	font-family: 'Assistant', sans-serif;
	 	   text-align: justify;
opacity: 1;
		font-size: 13px; 
text-shadow: none;
border-bottom: none;
     padding-top: 18px;
     padding-left: 18px;
     padding-right: 18px;
     padding-bottom: 10px;
border-bottom: 0px solid #f7ebef;

}


.kmhhh  /* Középső modul háttere */{
	width: 87%;
	BACKGROUND: #c7dee1;
        font-size: 13px;
	text-align: justify;
text-shadow: none;
	color: #507a81;
opacity: 1;
font-family: arial;
        font-size: 12px;
	text-align: justify;
text-shadow: none;
border-bottom: none;
        font-size: 12px;
	text-align: justify;
     padding-top: 15px;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
border-bottom: 0px solid #f7ebef;

}

 .kma  /* Középső modul alja */ {
padding-top: -80px;
text-shadow: none;
background-color: #f7f6d4;
opacity: .8;
font-family: arial;
font-size: 12px;
height: 35px;
color: #4c4c4c;
text-align: center; 
padding: 3px;
padding-top: 3px;
padding-left: 6px;
padding-right: 0px;
padding-bottom: 0px;
border-bottom: 15px solid url(http://oitnbhun.bplaced.net/wp-content/uploads/2015/07/bg.png);
}

 .kmm  /* Középső modul alja */ {;
border-bottom: 4px solid #c5c272;
}

.bejegyzesmeta /* Bejegyzés adatai (szerző, dátum, kategória) */ {
  background-color: #f1eca6;
font-family: arial;
        font-size: 12px;
	text-align: justify;
	color: #7c7d7d;
height: 25px;
	width: 100%;
border-bottom: none;
	font-family: tahoma;
	font-size: 12px;
        text-align: center;
padding-left: 10px;
padding-bottom: 10px;
padding-top: -110px;
border-bottom: none;
	text-transform: none;
	font-weight: normal;
}

#komment  /* Komment számozás pozíciója */ {
	font-size: 12px;
	margin-right: 20px;
	margin-top: -15px;
}

#komment a:link, #komment a:visited   /* Kommentek száma link színe, betűtípusa */ {
	font-family: Georgia;
	font-size: 13px;
	text-transform: none;
background-color: #e0e0e0;
	color: #080a07;
}

#komment a:hover /* Kommentek száma link színe, betűtípusa, amikor ráviszik az egeret */ {
	font-family: Georgia;
	font-size: 15px;
	text-transform: none;
	background: transparent;
	color: #ffffff;


}

 .tabs-widget {
        list-style: none;
        list-style-type: none;
        margin: 0 0 0px 0;
        padding: 0px;
        height: 40px;
    }

     

     

    .tabs-widget li {
        list-style: none;
        list-style-type: none;
        margin: 0 0 0 5px;
        padding: 0;
        float: left;
    }

     

    .tabs-widget li:first-child {
        margin: 0;
    }

     

    .tabs-widget li a { /* menücímek kinézete */
        color: #ffffff;
        background: #1f1f1f;
        padding: 10px 14px;
        font-family: Arial;
        font-weight: bold;
        display: block;
        text-decoration: none;
        font-size: 12px;
        line-height: 12px;
        box-shadow:;
    }

     

    .tabs-widget li a:hover { /* menücímek kinézete, ha ráviszed az egeret */
        background-color: #1f1f1f;
        font-color: #fc212f;
    }


.quotes {
 border: 1px solid #555060;
 padding: 10px;
 margin-bottom: 2px;
text-shadow: 1px 1px 0px #000000; 
color: #ded6f1;}

.quotes:hover {
 border: 1px solid #d5e3a1;}

.quotes1 {
 border: 1px solid #f1f1f1;
background: #f4f4f4;
 padding: 7px;
 margin-bottom: 2px;
text-shadow: 1px 1px 0px #ffffff; 
color: #2a2a2a;}

.quotes1:hover {
}


.comments-module{ /* tartalom */
    background: #ffffff;
	font-family: 'Arial', sans-serif;
	text-align: justify;
	size: 14px;
	color: #727272;
	width: 618x;
	padding: 8px;
	line-height: 18px;
}
.comments-area {
	margin-bottom: 60px;
}
.comments-title { /* hozzászólások cím kinézete */
	height: 30px;
	font-size: 13px;
	color: #bc7021;
	font-weight: normal !important;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
	color: #572d2c;
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn { /* író kinézete */
	margin-left: 80px;
	font-size: 16px;
	font-style: normal;
}
.commentmetadata { /* dátum elhelyezkedése */
	margin-bottom: 30px;
	margin-left: 80px;
}
.comment-meta a { /* dátum kinézete */
	color: #bd7427;
	font-size: 14px;
}

.comment-meta a:hover { /* dátum kinézete */
	color: #bd7427;
	font-size: 14px;
	text-decoration: underline;
}
.comment-body { /* egy hozzászólás háttere kinézete */
	padding: 8px; /* belső tartalmi távolság */
	margin-bottom: 8px; /* két hozzászólás közötti távolság */
	background: #f6f6f6;
}
.comment-body p { /* egy hozzászólás háttere kinézete */
	font-family: Arial;
	padding-top: 10px; /* hozzászólás és az avatar közötti táv */
}
.reply { /* válasz doboz elhelyezkedése */
	text-align: center;
}
.comment-reply-link { /* válasz doboz kinézete */
	padding: 5px;
	background-color: #e3a25d;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;	
}
a.comment-reply-link {
	color: #ffffff;
	text-decoration: none;
}
a.comment-reply-link:hover {
	color: #ffffff;
}
.comments-area a.url {
	color: #ffffff;
	text-decoration: underline;
}
.bypostauthor {
}

/* űrlap kinézete */

input#author,
input#email,
input#url,
textarea#comment { /* űrlap kinézete */
	width: 100%;
	max-width: 96%;
	padding: 10px;
	border: 1px solid #c5c5c5;
}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment { /* űrlap feletti szavak elhelyezkedése, kinézete */
	text-align: left;
	padding: 10px 0;
}
.comment-form-author:before,
.comment-form-email:before,
.comment-form-url:before,
.comment-form-comment:before {
	font-family: FontAwesome;
	color: #505050;
}
.comment-form-author:before {
	content: "\f007  ";
}
.comment-form-email:before {
	content: "\f003  ";
}
.comment-form-url:before {
	content: "\f0c1  ";
}
.comment-form-comment:before {
	content: "\f040  ";
}
.comment-respond input[type="submit"] { /* hozzászólás button kinézete */
	padding: 15px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	background: #e3a25d;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
}
.comment-respond input[type="submit"]:hover {
	background-color: #bd7426;
}

#sidebar blockquote { 
	margin: 6px 6px 6px 6px;
	padding: 10px;
	color: #ffffff;
text-align: justify;
background: #705155;
border: 2px solid #7f585c;
border-radius: 0px;
width: 91%;

}


.blockquote2 { 
	color: #cfd7e5;
	font-weight: none;
text-align: justify;
margin: 4px 0px 4px 0px;
text-shadow: none;
padding: 6px;
background-color: #49515a;
border: 1px solid #49515a;
border-radius: 1px;
font-size: 12px; 
font-family: noto;
width: 323px;}

.blockquote2:hover { 
color: #cfd7e5;
text-align: justify;
		font-weight: none;
margin: 4px 0px 4px 0px;
text-shadow: none;
padding: 6px;
background-color: #49515a;
border: 1px solid #ecaeca;
border-radius: 1px;
font-size: 12px; 
font-family: noto;
width: 323px;}



.kepecske {
paddinG:2px;
border-radius:6px;
background:#ccdaa5;
box-shadow:0px 0px 10px #c1cf99;
margin:2px; 
opacity:0.9; }

.kepecske:hover {
paddinG:2px;
border-radius:6px;
background:#ccdaa5;
box-shadow:0px 0px 10px #c1cf99;
margin:2px; 
opacity: 1; }

#content blockquote { 
text-shadow: none;
	color: #777777;
text-align: justify;
margin: 5px 0px 5px 0px;
text-shadow: none;
padding: 8px;
 LINE-HEIGHT: 40px;
background: #ededed;
border: 1px solid #d0d0d0;
font-family: 'Open Sans', sans-serif;
        font-size: 12px;
width: 97%;
}


#sidebar a.meg {
color: #aa868a;
font-size: 10px;
	letter-spacing: 0px;
padding: 6px;
		background-color: #392326;
border: 2px solid #614448;
text-transform: uppercase;
 font-family: 'Brandon', sans-serif;
			text-shadow: none;
	

}

#sidebar a.meg:hover {
color: #ffffff;
padding: 6px;
		letter-spacing: 0px;
	background-color: #9f6d73;
border: 2px solid #8a555c;
text-transform: uppercase;
 font-family: 'Brandon', sans-serif;
	font-size: 10px;
cursor: pointer;
	text-decoration: none;
	-moz-transition-property: all;-moz-transition-duration: 0.4s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.4s;
	-o-transition-property: all;-o-transition-duration: 0.4s;
	transition-property: all;transition-duration: 0.4s;
			text-shadow: none;

}

#content a.meg {
color: #898989;
font-size: 9px;
padding: 5px;
font-family: 'Roboto';
text-transform: uppercase;
background-color: transparent;
text-decoration: none;
border-bottom: 1px solid #898989;
border-left: 1px solid transparent;
border-top: 1px solid transparent;
border-right: 1px solid transparent;

}

#content a.meg:hover {
color: #ffffff;
background-color: #8ed2d1;
font-size: 9px;
padding: 5px;
font-family: 'Roboto';
text-decoration: none;
border: 1px solid #8ed2d1;
background-color: none;
text-transform: uppercase;
cursor: default;
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;

}



. a img {
padding: 5px;
border: 1px solid #90baa7;
background: #a4c6b7;
opacity: .8;
-webkit-filter: grayscale(0);
filter: grayscale(0);
	-webkit-box-shadow: 0 0 0px #31373f; 
	-moz-box-shadow: 0 0 0px #31373f;
	box-shadow: 0 0 0px #31373f;
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;

}

.a img:hover  {
padding: 5px;
border: 1px solid #db6597;
background: #e57faa;
opacity: .8;
-webkit-filter: grayscale(0);
filter: grayscale(0);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}

#family a img {
padding: 6px;
border: 1px solid #505760;
background: transparent;
opacity: .8;
-webkit-filter: grayscale(100);
filter: grayscale(100);
	-webkit-box-shadow: 0 0 0px #31373f; 
	-moz-box-shadow: 0 0 0px #31373f;
	box-shadow: 0 0 0px #31373f;
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;

}

#family a img:hover  {
padding: 6px;
border: 1px solid #d58bae;
background: #e3a3c1;
opacity: .7;
-webkit-filter: grayscale(0);
filter: grayscale(0);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}


.middle01 a img {
 background: transparent;
  padding: 4px;
  border: 1px solid #6f4c50;
	margin: 1px;
	-webkit-box-shadow: 0 0 4px #40282b; 
	-moz-box-shadow: 0 0 4px #40282b;
	box-shadow: 0 0 4px #40282b;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
		-webkit-filter: grayscale(00%); 
    filter: grayscale(0%);
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;
}


.middle01 a img:hover  {
  background: #a36d73;
  padding: 4px;
  border: 1px solid #995961;
	-webkit-filter: grayscale(50%); 
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
    filter: grayscale(50%);
	opacity: 1;
}


.middle1 a img {
 background: transparent;
  padding: 4px;
  border: 1px solid #6f4c50;
	margin: 1px;
		-webkit-filter: grayscale(100%); 
	-webkit-box-shadow: 0 0 4px #40282b; 
	-moz-box-shadow: 0 0 4px #40282b;
	box-shadow: 0 0 4px #40282b;
	-moz-transition-property: all;-moz-transition-duration: 0.5s;
	-webkit-transition-property: all;-webkit-transition-duration: 0.5s;
	-o-transition-property: all;-o-transition-duration: 0.5s;
	transition-property: all;transition-duration: 0.5s;
}


.middle1 a img:hover  {
  background: #a36d73;
  padding: 4px;
  border: 1px solid #995961;
	-webkit-filter: grayscale(0%); 
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    filter: grayscale(0%);
	opacity: 1;
}


img.block {
background: #b9a998;
margin-top: -6px;
padding-left: -8px;
padding: 5px;
}

img.block:hover {
background: #c2859a;
padding: 5px;
margin-top: -6px;
padding-left: -8px;
}


fullnavi {
list-style-type:none;
margin:1;
padding:1;
    opacity: 1;
overflow:hidden;

}

navimenu {
    opacity: 1;
float: left;
margin: 12px;

}

a.navimenulink { /* menü kinézete */
    display:block;
width: 100%;
padding: 7px;
height: 17px;
    color: #ffffff;
font-weight: none;
    background-color: #d69ec7;
    text-align:center;
border: 1px solid #272727;
    text-transform: uppercase;
    font-family: avant;
font-style: none;
opacity: 1;
    font-size: 9px;
}

a.navimenulink:hover { /* ha ráviszed az egeret kinézet */
    background-color: #d69ec7;
border: 1px solid #ffd5f3;
height: 17px;
padding: 7px;
   font-family: avant;
    font-size: 9px;
opacity: 1;
    color: #ffffff;
   -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
}

a.navimenulink1 { /* menü kinézete */
    display:block;
width: 100%;
padding: 7px;
height: 17px;
    color: #ffffff;
font-weight: none;
    background-color: #d183ba;
    text-align:center;
border: 1px solid #272727;
    text-transform: uppercase;
    font-family: avant;
font-style: none;
opacity: 1;
    font-size: 9px;
}

a.navimenulink1:hover { /* menü kinézete */
    display:block;
width: 100%;
padding: 7px;
height: 17px;
    color: #ffffff;
font-weight: none;
    background-color: #d183ba;
    text-align:center;
border: 1px solid #ffb7ea;
    text-transform: uppercase;
    font-family: avant;
font-style: none;
opacity: 1;
    font-size: 9px;
   -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;

}

.textinput {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: transparent;
    font-family: Tahoma;
    font-size: 11px;
    color: #ebebeb;
    Line-Height: 12px;
    Letter-Spacing: 0px;
    border-bottom-width: 0px;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #d8a7a2;}
    
.textinput_rollover {
    padding-left: 4px;
    background-color: #b5cce9;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Tahoma;
    font-size: 9.5px;
    color: #696969;
    Line-Height: 12px;
    Letter-Spacing: 0px;
    border-bottom-width: 0px;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #cc5c5c;}

}

.tablazat{
background-color: #bda0b2;
padding: 7px;
font-family:arial;
letter-spacing: 0pt;
text-decoration: none;
text-align: center;
font-size: 9pt;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
width: 100%;

}   

.tab1{
background-color: #666666;
border-bottom: none;
padding: 3px;
font-family:arial;
text-decoration: none;
text-align: center;
font-size: 8pt;
font-weight: bold;
text-transform: none;
color: #ffffff;
width: 100%;

}   

#vertmenu h1 { /* a menü címe, háttere, stb */
    display: block;
    background-color: none;
    font-family: arial;
    font-size: 15px;
font-weight: bold;
font-style: italic;

	text-transform: none;
    padding: 6px;
    border-bottom: 3px solid #4b6180;
	color: #4b6180;
    width: 280px;
height: 18px;
    text-align: center;
}
#vertmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vertmenu ul li {
    margin: 0px;
    padding: 0px;
}
#vertmenu ul li a { /* a link színe, stílusa, stb */
    text-transform: none;
    font-weight: none;
    display: block;
    border-bottom: 1px solid #3b364a;
    padding: 6px;
    text-decoration: none;
	color: #ded6f1;
    width:280px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus { /* ha ráviszed az egeret a linkre */
	color: #ffffff;
    background-color: #413b51;
font-weight: none;

}

#vmenu h1 { /* a menü címe, háttere, stb */
    display: block;
    font-size: 15px;
font-weight: bold;
font-style: italic;
	text-transform: none;
    padding: 6px;
    border-bottom: 1px dashed #665e8b;
	color: #776964;
    width: 93%;
height: 20px;
    text-align: center;
}
#vmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vmenu ul li {
    margin: 0px;
    padding: 0px;
}
#vmenu ul li a { /* a link színe, stílusa, stb */
    font-family: arial;
    font-size: 12px;
    text-transform: none;
    font-weight: none;
    display: block;
    border-bottom: 1px solid #3b364a;
    padding: 6px;
    text-decoration: none;
	color: #a19591;
    width:540px;
}
#vmenu ul li a:hover, #vertmenu ul li a:focus { /* ha ráviszed az egeret a linkre */
	color: #ffffff;
    background-color: #f65a85;
font-weight: none;

}

.wp-pagenavi {
margin-top: 0px;
margin-bottom: 10px;
	clear: both;
padding: 14px;
	background-color: #ffffff;
border-bottom: none;
border-top: none;

}

.wp-pagenavi a, .wp-pagenavi span {

	text-decoration: none;

	color: #6c6c6c;
	background-color: #f6f6f6;
		border:1px solid #EEEEEE;
	font-size: 12px;
		font-weight: 300;
	font-family: 'Open Sans';

	padding: 14px;

	margin: 1px;

}


.wp-pagenavi a:hover, .wp-pagenavi span.current {

cursor: pointer;
color: #6c6c6c;
	background-color: #f6f6f6;
		border:1px solid #b8b8b8;
	font-size: 12px;
		font-weight: 300;
	font-family: 'Open Sans';
	margin: 1px;
}


.wp-pagenavi span.current {
	font-size: 12px;
	text-transform: upprcase;
text-decoration: none;
	font-weight: none;
	padding: 14px;

}



.middle1 a {
	color: #be7629;
font-size: 12px;
font-weight: none;
text-decoration: none;
text-transform: none;

}
.middle1 a:hover{
font-size: 12px;
font-family: 'Roboto';
font-weight: none;
text-decoration: none;
-webkit-transition: color 0.2s ease-in-out; 
-moz-transition: color 0.2s ease-in-out; 
-o-transition: color 0.2s ease-in-out; 
transition: color 0.2s ease-in-out; 
	color: #d83f00;
text-transform: none;
text-decoration: underline;
cursor: default;

}

.sidefej001 a {
	color: #ffffff;
font-size: 12px;
font-weight: none;
font-family: noto;
text-decoration: none;
text-transform: none;

}
.sidefej001 a:hover{
font-size: 12px;
font-family: noto;
font-weight: none;
text-decoration: none;
-webkit-transition: color 0.2s ease-in-out; 
-moz-transition: color 0.2s ease-in-out; 
-o-transition: color 0.2s ease-in-out; 
transition: color 0.2s ease-in-out; 
	color: #ffffff;
text-transform: none;
text-decoration: underline;
cursor: default;

}



a {
	color: #4d735e;
font-weight: none;
font-weight: none;
text-decoration: none;
text-transform: none;

}
 a:hover{
font-weight: none;
text-decoration: none;
-webkit-transition: color 0.2s ease-in-out; 
-moz-transition: color 0.2s ease-in-out; 
-o-transition: color 0.2s ease-in-out; 
transition: color 0.2s ease-in-out; 
	color: #564f44;
text-transform: none;
font-weight: none;
cursor: pointer;

}


.project-bg{ /* a teljes doboz háttere */
background: transparent;
width: 300px;
padding: 4px 4px;
margin-bottom: 0px;
border-bottom: none;
}

div[id*="project"] blockquote { /* a tartalom kinézete */
margin: 5px 0px;
padding: 10px;
background: url(ha háttérkép kerül a tartalom mögé, ide kell tenni);
font-family: arial;
font-size: 13px;
text-align: justify;
color: #757575;
line-height: 20px;

}





indexhatter{
	overflow: hidden;
 	margin: none;
        width: 100%;
	padding: none;
	background-color: #ffffff;
	font-weight: bold;
	font-family: tahoma;
        font-size: 12px;
        font-color: #000000;
	line-height: 13px;
	text-align: center;

}
.biokep{
padding: 5px;
border-radius: 0px;
padding-bottom: 4px;
border: 1px solid #d5d5d5;
background: transparent;
opacity: 1;

}

h1{
	text-shadow: 1px 1px 0px none;
margin-top: 0px;
margin-left: 20px;
background:  none;
opacity: 1;
color: #94928a;
font-size: 16px;
	border-bottom: none;
text-align: center;
padding-top: 14px;
	font-style: italic;
font-weight: none;
padding-left: 0px;
padding-bottom: 2px;
height: 25px;
width: 90%;
}

.infobox-doboz {
display: table;
width: 94%;
border-collapse: separate;
border-spacing: 4px;
}
.sorok {
display: table-row;
}

.lista { /* felsorolás kinézete */
border-bottom: 1px solid #dbdbdb;
display: table-cell;
padding: 8px 8px;
	font-size: 12px;
}
.lista a {
	color: #c16487;
	cursor: default;
	text-decoration: none;
text-transform: none;

}

.lista a:hover {
	color: #687dba;
	text-decoration: underline;
font-weight: none;
text-transform: none;
	cursor: default;
}

.info { /* leírás kinézete */
font-size: 13px;
padding: 6px;
}
.infobox {
display: table-row-group;
}




#s{
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: #3e272a;
border: 1px solid #331e20;
	color: #7d5b5f;
	width: 330px;
height: 42px;
}

#searchsubmit{
background: #3e272a;
border: 1px solid #331e20;
	color: #7d5b5f;
font-size: 13px;
text-transform: none;
font-family: arial;
 }

select {
padding: 10px;
width: 240px;
background: #3e272a;
border: 1px solid #331e20;
	color: #7d5b5f;
font-family: 'Assistant', sans-serif;
text-transform: uppercase;
font-weight: normal;
}

h5{
font-weight: none;
width: 94%;
text-align: center;
background-color: none;
	border-bottom: 2px solid #6a4a4d;
	margin: 2px;
	color: #bd9398;
	text-shadow: none;
	text-transform: none;
			font-family: 'Assistant', sans-serif;
	font-size: 12px;
	padding: 4px;
 	padding-left: 7px;
 	padding-right: 7px;

}

h5:hover{
font-weight: bold;
width: 94%;
text-align: center;
background-color: none;
	border-bottom: 2px solid #9f636a;
	margin: 2px;
	color: #bd9398;
	text-shadow: none;
	text-transform: none;
			font-family: 'Assistant', sans-serif;
	font-size: 12px;
	padding: 4px;
 	padding-left: 7px;
 	padding-right: 7px;

}


h2{
width: 94%;
font-weight: none;
background: #3d2629;
border: 1px solid #65464a;
	margin: 4px;
	color: #9d777c;
			font-family: 'Assistant', sans-serif;
	font-size: 12px;
	padding: 8px;
 	padding-left: 7px;
 	padding-right: 7px;
}

h2:hover{
width: 94%;
font-weight: none;
background-color: #895056;
	border: 1px solid #7f4149;
	margin: 4px;
	padding: 8px;
			font-family: 'Assistant', sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-shadow: none;
 	padding-left: 7px;
 	padding-right: 7px;
}

h3{
width:88%;
background-color:  #e5b789;
	border: 1px solid #e1aa73;
	margin: 3px;
	color: #ffffff;
	padding: 8px;
	text-transform: uppercase;
	font-family: 'Roboto';
 	padding-left: 5px;
	font-size: 10px;
}

h3:hover{
width: 88%;
background-color: #db4609;
	border: 1px solid #db4609;
	margin: 3px;
		padding: 8px;
		color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto';
 	padding-left: 5px;
	font-size: 10px;
}

.a h3 {
	color: #ffffff;
	text-transform: uppercase;
font-size: 11px;
font-weight: none;
font-family: 'Roboto';
text-decoration: none;
}

.a h3:hover{
font-size: 11px;
font-family: 'Roboto';
font-weight: none;
text-decoration: none;
-webkit-transition: color 0.2s ease-in-out; 
-moz-transition: color 0.2s ease-in-out; 
-o-transition: color 0.2s ease-in-out; 
transition: color 0.2s ease-in-out; 
	color: #ffffff;
	text-transform: uppercase;
text-decoration: underline;
cursor: default;

}


h4{
background-color: #e0e0e0;
	border: solid 3px #434343;
 	padding-left: 20px;
	font-size: 11px;
}

p{
	line-height: 16px;
}

b, strong { font-size: 12px; padding: 3px;  font-family: 'Brandon', sans-serif;  background: none; letter-spacing: 0px; color: #a3767d; text-transform: none;   }
bbb  { font-size: 10px!; background: #c46f90;  color: #ffffff; text-transform: uppercase;  font-family: 'Brandon', sans-serif;  text-shadow: none; }
pi { font-color: #d4889d; font-family: noto; font-size: 11px; text-transform: uppercase; }
bb { background-color: #cdac6b; color: #ffffff; font-size: 10px; padding: 6px;  font-family: 'Brandon', sans-serif;
 }
i, em { color: #738392;  background-color: none; padding: 0px; text-decoration: none; }
u { font-style: none; font-family: tahoma; text-decoration: underline; font-size: 12px; color: #4c6e5a; }
t { color: #d4889d; font-size: 12px; }
yy { color: #ffffff; font-weight: bold; font-size: 11px; }
yz { color: #ffffff; font-size: 17px; }
tz { color: #4c557d; font-weight: bold; font-size: 14px; font-family: georgia; }
tzz { color: #4c557d; font-weight: bold; font-size: 16px; font-family: georgia; }

.shadetabs{
background: transparent;
border-top: none;
border-right: 0px solid #DAD8D4;
border-bottom: 0px solid #DAD8D4;
border-left: none;
font: 11px "arial";
line-height: 11px;
color: #a89739;
text-align: center;
letter-spacing: 0px;
padding: 5px; }

.shadetabs li{
display: inline;
margin: 0;
list-style: none;}

.shadetabs li a{
background:transparent;
text-transform: uppercase;
color:#a89739;
font-family: "arial";
font-size: 12px;
padding: 5px 5px;
outline: none;
border-bottom: 2px solid #b28a49;}

.shadetabs li a:visited{
background:transparent;
text-transform: uppercase;
color:#a89739;
font-family: "arial";
font-size: 12px;
padding: 5px 5px;
outline: none;
border-bottom: 2px solid #ffffff;
text-shadow: #3f557a 0px 0px 0px; }

.shadetabs li a:hover{
background:transparent;
text-transform: uppercase;
color:#a89739;
font-family: "arial";
font-size: 12px;
padding: 5px 5px;
outline: none;
border-bottom: 2px solid #ffffff;
text-shadow: #3f557a 0px 0px 0px;}

.shadetabs li a.selected{ /*selected main tab style */
background:transparent;
text-shadow: #aacab9 0px 0px 0px;
text-transform: uppercase;
color:#a89739;
border-bottom: 2px solid #37447e;
text-decoration: none;
font-family: "arial"; }

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);} .

shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;}

.tabcontent /*tartalmi rész */{
display:none;
font-family: arial;
background:transparent;
font-size: 12px;
color: #a89739;
line-height: 13px;
letter-spacing: 0px;}

::selection { background-color: #794b51; font-weight: bold; text-shadow: none; color:#ffffff; }
::-moz-selection { background-color: #794b51; font-weight: bold; text-shadow: none; color:#ffffff;}

::-webkit-scrollbar { background: #ffffff; width: 12px; }
::-webkit-scrollbar-thumb:vertical { background: #794b51; }

}
     

.navigation{
	text-align: center;
}



/* kommentek */

.commentlist .reply { text-align: right; margin-bottom: 5px; font-size: 18px; font-weight: bold; }

.commentlist .vcard { font-style: normal; text-decoration: none; font-size: 28px; display: block; line-height: 28px; }
.commentlist .vcard cite.fn { font-style: normal; font-weight: bold; text-decoration: none; font-size: 24px;  }
.commentlist .vcard span.says { display: none; }
.commentlist .vcard img.avatar { float: left; padding-right: 5px; }

.commentlist .comment-meta { padding-top: 3px; font-size: 16px; } 

.commentlist .comment { padding: 15px; padding-bottom: 5px; background: url('/wp-content/themes/winter2013/img/postbg.png') fixed repeat; margin-bottom: 20px; text-align: justify; }
.commentlist .pingback { padding: 15px; padding-bottom: 5px; background: url('/wp-content/themes/winter2013/img/postbg.png') fixed repeat; margin-bottom: 20px; text-align: justify; }

.commentlist { text-align: justify; }


/* kommentform */

#respond { padding: 15px; padding-bottom: 5px; background: url('/wp-content/themes/winter2013/img/postbg.png') fixed repeat; margin-bottom: 20px; text-align: justify; } 
#reply-title { margin-top: 10px; font-size: 24px; font-weight: bold;} 
#commentform { margin-bottom: 15px; } 
#reply-title { margin-top: 10px; font-size: 24px; font-weight: bold;} 
#commentform { margin-bottom: 15px;} 
#author { display: block; } 
#email { display: block; } 
#url { display: block; } 
#comment  { display: block; }
#submit { display: block; }
.comment-notes { display: none; } 
.form-allowed-tags { display: none; } 

ul, li{
	margin-bottom: 3px;
	line-height: 14px;
	margin-left: -5px;
}


