@font-face {
    font-family: 'Museo-300';
    src: url(../css/fonts/Museo100-Regular-webfont.eot);
    src: url(../css/fonts/Museo100-Regular-webfont.eot) format('embedded-opentype'),
         url(../css/fonts/Museo100-Regular-webfont.woff) format('woff'),
         url(../css/fonts/Museo100-Regular-webfont.ttf) format('truetype');	
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'MardianDemo';
    src: url(../css/fonts/MardianDemo.ttf) format('truetype');	
    font-weight: normal;
    font-style: normal; 
}

body {
	margin: 0;
}

a {
	text-decoration:none;
}

#bn_timeline {
	position: absolute;
	bottom: 8px; /*26px;*/
	top: 	36px;
	overflow: hidden;
	left: 	0px;
	right: 	0px;
}

img.tl_logo_bn {
	width: 45px;
	height: 24px;
	background: url('../pic/timeline.png') -229px -9px;
	border:0;
}
img.tl_logo_kn {
	width: 28px;
	height: 24px;	
	background: url('../pic/timeline.png') -187px -9px;
	border:0;
}

img.tl_calc_ovul, img.tl_calc_szul {
	width: 40px;
	height: 40px;
}
img.tl_calc_ovul {
	background: url('../pic/timeline.png') -137px 0px;
}
img.tl_calc_szul {
	background: url('../pic/timeline.png') -44px 0px;
}
img.tl_calc_etrend {
	background: url('../pic/timeline.png') -1px 0px;
}
img.tl_calc_utonev {
	background: url('../pic/timeline.png') 1px -48px;
}
img.tl_calc_tv {
	background: url('../pic/timeline.png') -43px -48px;
}
img.tl_calc_babakel {
background: url('../pic/timeline.png') -91px 0px;
}
img.tl_calc_rendelo {
background: url('../pic/timeline.png') -135px -48px;
}

#bn_timeline_wrapper {
	position: relative;
	height: 100%;
}
#bn_timeline_wrapper #bn_timeline_inner {
	height: 100%;
	width: 10000px;
	background-color: #DBD6D1;
}
#bn_timeline .column {
	position: absolute;
	height: 100%;	
}

#bn_timeline_header, #bn_timeline_footer {		
	padding: 5px;
	background-color: #D1D653; /* zöld: #D1D653;*/
	/*border: 1px solid #1D2F5B;	*/
	color: #40526A;
	box-shadow: 0 0 1px #685C52, inset 0 0 30px rgba(0, 0, 0, 0.14);
}
#bn_timeline_header {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0px;
	right: 0px;
}
#bn_timeline_footer {
	padding: 4px;
	font-size: 0.8em;
	text-align: center;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;	
	overflow: hidden;
}
#bn_timeline_header a, #bn_timeline_footer a{		
	color: #685C52;
}
#bn_timeline_header div {
	margin: 0 2px;
}
#bn_timeline_header  input[type=button] {
	background-color: #40526A; /* zöld: #40526A; */ /*sötétkék #677183;*/ /*#1D2F5B;*/ 	/*#685C52;*/
	color: white; 
	border: none;
	padding: 2px 7px;
	margin-top: -1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#bn_timeline .period {	
	position: absolute;		
	top: 0px;
	width: 100%;
	height: 50px;			
		
	background-color: #41536B; /* #41536B;*/ /* vil.kék: #C0D9F1; */ /*barna: #685C52;		*/	
	background-image: url(http://www.anyatanya.hu/ns_pic/timeline-bg-s.png);			
	background-position: 0 40px;
	background-repeat: repeat no-repeat;
	box-shadow: 0 0 1px #1D2F5B, inset 0 0 20px #E9EAEB;
	
	padding-top: 10px;
	text-align: center;
	color: white;
	font-family: Museo-300;
	font-size: 1.3em;
	font-weight: bold;
}
#bn_timeline .content {	
	position: absolute;
	width: 100%;	
	text-align: center;	
	color: rgb(128, 128, 128);
	top: 60px;
	bottom: 0px;
	background-position-y: 0px;
	/*border: 1px solid #685C52;*/
	box-shadow: 0 0 1px #685C52, inset 0 0 20px rgba(0, 0, 0, 0.14);
}

#bn_timeline .selected {	
	color: rgb(236, 236, 145);
}

#bn_timeline  .expand_column {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 7px;	
}	

/* ---------- Category classes ---------- */

.prepare {
	background-color: #ffffff;
}
.birth {
	background-color: #ffffff;
}
.pragnancy {
	background-color: #ffffff;
}
.family {
	background-color: #ffffff;
}

/* ---------- PostIt classes ------------ */

.post_it {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	 
	background-color: #7992B0; /* #7992B0;	*/	/*background-color: rgb(208, 209, 151);*/
	box-shadow: 0 0 10px white;
	padding: 1px;
	opacity: 0.8;
	
	font-size: 10px;
	color: white;
	cursor: pointer;
	width: 200px;
	overflow: hidden;
}

.mini {
	width: 120px !important;
	height: 100px !important;
}
.mini  h3 {
	font-size: 10px !important;
}
.mini  img {
	width: 60% !important;
	height: 60% !important;
}
.mini  ul li {
	font-size: 6px !important;
}

