
/*  colors: 01 #d58a9c    02 #e3b6c0    03 #8eb2be  */

:root {
	--pagewidth: 1280px;
	--pagewidth-max: calc(100% - 125px);
	--pagewidth-calc: min(var(--pagewidth), var(--pagewidth-max));
    --color-first: #8ab7dd;
    --color-first-dark: #5392c6;
    --color-accent: #ffcc5f;
    --color-second: #ffd2cc;
    --color-second-dark: #D79EAB;
    --color-third: #fff8e9;
	--color-font: #444444;
}

body {
	position: relative;
	--nav-top: 3rem;
	--container-top: 55px;
	--font-family: 'Poppins';
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins'; 
    font-size: 13px; 
    color: #444444;
    line-height: 22px;
/*    background-image: url(images/bcg.png);*/
/*    background-attachment: fixed;*/
/*    background-repeat: no-repeat;  */
/*    background-size: 1798px; */
/*    background-position: center top;*/
}
img { border: 0px; }
a {
    text-decoration: none;
    color: #3d7b92; 
}
a:hover {
    text-decoration: underline;
}
h1 { font-size: 26px; line-height: normal; }
h2 { font-size: 20px; line-height: normal; }

button, .button, a.button, input[type=submit] {
    background-color: #D79EAB;    
    font-size: 12px;
    /*color: #FFF;*/
    font-weight: bold; 
    padding: 8px 28px;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;    
    border: 0px;
    text-align: center;
    transition: background-color 0.2s;
    -moz-transition: background-color 0.2s; 
    -webkit-transition: background-color 0.2s; 
    -o-transition: background-color 0.2s; 
    outline: none;
}
button:hover, .button:hover, input[type=submit]:hover {
    background-color: #8EB2BE;
    text-decoration: none;
    cursor: pointer;
}
button.button {
    padding: 1px 9px 3px 9px;
}
button .raq, .button .raq {
    font-size: 130%; 
    position: relative;
    top: 1px;
}
input, select, textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; 	
    background-color: #FFFFFF;
    border: 0;
    outline: none;
    /*padding: 6px;*/
}
input.r {
    border-color: #f4868f;
}
input[type=radio] {
    border: 0px;
    margin: 0px;
    padding: 0px; 
}

div.kereses {
	margin: 0 10px;
	float: left;
}
.kereses input, .kereses .button {
	vertical-align: middle;
	display: inline-block;
	height: 32px;
    box-sizing: border-box;
	position: relative;
	border: none;
	background-color: #E7E8E9 !important;
	padding: 4px;
}
.kereses input.t {
	width: 155px;
	z-index: 10;
	outline: none;
	padding-left: 10px;
}
.kereses .button {
	margin-left: -13px;
	z-index: 5;
	width: 35px;
	outline: none;
}

.icon16 {
	display: inline-block;
	width: 16px; height: 16px;
	background-image: url(images/main_sprite-05.png);
	background-repeat: no-repeat;   
	cursor: pointer;
}
.icon16.kereses { background-position: -72px 3px; }
.icon16.facebook { background-position: 0px 0px; }
.icon16.fb { background-position: -9px -87px }
.icon16.in { background-position: -157.5px -88px }
.icon16.nl { background-position: -6px -237px; }
.icon16.rss { background-position: -40px 0px; }
.icon16.arrow-next, .icon16.arrow-snext, .icon16.arrow-sprev  { 
	width: 28px;  
	height: 28px;   
	position: absolute;
	bottom: 10px;  
}
.icon16.arrow-next  {   
	background-position: -77px -19px;      
	right: 15px;      
}
.icon16.arrow-sprev  {   
	background-position: -132px 0px;     
	left: 15px;
	bottom: 10px;     
}
.icon16.arrow-snext  {   
	background-position: -132px -22px; 
	left: 48px;       
}
.icon16.grey  { background-color: #B0B0B0; }
.icon16.teal  { background-color: #44ABBC; }
.icon16.rose  { background-color: #E1B6C0; }

.hide-empty { display: none; }
.height250 {height: 250px;}
.height275 {height: 275px;}
.height350 {height: 350px;}

.w300 { width: 300px; }
.alignc { text-align: center; }
.align-right { float: right; }
.align-left { float: left; }
.align-center {
	margin-left: auto;
	margin-right: auto;
}
.table { display: table }
.row { display: table-row; }
.cell { display: table-cell; }
.nowrap { white-space: nowrap; }
.apro { font-size: 85%; }
.upper { text-transform: uppercase; }
.halvany { opacity:0.7; }
.gray { color: gray; }
.clearfix::after { content: ""; clear: both; display: table; }
.android .android-hide { display: none; }
.android-only { display: none; }
.android .android-only { display: inherit; }
.height25 {min-height: 25px;}
.height250 {min-height: 250px;}
.height275 {min-height: 275px;}
.height350 {min-height: 350px;}
.height360 {min-height: 360px;}

/**/
.inprogress {
    position: relative;
}
.inprogress:after, .not-inprogress:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(images/loader.gif);
    background-image: url(images/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.inprogress:after {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0s, opacity 0.2s linear;
}
.inprogress.not-inprogress:after {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.message-bar {
    padding: 10px 10px;
    background-color: #e3b6c0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.message-bar:empty {
    display: none;
}
.message-bar.success, .success-bar, .failure-bar {
    margin: 1em 0;
    padding: 10px 20px;
    background-color: #ebfee9;
    color: darkgreen;
}
.message-bar.failure, .failure-bar {
    background-color: #FFCCCC;
    color: #f00000;
    
}

#container {
    width: 1120px;
    margin: 0 auto auto auto;
    background-color: #FFFFFF;
	/* padding-top: calc(var(--nav-top) + var(--container-top) + 1rem); */
	padding-top: calc(var(--nav-top) + 2rem);
}

#head {
	display: grid;
	grid-template-columns: 240px minmax(155px, 1fr) minmax(655px, 720px);
	grid-gap: 1.5rem;
	overflow: hidden;
	align-items: center;
	padding: 0 10px 1.5rem 0;
}
.button.r {   background-color: #8eb2be; }
.button.r:hover { background-color: #d58a9c; }
.button.a {   background-color: #d0b798; }
.button.a:hover { background-color: #e3c8a6; }
#head .logo, #head h1 {
	margin: 0px;
	padding-right: 10px;
	overflow: hidden;
	color: #4194d0;
}
#head .logo img {
	width: 240px;
	height: 115px;
}
#head .body {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 1.25rem;
	align-items: center;
}

#head .login-wrapper {
    display: grid;
    gap: 1.2rem;
    /* grid-auto-flow: column; */
    grid-template-columns: auto 1fr 1fr;
    width: fit-content;
    justify-content: start;
    /* justify-content: space-between; */
}
#head .auth {
	display: flex;
	gap: 0.5em;
}
#head .auth .button {
	padding: 0.4em 1.25em;
	height: 1.8em;
}

#head #namedays {
	position: relative;
	/* text-align: right; */
	font-size: 11px;
	line-height: 17px;
	overflow: hidden;
}
#head #namedays .text_1 {
	color: #8eb2be;
	font-weight: bold;
	white-space: nowrap;
}
#head #namedays .text_2 a {
	color: #d58a9c;
	font-weight: bold;
}        
#head .serv {
	position: relative;
	/* top: -2px; */
	/* margin-left: -0.5em; */
	display: flex;
}
#head .serv a {
    margin: 0;
    padding: 6px 6px;
    width: 17px;
    height: 17px;
    float: left;
    display: block;
    text-decoration: none;
    transform: scale(1.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform .15s;
    -moz-transition: transform .15s;
    -o-transition: transform .15s;
    transition: transform .15s;
    background-image: unset;
}
#head .serv a svg {width: 100%; height: 100%; opacity: 0.8;}
#head .serv a.nl {
    background-image: url(images/main_sprite-05.png);
    height: 22px;
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
    background-color: unset;
    transform: scale(0.75);
    margin: -4px 0 0 0;
}#head .serv a.fb {margin-right: -2px}
#head .serv a.nl:hover {transform: scale(0.85);}
#head .icon16.kereses {background-position: -70px 4px; color: transparent;}
#head .serv a:hover {transform: scale(1.35);}
#head .serv a:hover svg {opacity: 1;}

#head .varandos-naptar {
	display: grid;
	/* justify-items: end; */
}
#head .varandos-naptar h2 {
	margin: 0;
	font-size: 0.85rem;
	line-height: unset;
}
#head .varandos-naptar h2 a {
	/* font-size: 15px!important; */
	color: #d58a9c;
	font-weight: 300;
}
#head .varandos-naptar h2 a span {
	color: #d58a9c;
}
#head .varandos-naptar .points {
	/* float: right; */
	display: flex;
	flex-wrap: wrap;
	/* gap: 0.25rem; */
	border-spacing: 1.5px;
	/* height: 28px; */
}
#head .varandos-naptar .points a {
	display: table-cell;
	width: 22px;
	width: 21px;
	height: 22px;
	height: 20px;
	line-height: 20px;
	padding: 2px 0px 0px 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #6aabda;
	color: #FFF;
	text-align: center!important;
	vertical-align: middle;
	text-decoration: none;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 11px;
	margin-right: 1px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#head .varandos-naptar .points a:hover {
	scale: 1.2;
}
#head .varandos-naptar .points a.k { background-color: #d58a9c; }
#head .varandos-naptar .points a.a { background-color: #d58a9c; }
#head .varandos-naptar .points a.r { background-color: #8eb2be; }
#head .varandos-naptar .points a.y { background-color: #ffcc5f; }
#head .varandos-naptar .points a.k:hover { background-color: #8eb2be; }
#head .varandos-naptar .points a.a:hover { background-color: #d58a9c; }
#head .varandos-naptar .points a.r:hover { background-color: #d58a9c; }
#head .varandos-naptar .points a.y:hover { background-color: #d58a9c; }

#head {
    padding: 0px 0px 0px 10px;
}
#container {
    margin-top: 0px;
}