.post_it.bg1 {
	background-color: #5995AD;
}

.post_it.yellow {
	background-color: rgb(192, 179, 125);
}
.post_it.blue {
	background-color: #D1D653;
}

.post_it.recommend .book {
	float:left;
	margin: 0 4px;
}
.post_it.recommend div {
	float:left;
	margin: 0 4px;
}

.post_it_useful {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #7C94AC;
	padding: 4px 6px;
	box-shadow: 0 0 10px white;
	opacity: 0.8;
	
	color: white;
	cursor: pointer;	
	overflow: hidden;
}
.post_it_useful h3 {
	margin: 12px;
	padding: 0;
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
}

.post_it_useful.lillac {
	background-color: #876E8B;
}
.post_it_useful.koloknetc {
	background-color: #f7941e;
}

.post_it_prag {
	opacity: 0.8;
}
.post_it_prag div {
	float:left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
	box-shadow: 0 0 10px white;	
	color: white;
	cursor: pointer;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	padding: 1px 2px;
	text-align: center;
	vertical-align: middle;
	
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
}
.post_it_prag span {
	float:left; 
	padding: 0 8px;
	font-style: italic;
}

.post_it_prag div.pbg1 { background-color: #9dc9ee; }
.post_it_prag div.pbg1:hover { background-color: #4495D1; }

.post_it_prag div.pbg2 { background-color: #e3d1c3; }
.post_it_prag div.pbg2:hover { background-color: #c3a57d; }

.post_it_prag div.pbg3 { background-color: #f7c3c5; }
.post_it_prag div.pbg3:hover { background-color: #f4868f; }

.post_it img {
	border-radius: 10px;
	box-shadow: 0 0 3px white;
}

.post_it div {
	text-align: left;
}

.post_it  h3 {			
	font-size: 18px;
	font-weight: bold;
	margin: 3px 10px;
	padding: 0;
	cursor: -webkit-grab; cursor: -moz-grab;
}

.post_it  ul {			
	margin: 4px 4px 4px 18px;
	padding: 0px 4px;
}

.post_it  ul li {			
	font-size: 13px;
	padding: 1px;
	text-overflow: ellipsis;
}

.description {
	display:none; 
	width: 60%; 
	height: 70%;
	overflow-y: scroll;
	height-min: 200px;
	background-color: white;
	color: #808080;
	border-radius: 10px;
	padding: 10px 20px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.description::-webkit-scrollbar {
    width: 12px;
}
.description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    border-radius: 6px;	
}
.description::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	background-color: #B8AEA4;
}

.description h3 {
	text-align: center;
	margin: 0px 0px 12px 0px;
	font-family: Museo-300;
}

.description a, .description p a {
	text-decoration: none;
	color: #4495D1;
}

.description img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
	box-shadow: 0 0 10px grey;	
}

.description .appendix {
	margin: 10px 0;
	border: 2px solid #e9e9e9;
	background: #e9e9e9;
	font-size: 12px;
	overflow: hidden;
	padding: 5px;
	clear: both;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	cursor: pointer;
}

.description .appendix h6 {
	background: #9b9b9b;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;	
}

.description .article_pic {
	float: left;
	margin: 20px 20px 0 0;
}
.description .article_pic img{
	width: 180px;
}
.description .article_txt {
	width: 70%;
	float: left;
}
.description .article_txt p {
	margin: 2px 0px;
}
.description .article_txt.wide {
	width: 100%;	
}
.description .article_txt  h4{
	margin: 15px 0px 3px 0px;
	font-size: 18px;
	color: #4495D1;
}

.description .article_txt  a, .tl_help a{
	color: #4495D1;
}

.description .rightbtn, .descr_iframe .rightbtn, .tl_help .rightbtn {
	position: absolute;
	top: 6px;
	right: 6px;
	
	color: #808080;
	border: solid 1px #808080;
	background-color: #FFF;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	width: 23px;
	height: 23px;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;	
}

.descr_iframe {
	display:none; 
	
}
.descr_iframe iframe {
	min-width: 480px; 
	min-height: 380px; 
	background-color: white;
	color: grey;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 20px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	border: none;
}
#article > div.lead > p.tl_hide, #article > div.content > p.tl_hide {
	display:none;
}

.lb_overlay {
	background-color: #FFF9EF;
	opacity: 0.6;	
}

.tl_help {
	display: none;
	position: absolute;
	z-index: 100;	
	width: 250px;
	height: auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;	
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	background-color: white;
	padding: 14px;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	line-height: 18px;
	color: #808080;
}

.step-prev, 
.step-next {
	position: absolute;
	top: 70px;
	display: block;
	padding: 10px 17px 18px 17px;
	line-height: 30px;
	background-color: rgba(65, 83, 107, 0.3);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	z-index: 100;
	font-size: 50px;
	color: #41536b;
}
.step-prev:hover, 
.step-next:hover {
	background-color: rgba(65, 83, 107, 0.5);
}
.step-prev {
	left: 10px;
}
.step-next {
	right: 10px;
}

/* ---------- ---------------- ---------- */	