/*
body #head {
    grid-template-columns: 240px minmax(150px, 1fr) minmax(655px, 720px);
}

#head .experts-opener {
    --color-bg: #d58a9c;
    --color-hover: #e3b6c0;
    --color-hover: #7da7b5;
    --color-text: #3D7B92;
    --color-text: #FFFFFF;
    display: grid;
    grid-template-columns: 1fr 2.25fr;
    grid-template-columns: 1fr 2.25fr;
    grid-gap: 1rem;
    align-items: center;
    line-height: 1.4em;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: var(--color-bg);
    border-radius: 1em;
    transition: background-color 0.2s, color 0.2s;
    color: var(--color-text);
    margin: 0 0 0 2.5rem;
    padding: 0 1.2rem;
    height: 80%;
}
#head .experts-opener:hover {
    text-decoration: none;
    background-color: var(--color-hover);
    --color-text: #FFFFFF;
}
#head .experts-opener svg {
    display: block;
    aspect-ratio: 1 / 1;
    padding: 0.25em;
    object-fit: contain;
    object-position: center;
    color: #3D7B92;
    color: #7da7b5;
    opacity: 1;
    transition: opacity 0.2s, color 0.2s;
    background-color: #ffffff;
    border-radius: 100%;
}
#head .experts-opener div {
    display: block;
    font-weight: bold;
}
#head .experts-opener:hover svg {
    color: #8EB2BE;
    color: #3D7B92;
    color: #7da7b5;
}
body #head .experts-opener {
    font-size: 0.9rem;
    height: 100%;
    height: 75%;
    margin: 1rem -0.5rem 0 0.5rem;
    grid-template-columns: 1fr;
    align-content: center;
    grid-gap: 0.5em;
}
body #head .experts-opener svg {
    margin: auto;
    max-width: 2.5rem;
    margin-top: -2.5rem;
}
body #head .experts-opener div {
    text-align: center;
}
*/

#main {
    float: left; 
    clear: both;	
    padding-top: 5px;
    margin-left: 5px;
    width: 680px;    
}
#main2 {
    clear: both;
    overflow: hidden;	
    padding-top: 12px;
}
#right {
	margin: 0px;
	background-color: #FFF;
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;

	display: flex;
    flex-direction: column;
    gap: 1.75rem;
    width: 340px;
}
/* #right > *:nth-child(1) {	order: -2; } */
/* #right > *:nth-child(2) {	order: -2; } */
/* #right > *:nth-child(3) {	order: -2; } */
/* #right #Babanet_rectangle_right_2 { order: -1; } */

#content {
    width: 680px;
    padding: 0px;
    margin: 0px 0px 0px lpx;
    float: right;
    position: relative;
}
body.template-wide #content { 
    float: left;	
}
#content_top, #content_body {
    clear: both;
    margin: 0px;
    padding: 0px 2px 0px 2px;
}
#content_top h1, #content_top h2 {
    margin: 0px;
    padding: 0px;
    line-height: 16px;
}
#content .pagepath1 {
    font-size: 12px;
    font-weight: normal;
    color: #888;
}
#content .pagepath1 .d {	
    font-size: 120%;
    display: inline-block;
    margin: 0px 2px;
}
#content_body {
    margin: 0px; 
}
#content_body .ajanlo .body div {
    float: left;
    padding: 0px 1% 0px 0px;
    margin: 0px; 
}
#content_body .ajanlo.harmas {
    clear: both;
    font-size: 11px;
}
#content_body .ajanlo.kettes .body div {	
    font-size: 12px;
}
#content_body .ajanlo.harmas .body div {
    width: 30.8%;
    margin-left: 8px;
    line-height: 15px;
}
#content_body .ajanlo.kettes .body div.first, #content_body .ajanlo.harmas .body div.first {
    clear: left;
    margin-left: 2px;
}
#content_body div.ajanlo h2, #content_body div.ajanlo h3 {
    padding: 0px;
    margin: 5px 0px 3px 0px;
    font-size: 12px;
    line-height: 14px;	
}
#content_body div.ajanlo.kettes h2, #content_body div.ajanlo.kettes h3 {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 20px;
}
#content_body div.ajanlo.harmas h2, #content_body div.ajanlo.harmas h3 {
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 15px;
}
#content_body div.ajanlo a:hover {
    text-decoration: underline;
}
#content_body div.ajanlo img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

#topbox1 {
    display: none;
    display: block;
    width: 670px;
    height: 355px;          
    overflow: hidden;
    position: relative;
}
#topbox1 .links  {
    z-index: 13;
}
#topbox1 .links .h_color1 {
    color: rgb(244, 134, 143);
}
#topbox1 .links .h_color2 {
    color: rgb(68, 149, 209);
}
#topbox1 .images {
    width: 100%;
}
#topbox1 .images a img {
    display: none;
    height: 355px;	
    position: absolute;
    right: 0px;
    z-index: 5;
}
#topbox1 .links, #topbox1 .links_bg {     
    position: absolute;
    top: 65px;
    z-index: 10;;
    overflow: hidden;
    width: 212px;
    height: 355px;
}
#topbox1 .links_bg {
    z-index: 8;
}
#topbox1 .links_bg_img {
    background-image: url("images/topbox_bcg.png");     
    background-repeat: no-repeat;
    width: 246px;
    height: 355px;
    position: absolute;
    left: 0;
    top: 0;  
    z-index: 12;;
}
#topbox1 .links_bg_col {
    background-color: #EAEBEC;
    width: 215px;
    height: 355px;
    position: absolute;
    left: 0;
    top: 0;  
    z-index: 10;;
}
  
#topbox1 .links a, #topbox1 .links_bg div {
    display: block;
    position: absolute;               
    left: 0px;
    top: 0px;
    overflow: hidden;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
    font-size: 12px;
}
#topbox1 .links h2 {
    margin: 0px 0 14px 0;
    font-size: 18px;
    color: #44798f;
}
#topbox1 .links a:first-child, #topbox1 .links_bg div:first-child {
    width: 202px;
}
#topbox1 .links a:hover {
}
#topbox1 .links a span {
    display: block;
    color: #444444;;
    font-size: 13px;
    font-weight: normal;
    margin-top: 2px;	
}
#topbox1 .links-nav {
  position: absolute;
  bottom: 15px;
  left: 6px;
  z-index: 15;
}
#topbox1 .links-nav > div {    
    background-color: #A2A2A3;
    float: left;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin: 0px 3px;
    cursor: pointer;
}
#topbox1 .links-nav .prev, #topbox1 .links-nav .next  {
    background-image: url(images/main_sprite.png);  
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}
#topbox1 .links-nav .prev {
    background-position: -136px -3px;
}
#topbox1 .links-nav .next {
    background-position: -136px -25px;
}

div.delimer {
    clear: both;
    height: 20px;
}

.box-border {
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;  
    overflow: hidden;
}    

/* box */
div.box {
    margin: auto;
    padding: 0px; 
    margin: 0px; 
}
div.box.fill {
    padding: 12px 10px 12px 10px;
}
#right img {
    max-width: 300px;
}
#right .box {
    padding: 12px 10px 12px 10px;
	
}
#right .box p {
    padding: 0px;
    margin: 0px;
}

#right div.box.tabbed {
    border: 2px #a2cae8 solid;;
    padding: 0px; 
    width: 300px;
    margin: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
div.box.tabbed .tabs {
    background-color: #a2cae8;
    padding: 1px 1px 0px 10px;       
}
div.box.tabbed .tabs a {
    display: inline-block;
    padding: 6px 11px 5px 10px;       
    font-weight: bold;
    color: #FFF;        
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
     border-radius: 12px; 
}
div.box.tabbed .inners {
    border-top: 0px;
    padding: 10px 2px 10px 3px;
    overflow: auto;
}
div.box.tabbed .inners .inner {
    display: none;
    padding: 5px 5px 5px 2px;
    width: 300px;
}
div.box.tabbed .inners .inner ul {
    margin-top: 0px;
}
div.box.tabbed .inners .inner:first-child {
    display: block;
}
div.box.tabbed .inners .inner li {
    color: #F4868F;
}
div.box.tabbed .inners .inner li div,
div.box.tabbed .inners .inner li span {
    color: #555;
}
div.box.tabbed .inners .inner.holmi a {
    display: block;
    font-weight: bold;
}
div.delimer1, a.delimer1, h1.delimer1 {
    display: block;
    color: #F4868F;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 5px 5px 32px;
    margin: 0px 0px 12px 0px;
    background-image: url(images/icons22.png);
    background-position: 0px -44px;
    background-repeat: repeat-x;
    min-height: 10px;	
}
div.delimer1 span, a.delimer1 span, h1.delimer1 span {
    background-color: #FFF;
    display: inline-block;
    padding: 0px 10px 0px 5px;
}

div.hirdetes {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#content .hirdetes {
    background-color: #f5f0e9;
    padding: 15px 0px 10px 2px;
    position: relative;
    left: 0px;
    overflow: hidden;
    background-image: url(images/hirdetes.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

#right .box.bill {
    padding: 0;
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
/*    width: 100%;*/
/*    padding: 20px 0px 10px 0px;*/
/*    text-align: center;*/
/*    overflow: hidden;*/
}
#right .box.sky {
    width: 50%;
    padding: 20px 0px 10px 0px;
    text-align: center;
    overflow: hidden;
    float: right;
}
#right .box:first-child {
    margin-top: 0px;
    padding-top: 0px;
}
#right .box .title {
    margin-bottom: 10px;
}
div.box .title {
    display: block;
    font-size: 14px;    
    color: #44798F;
    text-transform: uppercase;
    font-weight: bold;	
}
div.box .label {
    font-size: 10px;
    color: #777777;
    padding-left: 1px;
    margin-bottom: 4px;
}
div.box ul {
    margin: 10px 10px 10px 25px;
    padding: 0px;
}
div.box ul li {
    margin: 3px 0px 3px 0px;
}
div.box.fill .title {
    color: #4495D1;
}
div.box.comments .body div {
    padding: 1px 0px 5px 1px;
}
div.box.comments a {
    display: block;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
}
div.box.comments a.t {
    color: #6D6F71;
    font-weight: normal;
    margin-bottom: 15px;
}
div.box.comments a span {
    display: block;
}
div.box.comments span.u {
    color: #999999;
}
div.box.galeria {
    overflow: auto;
}
div.box.galeria .button {
    display: block;
    margin-top: 20px;
    float: right;
}
div.box.video {
    overflow: auto;
}
div.box.video .t {
    display: block;
    font-weight: bold;
}
div.box.video img {
    margin-right: 15px;
    float: left;
}
div.content-box.galeria h2 {
    margin: 10px 0 0 0;
    font-size: 16px;
}
div.content-box.ultrahang {
    overflow: auto;
}
div.content-box.ultrahang h2 {
    margin: 2px 0;
    font-size: 14px;
}
div.content-box.ultrahang .t {
    display: block;
    font-weight: bold;
}
div.content-box.ultrahang img {
    margin-right: 20px;
    margin-top: -12px;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;  
    float: left;
}
div.content-box.ultrahang .bablist .tr {
    margin: 4px;
}
div.content-box.ultrahang .bablist a {
    width: 81px;    
    padding: 5px;
}

div.box.pr1 {
	border: 2px #f0e9e0 solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 120px;
	height: 255px;
	padding: 12px;
	margin-top: 10px;
}
div.box.pr1 img {
	margin-top: 10px;
}
#right .box.ajanlo img.right {
	float: right;
	margin: 0px 0px 8px 5px;
	max-width: 120px;
	min-height: 60px;
}
#right .box.ajanlo:first-child .title {
	font-size: 30px;
	font-size: 23px;
	line-height: 30px;
	line-height: normal;
	text-transform: none;
}
#right .content-box {       
        
        padding: 10px;
        margin: 10px 0;
        position: relative;
        overflow: hidden;        
}
#right .content-box h2 a {
       color: #3D7B92;
}

#content .box.p_ajanlo .item img {
	float: right;
	margin: 0px 8px 0px 10px;
	width: 145px;
	height: 72px;
	
}
#content .box.p_ajanlo .item {
	clear: both;
	overflow: auto;
	padding: 5px 0px 5px 0px;
}
#content .box.p_ajanlo a {
	display: block;
	font-weight: bold;
}
table.szavazo input {
	margin: 4px 3px 0px 0px;
	padding: 0px;
}
table.szavazo {	
	font-size: 12px;
}
/* pager */
div.pager {
	text-align: center;
	margin: 30px 0px 30px 0px;
}
div.pager {
/*	width: 100%;*/
        float: right;
	overflow: auto;
	padding: 4px 0px 4px 0px;
        border-bottom: 1px solid #E3E3E3;
        border-top: 1px solid #E3E3E3;
	
}
div.pager p {
	margin: 0px;
	
}
div.pager .item, div.pager .akt {
	padding: 3px 5px 3px 5px !important;
	font-weight: bold;
        font-size: 16px;
	color: #b0b0b0 !important;	
	margin-bottom: 5px;
	display: inline-block;
}
div.pager .item:hover {
	text-decoration: none;	
	color: #d68a9c;
}
div.pager .akt {	
	color: #d68a9c !important;
}

div.pager .nav {
	font-weight: bold;
	color: #b0b0b0;        
}
div.pager .nav img {
	vertical-align:middle;        
}

.clear {
    clear: both;
}
span.date{
    font-size: 11px;
    color: #A7AAAC;
}

/* varandos-naptar */

div.box.vn {
	background-image: url(images/vn-pocakosok-2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 5px;
	padding-top: 15px;
}
#content div.box.vn {
	background-image: none;
	padding-top: 50px;
}
div.box.vn a.title {
	font-size: 17px;
	text-transform: none;
	
}
div.box.vn a.title span {
	font-size: 13px;
	font-weight: normal;
	display: block;
}
div.box.vn ul {
	margin: 0px;
	display: table;
	width: 100%;
}
div.box.vn ul li {
	display: table-row;
	overflow: auto;
}
div.box.vn ul a {
	display: table-cell;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-right: 2px #FFF solid;
	border-bottom: 2px #FFF solid;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
div.box.vn ul a.t3 {
	background-color: #8EB2BE;
}
div.box.vn ul a.t3:hover, #varandos-naptar .t3 {
	background-color: #8EB2BE;
	color: #FFF;
}
div.box.vn ul a.t2{ 
	background-color: #ede4d8;
}
div.box.vn ul a.t2:hover, #varandos-naptar .t2  {
	background-color: #D58A9C;
	color: #FFF;
}
div.box.vn ul a.t1{
	background-color: #e3b6c0;
}
div.box.vn ul a.t1:hover, #varandos-naptar .t1 {
	background-color: #e3b6c0;
	color: #FFF;
}

/* családi pihenés */
#csaladi_pihenes_mainbox {
	padding: 15px 0px 15px 0px;
}
div.box.utazas.hirdetes {
	margin: 0px; padding: 10px 10px 0px 10px !important;
}
#csaladi_pihenes_mainbox h2 {
	margin: 5px 0px;
}
#csaladi_pihenes_mainbox .button {
	margin-top: 15px;
	font-size: 120%;
}
#csaladi_pihenes_mainbox .title {
	font-size: 18px; color: #4495D1; margin-bottom: 0px; background-color: none;
}
#csaladi_pihenes_mainbox .large_item {
	display: block; margin-bottom: 10px; background-color: #FFF; ; overflow: auto; font-weight: bold; float: none; width: 100%;
	-webkit-border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; border-radius: 0px 0px 10px 10px;
	min-height: 196px;
}
#csaladi_pihenes_mainbox .large_item img {
	width: 215px; height: 160px;
}
#csaladi_pihenes_mainbox .large_item div {
	padding: 7px 10px;
}
#csaladi_pihenes_mainbox .large_item div span {
	font-weight: normal; color: #6D6F71; font-size: 11px;
}
#csaladi_pihenes_mainbox .item {
	font-weight: bold; display: block; overflow: auto; font-size: 11px; clear: both; background-color: #FFF; margin-bottom: 10px; 
	line-height: 15px; -webkit-border-radius: 0px 10px 10px 0px; -moz-border-radius: 0px 10px 10px 0px; border-radius: 0px 10px 10px 0px;
}
#csaladi_pihenes_mainbox .item div {
	padding: 5px 5px 5px 10px;
}
#csaladi_pihenes_mainbox .item span {
	font-weight: normal; color: #6D6F71;
}
#csaladi_pihenes_mainbox a.more {
	display: block; padding: 1px 0px 0px 10px; position: absolute; bottom: 10px; right: 15px;
}
#csaladi_pihenes_mainbox div.body {
	float: left; width: 49%;
}
#csaladi_pihenes_mainbox div.body.right {
	float: right;
}

#footer {
	padding: 10px;
	width: 970px;
	overflow: hidden;
	border-bottom: 10px #FFF solid;
}
#footer .firct {
	float: right;
	background-color: #FAFAFA;
	width: 165px;
	overflow: hidden;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#footer .firct .inner {
	padding: 15px 10px 10px 25px;
	line-height: 18px;
	color: #000000;
}
#footer .col {
	width: 19%;
	float: left;
	padding-right: 10px;
}
#footer .col a { display: block }
#footer .col a.f0 { font-size: 170%; margin: 7px 0px; }
#footer .col a.f1 { font-size: 100%; margin: 5px 0px; }
#footer .col a.f2 { font-size: 100%; margin: 2px 0px; color: #444 }
#footer .col a.f3 { font-size: 100%; margin: 0px 0px; }

#footer p { color: #000000; }
#footer b.t { font-size: 16px; color: #fe6409; font-weight: normal; }
#footer .mobile_version {
	font-size: 3em;
	line-height: auto;
	padding: 5px;
	width: 350px;
	height: 35px;
	margin: auto;
	font-weight: bold;
}

.footer {
		width: 100%;
		background: #78A2AF;
		z-index: 5;
		position: relative;
	    font-size: 0.9em;
	    line-height: 1.6em;
	}
	.footer .first,
	.footer .second {
		vertical-align: top;
	}
	.footer .first.cell {
		/*background: #FFF;*/
		padding-left: 50px;
		padding-right: 5px;
		max-width: 200px;
		height: 100%;
	}
	.footer .first.cell .inner {
		background: #FFF;
		padding: 20px 10px 10px 10px;
		height: 100%;
		max-width: 200px;
	}
	.footer .first.cell img {
		width: 100%;
	}
	.footer .partnerek,
	.footer .cell {
		padding: 15px;
	}
	.footer ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	.footer .k {
		color: #000;
	}
	.footer .second {
		line-height: 1.3;
	}
	.footer .second table {
		width: 100%;
	}
	.footer .second .t {
		font-size: 130%;
		display: inline-block;
		margin-bottom: 9px;
	}
	.footer .second .k {
		color: #000;
	}
	.footer .second .cell {
		width: auto;
		color: #FFF;
	}
	.footer .second .cell.jogaink {
		width: 22%;
	}
	.footer .second li {
		margin-bottom: 0.75em;
	}
	.footer .second .sub {
		margin-bottom: 0.2em;
	}
	.footer .second * {
		color: #FFF;
	}
	.footer .partnerek * {
		color: #000;
	}
	.footer .partnerek .inner {
		background: #FFF;
		padding: 10px;
		text-align: center;
	}
	.footer .partnerek img {
		max-height: 75px;
		vertical-align: middle;
		margin: 0px 10px;
		box-sizing: border-box;
	}

div.articles, #article {
    margin: 0px; 
    font-size: 14px;
    color: #444444;
}
div.articles_item {
    margin: 10px 0px 0px 0px;
    clear: left;
    border-bottom: 1px #DDDDDD solid;
    overflow: auto;
    position: relative;
}
div.articles_item img {
    width: 160px;
    height: 115px;
    float: left;
    margin: 0px 15px 13px 0px;
}
div.articles_item .c {
    font-size: 120%;
}
div.articles_item .title, div.articles_item h1, div.articles_item h2  {
    color: #605e5c;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    margin: 0px 0px 8px 0px;
}
div.articles_item .lead {
    padding-bottom: 10px;
    margin-bottom: 25px;
    width: 630px;
}
div.articles_item .comment_count {
    color: #AAA;
    white-space: nowrap;
    position: absolute;
    bottom: 10px;
    left: 166px;
}
#article .create {
    font-size: 90%;
    margin: 3px 0px 0px 1px;
    color: #666666;
}
#article h1, #content_body h1 {
    font-size: 28px;
    font-weight: normal;    
    color: #605e5c;
    margin: 8px 0px 10px 0px;
    line-height: normal;
}
#article h1 span {
    display: block;
    font-size: 13px;
}
#article h2 {
    font-size: 17px;
    font-weight: bold;
}
#article h3 {
    font-size: 15px;
    font-weight: bold;
}
#article .lead {
    font-weight: bold; 
    margin-bottom: 15px;
}
#article .fb-share {
    width: 90px;
    float: right;
    margin-right: 5px;
    filter:alpha(opacity=70);
    opacity:0.7;
}
#article .fb-share:hover {
    filter:alpha(opacity=100);
    opacity:1;
}
#article .hirdetes.bill {
    display: none;
}
#article .tags {
    margin: 15px 0px 5px 0px;
    font-size: 11px;
}
#article .tags a, #article .tags h2  {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    font-size: 12px;    
}
#comments {
    margin: 25px 10px 15px 0px;
    padding: 12px;
}
#comments .item, #comments dl {	/* old: #comments dl */
    position: relative;
    left: -5px;
    overflow: auto;
    padding-bottom: 10px;
}
#comments .item .head, #comments dt {	/* old: #comments dt */
    padding: 5px 5px;
    background-color: #EEE;
    border-bottom: 1px #E9E9E9 solid;
    margin: 8px 0px 8px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#comments .item .body, #comments dd {	/* old: #comments dd */
    margin: 0px 0px 0px 5px;
}
#comments .item .reply {
    display: inline-block;
    padding: 3px 10px;
    margin-left: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;    
    transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out;    
    float: right;
    filter:alpha(opacity=50); 
    opacity:0.5; 
}
#comments .item .reply:hover {	
    filter:alpha(opacity=100); 
    opacity:1; 	
}
#comments .date {
    float: right;
    font-size: 90%;
}
#comments .username {
    font-weight: bold;
    padding: 3px;
}
#comments .osszes {
    display: block;
    padding: 15px 0px 10px 0px; 
    font-weight: bold;
    font-size: 110%;
}
#comments .osszes span {
    font-size: 115%;
}
#form_comment {
    clear: both;
    margin-top: 20px;
}
#article .related .head {
    font-weight: bold;
    margin-bottom: 5px;
}
#article .related .inner p {
    margin: 0px;
}
#article .related .inner a {
    display: block;
}
#article .print-mail {
    border-bottom: 1px #DDDDDD solid;
    margin-bottom: 15px;
    text-align: right;
}
#article div.bill {
    width: 300px;
    width: 100%;
    padding: 18px 10px 10px 10px;
    margin: auto; 
}
#article div.shop-kapcsolodo-termek {
    font-weight: bold;
    background-color: #6293ce;
    padding: 5px 15px;
    margin-bottom: 20px;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#article div.shop-kapcsolodo-termek h3 {
    margin: 5px 0px 10px 0px;
}
#tags {
    padding: 0px;
    margin: 15px 0px 0px 0px;
}
#tags .c {
    color: #999999;
}
#tags li {
    display: inline-block;
    padding: 2px 4px 2px 4px;
}
#tags li:hover {
    background-color: #e3f1fa;
}

div.site_auth form {
    margin: 20px auto 20px auto;
    padding: 15px 10px 15px 10px;
    border: 2px #a8c6dc solid;
    width: 425px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
div.site_auth form input {
    padding: 5px;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
div.site_auth form .button {
    padding: 5px 20px 5px 20px;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
div.site_auth form li {
    padding: 5px 2px;
}
div.site_auth form input[type=text] {
    width: 225px;
}
div.site_auth form li, div.site_auth form li a {
    font-weight:bold;
}
div.site_auth form li a {
    text-decoration: none;
}
div.site_auth form li a:hover {
    text-decoration: underline;
}
div.site_auth form li label {
    font-weight: normal;
}
div.site_auth h2 {        
    font-size: 15pt;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin-top: 40px;
}
div.auth_status {
    text-align: center;
}
/* **** */
div.site_auth {
    background-color: #8EB2BE;
    padding: 13px;
    border-radius: 4px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
}
div.site_auth.simple {
        background-color: #FFF;
        border-radius: 0px; 
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        padding: 0px;
}
div.site_auth .inner {
        background-color: #FFF;
        border-radius: 8px; 
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        padding: 15px 0px;
}
div.site_auth form {
        padding: 0px;
        margin: 0px;
        width: 100%;
        border: 0px;
}
div.site_auth table tr td {
        padding: 3px;
}
div.site_auth table tr td:first-child {
        padding-left: 15px;
}
div.site_auth table tr.subtitle {
        background-color: #b4d2eb;
        color: #FFF;
}
#profile_image {
        height: 100px;
}
div.site_auth tbody.gyerek tr:first-child td {
        /* border-top: 2px #b4d2eb dotted; */
}
div.site_auth a.add_child {
        font-weight: bold;
        font-size: 14px;
}
	
div.bablist {	
    margin-top: 16px;	
}
div.bablist a {    
    float: left;
    margin: 2px;
    padding: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    text-align: center;
    color: #FFF;
    font-weight: bold;
    vertical-align: middle;	
    padding: 2px;
}
* html div.bablist a {
    display: none;
}
div.bgc1, a.bgc1 { background-color: #83AAB8; }
div.bgc2, a.bgc2 { background-color: #D79EAB;; }
div.bgc3, a.bgc3 { background-color: #a2cae8; } 
div.bgc1, a.bgc1:hover { background-color: #D79EAB; }
div.bgc2, a.bgc2:hover { background-color: #83AAB8; }
div.bgc3, a.bgc3:hover { background-color: #4495D1; } 
div.fb-like-box {	
    border: 0px #6aabda solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
}

.-a- {
    float: right;
    width: 50px;
    text-align: right;
}

/* --------------------------------- */

body.is-gateorwallpaper {
    --pagewidth-max: 1140px;
    --gateorwallpaper-topheight: 100px;
}
body.is-gateorwallpaper #container {
    margin-top: calc(var(--container-top) + var(--gateorwallpaper-topheight));
}
.gateorwallpaper {
    position: fixed;
    z-index: -1;
    top: var(--container-top);
    width: 100%;
    height: calc(100vh - var(--container-top));
    min-height: 600px;
/*  background-color: rgba(255, 0, 0, 0.5);*/
}

/* old kapu_wallpaper */
    #kapu_wallpaper {	
        margin: 0px auto auto auto;
    }
    #kapu_bal, #kapu_jobb {
        width: 150px;
        height: 600px;
        overflow: hidden;
    }
    /*#kapu_top { margin-top: 0px; background-color: #e4e4e4; width: 990px; overflow: hidden; }*/
    /*#kapu_bal { float: left; }*/
    /*#kapu_jobb { float: right; }*/

/* old wallpaper */
    #wallpaper {
        width: 100%;
        margin: 0px auto auto auto;
    }
    #wallpaper_bal, #wallpaper_jobb {
        width: auto;
        height: 600px;
        overflow: hidden;
        display: block;
    }
    #wallpaper_top { display: block; margin: 0px auto auto auto; width: 990px; overflow: hidden; }
    #wallpaper_bal { float: left; }
    #wallpaper_jobb { float: right; }

/* keretes */
.appendix {
    border: 2px solid #e9e9e9;
    background: #e9e9e9;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
}
.appendix.narrow {
    margin: 0 0 5px 15px;
    width: 146px;
    float: right;
}
.appendix.wide {
    margin: 10px 0;
}
.appendix div.text {
    font-size: 11px !important;
    margin: 5px 8px;
}
.appendix h6 {
    background: #9b9b9b;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
}
.appendix .body {
    padding: 10px 5px 5px 5px;
}
.appendix.rozsaszin {
    background-color: #FFF; 
    border: 3px #f4868f solid; 
    padding: 15px;     
}
.appendix.rozsaszin h6 {
    background: #FFF;
    border: 0px; 
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #f4868f;
}
.appendix.rozsaszin h6 * {
    color: #f4868f;
}
.appendix.rozsaszin2 {
    background-color: #ffe1e1; 
    padding: 0px;
}
.appendix.rozsaszin2 h6 {
    background-color: #f4868f; 
    color: #FFF;
}

h2.albumCim2 {
    font-size: 18px;
}

.linethrough {
    text-decoration: line-through;
}

div.billboard_tartalomajanlo_2.FHB {
    background: url(/images/ajanlo/fhb_billboard_bg.jpg) no-repeat;
    padding: 40px 15px 0px 10px;
    height: 250px;
}
div.billboard_tartalomajanlo_2.FHB .inner {
    overflow: auto;
    height: 135px;
    width: 285px;
}
div.billboard_tartalomajanlo_2.FHB .inner .title {
    font-weight: bold;
}
div.billboard_tartalomajanlo_2.FHB .inner a {
    /* color: #FFF; */
    display: block;
    clear: both;
    overflow: auto;
    margin: 0px 0px 5px 0px;
    background-color: #FFF;
    padding: 8px 10px;    
}
div.billboard_tartalomajanlo_2.FHB .inner img {
    width: 70px;
    float: left;
    margin-right: 10px;
}

#peel-off {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    overflow: hidden;    
}
#peel-off object {
    position: relative;
    right: 0px; 
}

.ui-autocomplete {
    height: 200px;
    overflow: auto;
}
/* --------------------------------- */	
#tartalom_ajanlo_box {
    margin: 25px 0px 10px 0px;
    padding: 6px;
    background-color: #f5f0e9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#tartalom_ajanlo_box .box_title {
    font-size: 18px; 
    font-weight: bold;
    display: block;
    margin: 7px;
}
#tartalom_ajanlo_box img.l {
    margin: 0px 0px 0px 7px;
}
#tartalom_ajanlo_box td {
    width: 150px;
    text-align: center;
    background-image: url(images/shopajanlo-item-bg.png);
}
#tartalom_ajanlo_box .i td {
    position: relative;
}
#tartalom_ajanlo_box .i td img {
    max-width: 135px;
    margin: 5px 0px;
}
#tartalom_ajanlo_box .i span.ac {
    display: block;
    width: 42px;
    height: 40px;
    position: absolute;
    top: -10px;
    z-index: 1000;
    background-image: url(images/shopajanlo-item-akcio.png);
}
#tartalom_ajanlo_box .t td {
    width: 150px;
    height: 10px;
    background-image: url(images/shopajanlo-item-top.png);
}
#tartalom_ajanlo_box .a td {
    padding: 1px 0px 10px 0px;
}
#tartalom_ajanlo_box .tx a {
    color: #4495d1;
    font-weight: bold;
    display: inline-block;
    padding: 0px 5px;
}
#tartalom_ajanlo_box .a a {
    color: #f4868f;
    font-weight: bold;
}
#tartalom_ajanlo_box .b td {
    width: 150px;
    height: 10px;
    background-image: url(images/shopajanlo-item-bottom.png);
}

/* --------------------------------- */
.box_newsletter {
    clear: both;
    padding: 6px 0px 6px 0px;
}
#newsletter {
    position: relative;
    background: url("images/hirlevel.png") no-repeat scroll 0 0 transparent;
    background-position: -3px -10px;
    width: 310px;
    /* margin-left: -2px; */
    margin: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 163px;
}
#newsletter h2 {
    color: #44798f;
    position: absolute;
    left: 20px;
    top: -5px;
    font-size: 22px;
}
#newsletter #error, #newsletter #response {
    display: none;
    position: absolute; 
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    background: #ffffff;
    width: 100%;
    padding: 15px;
}
#newsletter .accept {
    position: absolute;
    left: 40px;
    top: 85px;
    line-height: 15px;
    text-indent: -20px;
}
#newsletter #error { color: #F78568; }
#newsletter #response { color: #44798f; }
#newsletter .checkin_text {    
    top: 43px;
    right: 22px;
    position: absolute;
    width: 272px;
    height: 25px;   
    outline: none;      
    border: none;  
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 0;   
    background-color: #F8F8F8;  
    -moz-box-shadow: 1px 2px 0px 1px #CFCFCF;
    -webkit-box-shadow: 1px 2px 0px 1px #CFCFCF;
    box-shadow: 1px 2px 0px 1px #CFCFCF;
    color: #888888; 
    font-weigth: bold;
    font-size: 14px;
}
#newsletter .checkin_btn {
    bottom: 10px;
    right: 22px;
    position: absolute;
    margin-left: 0px;   
    outline: none;
    cursor: pointer;
    border: none;
}

/*  */
.subscribe-inc {
    display: grid;
    grid-template-columns: 225px 1fr;
    grid-gap: 0;
    background-color: var(--color-third);
}
.subscribe-inc a { color: var(--color-first-dark); }
.subscribe-inc input, .subscribe-inc button { padding: 0.65em 1em 0.55em 1em; width: 100%; box-sizing: border-box; border: 0; }
.subscribe-inc button { color: #FFFFFF; }
.subscribe-inc input[type=text] { background-color: #FFFFFF; }
.subscribe-inc input[type=submit] { background-color: var(--color-second-dark); }
.subscribe-inc input[type=submit]:hover { background-color: var(--color-first); }
.subscribe-inc input[type=checkbox] { vertical-align: -1px; transform: scale(1.1); width: auto; }
.subscribe-inc-image {
    background: url(/theme-20231/images/hirlevel_boritek.png) no-repeat center;
    background-size: contain;
}
.subscribe-inc-body {
    padding: 1.5em 2em 1.65em 0;
}
.subscribe-inc-spaceing {
    min-height: 100px;
    display: grid;
    grid-auto-flow: row;
    align-content: space-evenly;
}
.subscribe-inc-text {
    color: var(--color-first-dark);
    display: block;
    font-size: 1.25em!important;
    font-weight: bold;
}
.subscribe-inc-text div:first-child {
    margin: 0 0 0.5rem 0;
}
.subscribe-inc .approval {
    margin: 0.5rem 0;
}
.subscribe-inc-inputs {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    grid-column-gap: 1em;
}

#right .subscribe-inc { display: block; font-size: 0.8em; width: 106%; margin-left: -3%; }
#right .subscribe-inc:after { content: ""; display: table; clear: both; }
#right .subscribe-inc-image { display: inline-block; height: 100px; width: 100px; float: left; }
#right .subscribe-inc-body { padding: 3%; }
#right .subscribe-inc-spaceing { display: block; }
#right .subscribe-inc-inputs { grid-column-gap: 0.5em; }
#right .subscribe-inc .message-bar.success,
#right .subscribe-inc .success-bar,
#right .subscribe-inc .failure-bar { background-color: unset; line-height: 1.3em; }
#right .subscribe-inc {
    width: 320px; box-sizing: border-box; padding: 1rem; margin: 15px auto; font-size: 1em;
    border: 1px solid #E1E1E1; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
#right .subscribe-inc-body { padding: 0; }
#right .subscribe-inc-image { background-size: cover; margin: -0.7em 1em 0 -1em; }

@media (max-width: 600px)
{
    .subscribe-inc { display: block; font-size: 0.8em; width: 106%; margin-left: -3%; }
    .subscribe-inc:after { content: ""; display: table; clear: both; }
    .subscribe-inc-image { display: inline-block; height: 100px; width: 100px; float: left; }
    .subscribe-inc-body { padding: 3%; }
    .subscribe-inc input, .subscribe-inc button { font-size: 12.5px; }
    .subscribe-inc input { border: 1px solid #ffd2cc; }
    .subscribe-inc input[type=text], .subscribe-inc button { height: 1.9rem; }
    .subscribe-inc-inputs { grid-column-gap: 0.5em; }
    .subscribe-inc .message-bar.success,
    .subscribe-inc .success-bar,
    .subscribe-inc .failure-bar { background-color: unset; line-height: 1.3em; }
}

/* --------------------------------- */
select.pink_x36, 
#dbadmin_form select {	
    height: 36px;
    margin-left: 1px;
    margin-right: 0px;
    color: #939598;	
    font-size: 12px;
    background: url("images/select_pink_x36.png") no-repeat scroll right 0 transparent;
    -webkit-appearance: none;
    -moz-appearance: none; 
    border: 1px #eed1d0 solid;
    outline: none;
}
#dbadmin_form input, 
#dbadmin_form textarea {
    padding: 7px;
    border: 1px solid #F1BDC5;
    color: #939598;
    font-size: 12px;
    outline: none;
}
button.pink_x36,
input.button.pink_x36,
a.button.pink_x36,
#dbadmin_form input.button {    
    color: #939598;
    font-size: 14px;
    display: inline-block;
    padding:8px;
    vertical-align: middle;
    border: 1px solid #F1BDC5;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: url("images/button_pink_x36.png") no-repeat;
}

.raquo {
    font-size: 115%;
}

div.babanettv_bill {
    width: 270px;
    padding: 15px 15px 15px 15px;
    background-color: #e9e0d1;
    background-image: url(images/babanettv-bemutatja.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    margin: auto;
    }
    div.babanettv_bill img.s {
            position: absolute;
            margin-left: 0px;
            margin-top: 0px;
    }

.relations_teszt {  }
    .relations_teszt .head {
            font-weight: bold;
            margin-bottom: 5px;
            overflow: hidden;
    }
    .relations_teszt .item {
            width: 49%;
            margin: 0px 0% 10px 0px;
            height: 190px;
            vertical-align: top;
            display: inline-block;

    }
    .relations_teszt .item:first-child {
            vertical-align: top;
    }
    .relations_teszt .item img {
            width: 100%;
            height: 145px;
            margin-bottom: 5px;
    }
	
.relations {  }
    .relations .head {
            font-weight: bold;
            margin-bottom: 5px;
    }
    .relations .item {
            /* inline js-el is szabályozott */
            width: 44%;
            margin: 0px 1% 10px 0px;
            height: 177px;
            vertical-align: top;
            display: inline-block;
            padding: 10px 10px 18px 10px;
            border: 1px #CCC solid;
            overflow: hidden;
    }
    .relations .item:nth-child(even) {
            margin-right: 0px;
    }
    .relations .item:first-child {
            vertical-align: top;
    }
    .relations .item.noimage {
            font-size: 18px;
            line-height: 25px;
            /* text-align: center; */
    }
    .relations .item img {
            width: 100%;
            height: 145px;
            margin-bottom: 5px;
    }
	
.relations_teszt2 {  }
    .relations_teszt2 .head {
            font-weight: bold;
            margin-bottom: 5px;
    }
    .relations_teszt2 .body {
            padding: 0px 0px 10px 0px;
            border: 1px #BBB solid;
            display: inline-block;
    }
    .relations_teszt2 .item {
            /* inline js-el is szabályozott */
            width: 46.5%;
            margin: 10px 0 0 10px;
            height: 177px;
            vertical-align: top;
            display: inline-block;
            overflow: hidden;
    }
    .relations_teszt2 .item:first-child {
            vertical-align: top;
    }
    .relations_teszt2 .item img {
            width: 100%;
            height: 140px;
            margin-bottom: 5px;
    }
	
/* --------------------------------- */

.szolgaltatas-ajanlo {
    width: 313px;
    height: 160px;
/*    float: left;*/
    margin: 1.5em 0px;
}

.szolgaltatas-ajanlo.kisokos {
    background-image: url("images/kisokos.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.szolgaltatas-ajanlo span {        
    display: block;     
}
.szolgaltatas-ajanlo a:hover {        
    text-decoration: none; 
}
.szolgaltatas-ajanlo.kisokos span {
    color: #E37757;
    font-size: 26px;
    font-weight: bold;     
    padding: 114px 44px 44px 186px;
}
.szolgaltatas-ajanlo.honap-temaja-s {
    background-image: url("images/honap_temaja_s.png");
    height: 218px;
    width: 333px;
    margin: 4px 0px;
    position: relative;
}
.szolgaltatas-ajanlo.honap-temaja-s span {
    color: white;
    background-color: #E37B62;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 4px 30px 4px 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.szolgaltatas-ajanlo.honap-temaja-s .title {
    position: absolute;
    bottom: 12px;
    left: 10px;
    width: 250px;        
}
.szolgaltatas-ajanlo.honap-temaja-s .title a {       
    color: #3d7b92;
    text-decoration: none;
    font-size: 25px;
    line-height: 29px;
}
.szolgaltatas-ajanlo.honap-temaja {
    background-image: url("images/honap_temaja.png");
    width: 675px;
    height: 115px;    
    position: relative;
}
.szolgaltatas-ajanlo.honap-temaja h2, .szolgaltatas-ajanlo.honap-temaja span {
    color: white;
    background-color: #E37B62;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 8px 80px 8px 10px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
}
.szolgaltatas-ajanlo.honap-temaja .title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 430px;      
}
.szolgaltatas-ajanlo.honap-temaja .title, .szolgaltatas-ajanlo.honap-temaja .title a {       
    color: #3d7b92;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}
.szolgaltatas-ajanlo.konyvajanlo {
    background-image: url("images/konyvajanlo.png");
    height: 178px;
    
}
.szolgaltatas-ajanlo.konyvajanlo span {
    color: #44798f;
    font-size: 22px;        
    text-transform: uppercase; 
    padding: 146px 51px 10px 142px;
}
.szolgaltatas-ajanlo.idovonal {
    background-image: url("images/idovonal-bcg.png");
    height: 138px;
    width: 342px;
    margin-left: -6px;
}
.szolgaltatas-ajanlo.idovonal span {
    color: transparent;
    font-size: 22px;
    text-transform: uppercase;
    padding: 105px  51px 10px 142px;
}

/* --------------------------------- */

.rss-news {
    width: 320px;    
    box-sizing: border-box;
    padding: 30px 1rem;
    margin: 15px auto;
    padding-bottom: 40px;
    position: relative;
    clear: both;
}
.rss-news h4 {
      margin: 5px 0;
}
.rss-source {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 12px;
    color: #ccc;
}
.rss-logo {
    margin: -15px 0 10px 0; 
}
.rss-text {
      margin-bottom: 10px;
      line-height: 20px;
}

/* --------------------------------- */

.subpage {
    width: 670px;
    height: 168px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    position: relative;
}
.subpage h2 {
    color: white;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 8px;
}
.subpage h2 a {
    text-decoration: none;
    color: white;
}

.subpage.rendelo { background-image: url("images/rendelo-bcg.png");}  /* szakertok-bcg.png ?? */
.subpage.rendelo h2 { background-color: #D6A0AD; }

.subpage.gyerekvallalas { background-image: url("images/gyerekvallalas-bcg.png");}
.subpage.gyerekvallalas h2 { background-color: #487C92; }

.subpage.picik { background-image: url("images/picik-bcg.png");} /* gyermek */
.subpage.picik h2 { background-color: #858296; }

.subpage.nagyok { background-image: url("images/nagyok-bcg.png");} /* 3 éves kor után */
.subpage.nagyok h2 { background-color: #67BECC; }

.subpage.jogaink { background-image: url("images/jog-bcg.png");}
.subpage.jogaink h2 { background-color: #B4B625; }

.subpage.gasztro { background-image: url("images/gasztro-bcg.png");} /* receptek  receptek-bcg.png ?? */
.subpage.gasztro h2 { background-color: #DF534E; }

.subpage.kikapcsolodas { background-image: url("images/kikapcsolodas-bcg.png");}  /*retro-bcg.png mozi-bcg.png ?? */
.subpage.kikapcsolodas h2 { background-color: #D2AA88; }

.subpage.keresok { background-image: url("images/keresok-bcg.png");}
.subpage.keresok h2 { background-color: #E8CE9A; }

.subpage.kikapcsolodas { background-image: url("images/kikapcsolodas-bcg.png");}
.subpage.kikapcsolodas h2 { background-color: #D2AA88; }
        
/* --------------------------------- */



.experts, .bloggers { 
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;  
    margin: 15px 0 15px 0;
}
.experts {
    background-image: url(images/szakerto-bcg-s.png);    
    height: 470px;
    width: 328px;
}
.bloggers {
   background-image: url(images/bloggerek-bcg.png);   
   height: 360px;
   width: 328px;
}
.bloggers.high {
   background-image: url(images/blogger-bcg.png);  
   height: 165px;
   cursor: pointer;
   margin-top: 6px;
   margin-bottom: 2px;
}
.photographer {
   position: relative;
   height: 255px;
   cursor: pointer;
   margin-top: 6px;
   margin-bottom: 2px;
}
.experts.wide {
    background-image: url(images/szakerto-bcg.png);
    background-position: 0 -2px;
    height: 178px;
    width: 668px;             
}
.experts.wide .icon16.arrow-next, .experts.wide .icon16.arrow-snext, .experts.wide .icon16.arrow-sprev {
    bottom: 0px;  
}
.experts.wide .icon16.arrow-snext { left: 65px; }
.experts.wide .icon16.arrow-sprev { left: 30px; }
#experts, #bloggers, #high_blogger, #photographer  {
    position: relative;    
    display: block;     
    min-height: 210px;
}
#experts .images, #bloggers .images, #high_blogger .images{
    position: relative;
    width: 100%;
}
#experts .exp_data {
    height: 472px;
}
#bloggers .exp_data, #high_blogger .exp_data, #photographer .exp_data {
    height: 360px;
    overflow: hidden;
}
 .experts.wide #experts .exp_data {
    height: 165px;
    overflow: hidden;
}
#experts .images .exp_data .exp_data_img {
    position: absolute;
    top: 38px;
    left: 15px;             
}
#bloggers .images .exp_data .exp_data_img{
    position: absolute;
    top: 72px;
    left: 8px;          
}
#high_blogger .exp_data .exp_data_img, #photographer .exp_data .exp_data_img{
    position: absolute;
    top: 2px;
    left: 2px;              
}
.experts.wide #experts .images .exp_data .exp_data_img  {   
    top: 10px;
    left: 10px;     
}

#experts .images .exp_data .exp_data_img img, #bloggers .images .exp_data .exp_data_img img, #high_blogger .exp_data .exp_data_img img, #photographer .exp_data .exp_data_img img {            
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;     
    height: 95px;
    width: 95px;
    border: 5px solid #E8E9EA;
}
#high_blogger .exp_data .exp_data_img img, #photographer .exp_data .exp_data_img img { 
    border: 6px solid #FFFFFF;
    height: 110px;
    width: 110px;
}


#bloggers .images .exp_data .exp_data_title, #high_blogger .exp_data .exp_data_title, #photographer .exp_data .exp_data_title, #experts .images .exp_data .exp_data_title {
    position: absolute;    
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #b0b0b0; 
}
#experts .images .exp_data .exp_data_title {
    position: absolute;
    top: 150px;
    left: 10px;
    width: 354px;
}
#bloggers .images .exp_data .exp_data_title {       
    top: 12px;
    left: 106px;
    width: 200px;           
}
#high_blogger .exp_data .exp_data_title  {       
    top: 2px;
    left: 130px;
    width: 200px;
}
#photographer .exp_data .exp_data_title   {       
    top: 2px;
    left: 117px;
    width: 200px;
}
#experts .images .exp_data .exp_data_description, #bloggers .images .exp_data .exp_data_posts, #bloggers .images .exp_data .exp_data_description, #high_blogger .exp_data .exp_data_description, #photographer .exp_data .exp_data_description { 
    position: absolute;    
    color: #6D6F71;
    margin: 0;
    line-height: 15px;  
}
#experts .images .exp_data .exp_data_description {   
    top: 210px;
    left: 0;
    padding: 18px 30px 20px 20px;  
}   
#bloggers .images .exp_data .exp_data_posts {   
    position: absolute;   
    bottom: 50px;
    right: 0;
    width: 200px;    
}
.exp_data_posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.exp_data_posts li {
    margin: 4px 0;
}
#bloggers .images .exp_data .exp_data_description, #high_blogger .exp_data .exp_data_description, #photographer .exp_data .exp_data_description {       
    top: 65px;
    right: 0;
    width: 170px;
    height: 162px;
    overflow: hidden;
    padding: 20px;  
}
#high_blogger .exp_data .exp_data_description  {       
    top: 95px;   
    left: 142px;
    width: 140px; 
}
#photographer .exp_data .exp_data_description  {       
    top: 72px;
    left: 100px;
    width: 200px;
}
.experts.wide #experts .images .exp_data .exp_data_title {
    top: 0px;
    left: 165px;
}   

.experts.wide #experts .images .exp_data .exp_data_description {
    top: 50px;
    left: 155px;
    width: 400px;
}   
#experts .exp_data_name, #bloggers .exp_data_name, #high_blogger .exp_data_name, #photographer .exp_data_name{
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 5px;
}   
#high_blogger .exp_data_name, #photographer .exp_data_name {
    font-size: 32px;    
}   
#high_blogger .exp_data_job, #photographer .exp_data_job {
    font-size: 20px;
    font-weight: bold;
    color: #44798f;
    position: absolute;
    top: 46px;
    left: 162px;
    width: 160px;
}   
#photographer .exp_data_job {   
    color: #414042;
}   
#experts .exp_data_name a { color: #d79eab; }
#bloggers .exp_data_name a, #high_blogger .exp_data_name a  { color: #44abbc; }
#photographer .exp_data_name a  { color: #FF7146; }
#experts .exp_data_name a:hover, #bloggers .exp_data_name a:hover, #high_blogger .exp_data_name a:hover   { 
    text-decoration: none;
}
#experts .ask_link, #bloggers .ask_link, #high_blogger .ask_link {      
    position: absolute;
    bottom: 40px;
    margin-left: 10px;          
}   
#experts .links, #bloggers .links , #high_blogger .links {
    position: absolute;
    bottom: 5px;
    clear: both;
    padding: 10px;
    text-align: center;
}
#experts .links a, #bloggers .links a, #high_blogger .links a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px;
    border: 1px #3aa9db solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
     border-radius: 10px;
     background-color: #FFF;
}
.experts h2, .bloggers h2 {
    color: white;
    text-transform: uppercase;
    margin: 6px 0px;
    padding: 7px 15px;
    position: absolute;
    top: 10px;    
    margin-top: 8px;
}
    
.experts h2 {    
    background-color: #D6A0AD;
    font-size: 14px;  
    right: 0px;
    z-index: 20;
}    
.bloggers h2 {   
   background-color: #C0CBD1;
   font-size: 18px;
   left: 0px;
   z-index: 10;
}

.experts h2 a, .bloggers h2 a { 
    color: white;
    text-decoration: none;
} 

.bloggers .icon16.arrow-sprev {            
   left: 136px;            
}
.bloggers .icon16.arrow-snext {            
   left: 170px;            
} 

#bottompopup { display: none; position: fixed; z-index: 18; bottom: 0px; left: 50%; margin-left: -508px; width: 1015px; max-width: 100%; -webkit-box-shadow: -3px 0px 25px -5px rgba(0,0,0,0.3); -moz-box-shadow: -3px 0px 25px -5px rgba(0,0,0,0.3); box-shadow: -3px 0px 25px -5px rgba(0,0,0,0.3); }
#bottompopup img { width: 100%; height: 250px; }
#bottompopup .close { position: absolute; z-index: 19; font-weight: bold; top: 0; right: 0; padding: 7px 13px; cursor: pointer; background-color: rgba(255, 255, 255, 0.6); }
#bottompopup .close:hover { color: #f4868f; }
@media (max-width: 1050px) {
    #bottompopup { width: 100%; left: 0; margin: 0; }
    #bottompopup img { height: auto; }
}

/* popup ajánló layer */
#popupajanlo {
        display: none;
        position: fixed;
        bottom: 5px;
        right: 0px;
        width: 385px;
        width: 340px;
        background-color: #FFF;
        border: 2px #F48790 solid;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
        -moz-box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
        -webkit-box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
        z-index: 10;
    }
    #popupajanlo table {
        width: 100%;
    }
    #popupajanlo .img {
        margin: 5px 10px 5px 5px;
        width: 160px;
        width: 125px;
        max-height: 110px;
        object-fit: cover;
    }
    #popupajanlo .head {
        background-color: #f4868f;
        padding: 4px 8px 3px 8px;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: bold;
    }
    #popupajanlo .title {
        padding-right: 5px;
    }
    #popupajanlo .title a {
        color: #4495D1;
        font-size: 18px;
        line-height: 20px;
    }
    #popupajanlo a.close {
        color: #FFFFFF;
        /*background-color: #ebcbd2;*/
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        display: inline-block;
        float: right;
        width: 10px;
        width: 15px;
        padding: 2px 2px 0px 2px;
        margin-top: -2px;
        margin-right: -7px;
        text-align: center;
    }
    #popupajanlo .text {
        display: block;
        margin: 10px 0px;
        color: #666;
    }

div#profile_wrap {
    clear: both;
    background-color: #FFFFFF;
}
dd.posts, dd.topics, dd.views, dd.lastpost, dd.author {
    font-size: 1em;
}

dd.lastpost {
    line-height: 1.3em;
}

#aside-btn {
    position: fixed;
    top: 120px;
    left: 0px;
    width: 50px;
    z-index: 20;
}
.aside-btn  {
    display: block;
    width: 55px;
    height: 50px;
    padding: 0 15px 0 0;
    margin-bottom: 1px;
    text-align: right;
    line-height: 50px;
    font-size: 22px;
    background-color: #BBB;
    color: #FFF!important;
    position: relative;
    left: -18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    background-image: url(images/main_sprite.png);
}
#aside-btn {
    position: fixed;
    top: 120px;
    left: 0px;
    width: 50px;
}
.aside-btn  {
    display: block;
    width: 55px;
    height: 50px;
    padding: 0 15px 0 0;
    margin-bottom: 1px;
    text-align: right;
    line-height: 50px;
    font-size: 22px;
    background-color: #BBB;
    color: #FFF!important;
    position: relative;
    left: -18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    background-image: url(images/main_sprite.png);
}
.aside-btn:hover {
    left: 0px;
    text-decoration: none;
}
.aside-btn.fb {background-color: #3b5998; background-position: 10px -80px; }
.aside-btn.in {background-color: #cb2027; background-position: -40px -80px; }
.aside-btn.ln {background-color: #0077b5; background-position: -100px -80px; }
.aside-btn.pi {background-color: #c82d95; background-position: -140px -80px; }
.aside-btn.gp {background-color: #db4437; background-position: 10px -130px; }
.aside-btn.sp {background-color: #2acf66; background-position: 10px -130px; }
.aside-btn.tw {background-color: #1da1f2; background-position: -40px -130px; }
.aside-btn.rs {background-color: #e2c357; background-position: -90px -130px; }
.aside-btn.yt {background-color: #e62117; background-position: -140px -130px; }
.aside-btn.fb:hover {background-position-x: 5px; }
.aside-btn.in:hover {background-position-x: -45px; }
.aside-btn.ln:hover {background-position-x: -105px; }
.aside-btn.pi:hover {background-position-x: -145px; }
.aside-btn.gp:hover {background-position-x: 5px; }
.aside-btn.sp:hover {background-position-x: 5px; }
.aside-btn.tw:hover {background-position-x: -45px; }
.aside-btn.rs:hover {background-position-x: -95px; }
.aside-btn.yt:hover {background-position-x: -145px; }
@media (max-width: 1280px){
    #aside-btn {
        display: none;
    }
}
#leaderboard_top { background: #FFF; }
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}



/* menu.css */
nav { position: absolute; background: #8EB2BE; z-index: 25; line-height: 16px; width: 100%; }
/* nav.fixed { position: fixed; width: 100%; top: 0; } */
#bar1 { width: var(--pagewidth); max-width: var(--pagewidth-max); margin: auto; padding: 0 0 0 0; color: white; overflow:auto; font-size: 12px; list-style: none; line-height: 16px; }
#bar1>li { font-weight: normal;  font-family: Verdana,Arial,sans-serif; }
#bar1 ul.dropdown-inside li { z-index: 5; clear: both; }
#bar1 ul.dropdown-inside > li { width: var(--pagewidth); max-width: var(--pagewidth-max); left: calc(50% - (min(var(--pagewidth), var(--pagewidth-max)) / 2)); }
#bar1 li.act { background-color: rgb(214, 138, 156); }
#bar1>li>a{  font-family: Verdana,Arial,sans-serif; font-size: 12px!important; font-weight: bold; text-transform: uppercase; font-size:1.1em; }
#bar1>li>a { border: none; color: white; height: 35px; display: -webkit-box; -webkit-box-align: center; -webkit-justify-content: center; padding: 8px 10px; padding: 8px 16px; padding: 8px 21px; padding: 8px 16.2px; line-height:1.4; /*text-align: center;*/ text-decoration: none !important; transition: all 0.2s; }
#bar1>li>a:hover,#bar1>li>a:active, #bar1>li>a:focus,#bar1>li:hover>a { background: #D68A9C; color: white; background-image: url(images/active_menu.png); background-repeat: no-repeat; background-position: center 44px; }
#bar1>li>ul>li { background: gray; border-top: none; left: 0; top: 51px; position: absolute; width: 100%; background: gray; border-top: none; left: 0; top: 38px; border-top: 10px solid transparent; position: absolute; width: 100%;}
#bar1 .dropdown-container { color: white; overflow: hidden; background-color: rgb(255, 245, 245); border-top: 2px solid white; margin: auto; /*width: var(--pagewidth); max-width: var(--pagewidth-max);*/ box-sizing: border-box; }
#bar1 .dropdown-blurb { border-right: 2px solid orange; padding: 10px; width: 200px; }
#bar1>li>ul>li .dropdown-links {  }
#bar1>li>ul>li .dropdown-links a { color: white; display: block; margin: 10px; text-decoration: none !important; line-height: 1.5; padding: 0.2em 0.4em; text-decoration: none; }
#bar1>li:hover>ul>li{ display: block; }
#bar1>li>ul>li{ display: none; background-color: transparent; }
#bar1 .left-col, #bar1 .right-col { float: left; height: 255px; text-align: left; padding: 5px 10px; border-top: 2px solid #D68A9C; box-sizing: border-box; }
#bar1 .left-col ul, #bar1 .right-col ul { float: left; margin: 0; padding: 3px; list-style: none; box-sizing: border-box; }
#bar1 .right-col h2, #bar1 .left-col h2 { margin: 14px 5px 3px 7px; }
#bar1 .left-col { background-color: #8EB2BE; width: 515px; } 
#bar1 .left-col h2 { color: rgb(185, 91, 98); }
#bar1 .left-col a { color: white; font-weight: bold; } 
#bar1 .left-col .menu-items { width: 248px } 
#bar1 .right_more .left-col .menu-items { width: 280px } 
#bar1 .left-col .menu-items li { padding: 3.5px 8px; /*text-indent: -4px;*/ } 
#bar1 .right_more .left-col .menu-items li { padding: 3px 8px; text-indent: 0px; } 
/*#bar1 .right_more.eletmodi .left-col .menu-items li { padding: 0px 8px; } */
#bar1 ul.dropdown-inside .left-col li:hover > a { color: #8EB2BE; text-decoration: none; }
#bar1 .right-col { width: 469px; background-color: #D68A9C; color: white; }
#bar1 .right-col div { padding: 5px; overflow: hidden; }
#bar1 .right-col ul { font-size: 13px; font-weight: bold; float: left; padding: 12px 0; }
#bar1 .right-col ul li { margin-bottom: 15px; margin-top: 5px; }
#bar1 .right-col c {   height: 48px; vertical-align: middle; }
#bar1 .right-col .menu-items { width: 50%; }
#bar1 .right-col ul li img { margin-right: 12px; width: 60px; height: 60px; object-fit: cover; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; border: 3px solid #e3b6c0; vertical-align: middle; }
#bar1 .right-col .menu-items li p { width: 146px; width: 140px; display: inline-block; vertical-align: middle; margin: 0px; }
#bar1 .right-col ul li a { color: white; text-decoration: none; vertical-align: middle; display: block; padding: 5px; }
#bar1 .right-col h2 { color: white; } 
#bar1 ul.dropdown-inside .right-col li:hover > a { color: #D68A9C; text-decoration: none; }
#bar1 .right_more .left-col { width: 27%; box-sizing: border-box; }
#bar1 .right_more .right-col { width: 73%; box-sizing: border-box; position: relative; }
#bar1 .right_more .right-col .menu-items { width: 33%; }
#bar1 .right_more .left-col { font-size: 120%; line-height: 160%; overflow-y: auto; overflow-x: hidden; scrollbar-width: thin; }
#bar1 .right_more .left-col::-webkit-scrollbar { width: 6px; }
#bar1 .right_more .left-col::-webkit-scrollbar-track { box-shadow: inset 0 0 4px #8EB2BE; border-radius: 10px; }
#bar1 .right_more .left-col::-webkit-scrollbar-thumb { background: #FFFFFF; border-radius: 10px; }
#bar1 .right_more .left-col::-webkit-scrollbar-thumb:hover { background: #DDDDDD; }
#bar1 .right_more .left-col.count-9,
#bar1 .right_more .left-col.count-8 { line-height: 135%; }
#bar1 .menu-items li:hover { background-color: white; }
#bar1 .menu-category { text-indent: -5px; text-transform: uppercase; }   
#bar1 li.menu-category:hover { background-color: transparent !important; }
#bar1 .left-col .menu-items li.menu-kereso { padding: 1px 8px; }
#bar1 .menu-kereso div  { background-image: url(images/keresok-sprite.png); background-repeat: no-repeat; height: 70px; width: 70px; float: left; }
#bar1 .menu-kereso div.ovu { background-position: 0 0; }
#bar1 .menu-kereso div.szules  { background-position: -76px 0px; }
#bar1 .menu-kereso div.varandos  { background-position: -152px 0px; }
#bar1 .menu-kereso div.uh  { background-position: -230px 0px; }
#bar1 .menu-kereso div.kaloria  { background-position: 0px -75px; }
#bar1 .menu-kereso div.vercsoport  { background-position: -78px -75px; }
#bar1 .menu-kereso div.utonev  { background-position: -153px -75px; }
#bar1 .menu-kereso div.babaetrend  { background-position: -230px -75px; }
#bar1 .menu-kereso div.holmi  { background-position: -2px -150px; }
#bar1 .menu-kereso div.gyogyszer  { background-position: -77px -150px; }
#bar1 .menu-kereso a  { margin: 30px 80px; display: block; }   


/* 20251 */

:root {
	--color-font: #444444;
	--color-first-light: #ebf3f9;
	--color-first-dark-hover: #4086bf;
	--color-second-light: #faf1f3;
	--color-second-light-hover: #f3dde2;
	--logo-height: 4rem;
	--logo-padding: 1rem;
}

body {
	--nav-top: calc(var(--logo-height) + var(--logo-padding) * 2);
}

.draw-triple { --size: 1rem; --color: #000; --line-width: 2px; border-bottom: var(--line-width) solid var(--color); position: relative; display: block; width: calc(var(--size) * 1.2); height: var(--size); }
.draw-triple:before, .draw-triple:after { content: ""; position: absolute; width: calc(var(--size) * 1.2); top: 0; border-bottom: var(--line-width) solid var(--color); }
.draw-triple:before { top: 50%; width: calc(var(--size) * 1.2); }

#top {
	position: fixed;
	z-index: 1000;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding: var(--logo-padding);
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #8eb2be;
	transition: padding .2s;
}
body.scroll-up {
	--logo-padding: 0.5rem;
}
#top .inner {
	width: fit-content;
	margin: auto;
	display: grid;
	grid-template-columns: 2.5rem 1fr 2.5rem;
	gap: 1.5rem;
	align-items: center;
}
#top .inner img {
	height: 100%;
	height: var(--logo-height);
	display: block;
	margin: auto;
}
#head-menu {
	border-top: calc(var(--logo-height) + var(--logo-padding) * 2) solid #FFFFFF;
	transition: all .3s;
	position: fixed;
}
#head-menu + .fixed-spacer {
	display: none;
	position: relative;
	height: calc(var(--logo-height) + var(--logo-padding) * 2 + 55px);
}
body.menu-open #head-menu {
	/* position: fixed; */
}
body.menu-open #head-menu + .fixed-spacer {
	/* display: block; */
}
@keyframes menu-open {
	from {
		opacity: 0;
		margin-top: -2rem;
	}
	to {
		opacity: 1;
		margin-top: 0;
	}
}
@keyframes menu-close {
	from {
		opacity: 1;
		margin-top: 0;
	}
	to {
		opacity: 0;
		margin-top: -2rem;
	}
}
body.menu-open #head-menu {
	animation: menu-open .3s forwards;
}
body.menu-close #head-menu {
	animation: menu-close .3s forwards;
}
#head {
    grid-template-columns: 1fr;
	grid-gap: 0;
	padding-bottom: 0;
}
body.is-gateorwallpaper #head {
    grid-template-columns: unset;
}
.head-first {
    display: flex;
    grid-gap: 2rem;
    justify-content: space-between;
    align-items: center;
}
.head-first > div:first-child, .head-first > div:last-child {
    width: 150px;
}
.head-first .kereses input.t {
	width: 100%;
}
.head-first .kereses button.button {
	position: absolute;
}
#head .logo {
	text-align: center;
}
#head .logo img {
    width: 15vw;
    min-width: 120px;
    max-width: 210px;
    max-height: 100px;
	display: block;
    margin: auto;
}
#head .body-wrapper {
	padding-bottom: 1.5rem;
	/* display: none; */
}
#head .body {
	margin-top: 0.9rem;
	/* grid-template-columns: 1fr auto; */
	/* align-items: end; */
}

#head #namedays {
	font-size: 0.7rem;
	line-height: 1.4em;
	/* padding-right: 1.5rem; */
}

#head .kereses {
	/* margin-right: 0.5rem; */
}
#head .kereses input.t {
	width: 175px;
	/* margin-left: -0.25rem; */
}
@media (max-width: 1000px)
{
	#head .varandos-naptar {
		display: block;
		justify-items: unset;
	}
	#head .varandos-naptar > div {
		display: inline-block!important;
		float: unset!important;
		clear: unset!important;
		height: auto!important;
	}
}
#bar1 {
	display: flex;
    justify-content: space-around;
	width: fit-content;
	max-width: var(--pagewidth);
	overflow: visible;
}
#bar1>li>a {
    padding: 10px 1.5em;
	position: relative;
}
#bar1 a .b {
	white-space: nowrap;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 0.95em;
}
#bar1 .menu-item {
	position: relative;
	overflow: visible;
}
#bar1 .menu-item:hover > a {
	background-image: none;
}
#bar1 .menu-item:hover .submenu {
	display: grid;
}
#bar1 .menu-item:hover .submenu li a {
	padding: .75rem 0.9rem;
    transition: all .2s;
}
#bar1>li>ul>li {
	top: unset;
	position: relative;
}
#bar1 .submenu {
	position: absolute;
	display: none;
	grid-template-columns: 1fr;
	background-color: #D68A9C;
	padding: 0;
	top: 100%;
	left: 0;
	/* width: max-content; */
}
#bar1 .submenu li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #eec8d1;
}
#bar1 .submenu li a {
    color: #fff;
    padding: .5rem 0.9rem;
    margin: 0;
    display: block;
    text-decoration: none;
    font-size: 1.05em;
    transition: all .2s;
    text-transform: uppercase;
}
#bar1 .submenu a:hover {
	background-color: #8EB2BE;
}

#right .experts-opener {
    --color-bg: #d58a9c;
    --color-hover: #7da7b5;
    --color-text: #FFFFFF;
    --icon-size: 5rem;
    display: grid;
    grid-template-columns: calc(var(--icon-size) * 1.7) 1fr;
    grid-gap: 2rem;
    align-items: center;
    line-height: 1.4em;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: var(--color-bg);
    border-radius: .5rem;
    transition: background-color .2s,color .2s;
    color: var(--color-text);
    padding: 0 .75rem 0 2px;
    height: var(--icon-size);
    overflow: hidden;
    letter-spacing: 0.5px;
}
#right .experts-opener:hover {
    --color-bg: var(--color-hover);
	text-decoration: none;
}
#right .experts-opener img {
    display: block;
	height: var(--icon-size);
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: 20% 50%;
    opacity: 1;
    /* border-radius: 100%; */
	/* border-radius: 0.5rem; */
	box-sizing: border-box;
	transform: translate(-2px, 0px);
	border-right: 1.5px solid rgba(255, 255, 255, 0.8);
}
#right .experts-opener div {
    display: block;
    font-weight: bold;
}

#topbox1.bottomtext .images img {
    border-radius: 0.5em;
}
.box-01 {
	padding: 0;
	margin-bottom: 1.5rem;
	border-radius: 0.5em;
	overflow: hidden;
	background-color: var(--color-second-light);
	background-color: var(--color-first-light);
}
#right .hirdetes:empty + .box-01 {
	margin-top: 0;
}
.box-01 a {
	display: block;
	position: relative;
	border-bottom: 2px solid #FFFFFF;
	padding: 0.9em 4.5rem 0.7em 1rem;
	font-size: 1.1rem;
	text-decoration: none;
	transition: background-color 0.3s;
}
.box-01 a:hover, .box-01 a.akt {
	background-color: var(--color-second-light-hover);
}
.box-01:hover a.akt  {
	background-color: var(--color-first-light);
}
.box-01:hover a.akt:hover {
	background-color: var(--color-second-light-hover);
}
.box-01 a .title {
	font-weight: bold;
	font-size: 1.15rem;
	text-transform: unset;
	margin-bottom: 0.1em;
	transition: color 0.3s;
}
.box-01 a .description {
	font-size: 0.8rem;
	line-height: 1.2;
	color: var(--color-font);
	opacity: 0.9;
	transition: opacity 0.3s, color 0.3s;
}
.box-01 a:hover .description {
	opacity: 1;
	color: #000;
}
.box-01 a .icon {
    background-image: url(images/keresok-sprite.png);
    background-position: -153px -75px;
    background-repeat: no-repeat;
    scale: 0.75;
    transform-origin: top;
    height: 75px;
    width: 75px;
    position: absolute;
    top: 52%;
    right: 0rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-01 a .icon-babanevek {
	background-image: url(/files/1560/babanevek-300x.jpg);
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
}
.box-01 a .icon-meseld-el {
	background-image: url(/files/1560/meseld_el-300x.jpg);
	background-position: 8%;
	background-size: cover;
	border-radius: 50%;
}

.box-01.subscribe a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	gap: 1rem;
    padding: 1rem;
	position: relative;
}
.box-01.subscribe .icon-hirlevel {
    position: relative;
    flex: 0 0 80px;
    order: 1;
    background-image: url(/theme-20251/images/hirlevel_boritek_atlatszo.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: unset;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-top: -0.25rem;
    transform: scale(1.3);
}

.top-menu-opener {
	padding: 0.5rem;
	width: 1.5rem;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility .3s, opacity .3s;
}
.top-menu-opener .draw-triple {
    --size: 1rem;
    --color: #888888;
    --line-width: 2px;
    transition: border-color .3s;
	display: block;
	width: 100%;
}
.top-menu-opener .draw-triple:after, .top-menu-opener .draw-triple:before {
    transition: transform .3s,top .3s,left .3s;
	width: 100%;
	left: 0;
}
.top-menu-opener .draw-triple:before {
    top: 200%;
}
.top-menu-opener .draw-triple {
    height: 9px;
}
body.scroll-up .top-menu-opener,
body.menu-open .top-menu-opener {
	visibility: visible;
	opacity: 1;
}
body.menu-open:not(.scroll-down) .top-menu-opener .draw-triple {
    border-color: transparent;
}
body.menu-open:not(.scroll-down) .top-menu-opener .draw-triple:before {
    transform: rotate(45deg);
    top: calc(var(--size)/ 2);
}
body.menu-open:not(.scroll-down) .top-menu-opener .draw-triple:after {
    transform: rotate(-45deg);
    top: calc(var(--line-width) + 0.4rem);
    left: calc(var(--line-width) * 0);
}