@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700&subset=latin,cyrillic-ext);
@font-face {
	font-family: 'SEGOEUIL';
	src: url('./SEGOEUIL.eot');
	src: local('SEGOEUIL'), url('./SEGOEUIL.woff') format('woff'), url('./SEGOEUIL.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1409">Text with this font applied</p> */
.fontsforweb_fontid_1409 {
	font-family: 'SEGOEUIL' !important;
}

/* Font downloaded from FontsForWeb.com */

.clr{
	clear:both
	}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
		background-image:url(../img/bg.jpg);
	background-position: center;
	background-attachment:fixed;
	background-size:100% auto;

	}
body {
	/*background: #161211;*/
	overflow-x: initial;
	height: 420210px;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
}
h1 {
	color: #FFF;

}
.beta{
    color: #ff0000;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 0 auto;
    text-transform: inherit;
	}
h3{
	font-weight: bold;}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#df0304;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #000;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -40px;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('../img/nav-dot.png') 4px 4px no-repeat;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('../img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: relative;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	}
	#home {
		width: 300px;
		}
		#home,
		#about-us,
		#article-me,
		#about,
		#begin,
		#grusha,
		#timelessness,
		#feeling,
		#assault,
		#victory
		 {
			padding-top: 105px;
			}
		#home {
			position: absolute;
			top: 0px;
			color:#fff
			}
		#about-us{
			position: absolute;
			top: 1090px;
			}
		#article-me {
			position: absolute;
			top: 4800px;
			
			}
			#article-me li{
				font-size:18px;
				color:#666666;
				font-weight:normal;
				}
			#article-me a{
				font-size:18px;
				font-weight:normal;
				}
			#article-me a:hover{
				color:#F60;
				}
			#content h1 {
				margin: 0 0 25px 0;
				font-size: 60px;
				font-family: Georgia, serif;
				font-weight: normal;
				line-height: 65px;
				}
				
		#begin{
			position: absolute;
			top: 5850px;
			}
			
		#grusha{
			position: absolute;
			top: 37000px;
			}
		#timelessness{
			position: absolute;
			top: 71815px;
			}

		#feeling{
			position: absolute;
			top: 120210px;
			}
			
		#assault{
			position: absolute;
			top: 191810px;
			}
			
		#victory{
			position: absolute;
			top: 266088px;
			}
			
		#about {
			position: absolute;
			top: 307210px;
			}

			
/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
	/* balloon */
	#bg3-1 {
		left: 261px;
		position: absolute;
		top: 0;		
		}
	#bg3-2 {
		position: absolute;
		top: 812px;
		left: 321px;
		}
	#bg3-3 {
		position: absolute;
		top: 1628px;
		left: 403px;
		}
	#bg3-4 {
		position: absolute;
		top: 2950px;
		left: -85px;
		}
		
	#bg3-5 {
		left: 325px;	
		position: absolute;
		top: 3850px;
		}
	#bg3-6 {
		position: absolute;
		top: 4012px;
		left: 321px;
		}
	#bg3-7 {
		position: absolute;
		top: 4628px;
		left: 403px;
		}
	#bg3-8 {
		position: absolute;
		top: 4950px;
		left: -85px;
		}
	#bg3-9 {
		position: absolute;
		top: 5150px;
		left: -85px;
		}
		
	#bg3-10 {
		position: absolute;
		top: 5850px;
		left: 261px;
		}
	#bg3-11 {
		position: absolute;
		top: 6112px;
		left: 321px;
		}
	#bg3-12 {
		position: absolute;
		top: 6628px;
		left: 403px;
		}
	#bg3-13 {
		position: absolute;
		top: 7250px;
		left: -85px;
		}
	#bg3-14 {
		position: absolute;
		top: 7850px;
		left: 261px;
		}
	#bg3-15 {
		position: absolute;
		top: 8112px;
		left: 321px;
		}
	#bg3-16 {
		position: absolute;
		top: 8628px;
		left: 403px;
		}
	#bg3-17 {
		position: absolute;
		top: 9250px;
		left: -85px;
		}
		
		
		
/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg2-1 {
		position: absolute;
		top: 162px;
		left: 200px;
		}
	#bg2-2 {
		position: absolute;
		top: 300px;
		left: 1150px;
		}
	#bg2-3 {
		position: absolute;
		top: 543px;
		left: -35px;
		}
	#bg2-4 {
		position: absolute;
		top: 1180px;
		left: 250px;
		}
	#bg2-5 {
		position: absolute;
		top: 900px;
		left: 890px;
		}
	#bg2-6 {
		position: absolute;
		top: 1262px;
		left: 200px;
		}
	#bg2-7 {
		position: absolute;
		top: 1700px;
		left: 1150px;
		}
	#bg2-8 {
		position: absolute;
		top: 2153px;
		left: -35px;
		}
	#bg2-9 {
		position: absolute;
		top: 2880px;
		left: 250px;
		}
	#bg2-10 {
		position: absolute;
		top: 3200px;
		left: 890px;
		}
		
	#bg2-11 {
		position: absolute;
		top: 3616px;
		left: 200px;
		}
	#bg2-12 {
		position: absolute;
		top: 4100px;
		left: 1150px;
		}
	#bg2-13 {
		position: absolute;
		top: 4743px;
		left: -35px;
		}
	#bg2-14 {
		position: absolute;
		top: 5180px;
		left: 250px;
		}
	#bg2-15 {
		position: absolute;
		top: 5900px;
		left: 890px;
		}
	#bg2-16 {
		position: absolute;
		top: 6362px;
		left: 200px;
		}
	#bg2-17 {
		position: absolute;
		top: 6900px;
		left: 1150px;
		}
	#bg2-18 {
		position: absolute;
		top: 7250px;
		left: -35px;
		}
	#bg2-19 {
		position: absolute;
		top: 7980px;
		left: 250px;
		}
	#bg2-20 {
		position: absolute;
		top: 8400px;
		left: 890px;
		}
		
		
		
	#bg2-21 {
		position: absolute;
		top: 9016px;
		left: 200px;
		}
	#bg2-22 {
		position: absolute;
		top: 9400px;
		left: 1150px;
		}
	#bg2-23 {
		position: absolute;
		top: 10043px;
		left: -35px;
		}
	#bg2-24 {
		position: absolute;
		top: 109180px;
		left: 250px;
		}
	#bg2-25 {
		position: absolute;
		top: 11370px;
		left: 890px;
		}
	#bg2-26 {
		position: absolute;
		top: 11862px;
		left: 200px;
		}
	#bg2-27 {
		position: absolute;
		top: 12400px;
		left: 1150px;
		}
	#bg2-28 {
		position: absolute;
		top: 12915px;
		left: -35px;
		}
	#bg2-29 {
		position: absolute;
		top: 13480px;
		left: 250px;
		}
	#bg2-30 {
		position: absolute;
		top: 14020px;
		left: 890px;
		}
		
		
		
		
		
		
		
		
	#bg2-31 {
		position: absolute;
		top: 14701px;
		left: 200px;
		}
	#bg2-32 {
		position: absolute;
		top: 15010px;
		left: 1150px;
		}
	#bg2-33 {
		position: absolute;
		top: 15743px;
		left: -35px;
		}
	#bg2-34 {
		position: absolute;
		top: 16018px;
		left: 250px;
		}
	#bg2-35 {
		position: absolute;
		top: 16870px;
		left: 890px;
		}
	#bg2-36 {
		position: absolute;
		top: 17262px;
		left: 200px;
		}
	#bg2-37 {
		position: absolute;
		top: 17950px;
		left: 1150px;
		}
	#bg2-38 {
		position: absolute;
		top: 18222px;
		left: -35px;
		}
	#bg2-39 {
		position: absolute;
		top: 18888px;
		left: 250px;
		}
	#bg2-40 {
		position: absolute;
		top: 19444px;
		left: 890px;
		}
		
		
	#bg2-41 {
		position: absolute;
		top: 20701px;
		left: 200px;
		}
	#bg2-42 {
		position: absolute;
		top: 21010px;
		left: 1150px;
		}
	#bg2-43 {
		position: absolute;
		top: 21743px;
		left: -35px;
		}
	#bg2-44 {
		position: absolute;
		top: 22418px;
		left: 250px;
		}
	#bg2-45 {
		position: absolute;
		top: 23070px;
		left: 890px;
		}
	#bg2-46 {
		position: absolute;
		top: 23962px;
		left: 200px;
		}
	#bg2-47 {
		position: absolute;
		top: 24650px;
		left: 1150px;
		}
	#bg2-48 {
		position: absolute;
		top: 25222px;
		left: -35px;
		}
	#bg2-49 {
		position: absolute;
		top: 25908px;
		left: 250px;
		}
	#bg2-50 {
		position: absolute;
		top: 26444px;
		left: 890px;
		}
		
		
	#bg2-51 {
		position: absolute;
		top: 27201px;
		left: 200px;
		}
	#bg2-52 {
		position: absolute;
		top: 27991px;
		left: 1150px;
		}
	#bg2-53 {
		position: absolute;
		top: 28643px;
		left: -35px;
		}
	#bg2-54 {
		position: absolute;
		top: 29418px;
		left: 250px;
		}
	#bg2-55 {
		position: absolute;
		top: 30370px;
		left: 890px;
		}
	#bg2-56 {
		position: absolute;
		top: 31262px;
		left: 200px;
		}
	#bg2-57 {
		position: absolute;
		top: 32050px;
		left: 1150px;
		}
	#bg2-58 {
		position: absolute;
		top: 33033px;
		left: -35px;
		}
	#bg2-59 {
		position: absolute;
		top: 33908px;
		left: 250px;
		}
	#bg2-60 {
		position: absolute;
		top: 34244px;
		left: 890px;
		}
		
		
		
		
		
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg1-1 {
		position: absolute;
		top: 85px;
		left: -270px;
		}
	#bg1-2 {
		position: absolute;
		top: 440px;
		left: 795px;
		}
	#bg1-3 {
		position: absolute;
		top: 900px;
		left: -220px;
		}
	#bg1-4 {
		position: absolute;
		top: 1020px;
		left: 450px;
		}
		
		
		
		
		
		
		
		
		
		
		

/* --- about us ----*/ 
.about_lena,
.about_pavlo{
	background: none repeat scroll 0 0 #fff;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
	}
.about_lena{
	width:60%;
    margin: 10px 0 10px 40%;
	}
.about_pavlo{
	width:60%;
    margin: 10px 0;
	}
.fb_head img {
    width: 50px;
	height:50px;
}
.fb_head img, .fb_head span {
    display: inline-block;
    vertical-align: middle;
}
.team-heading {
    color: #3b5998;
    font-size: 14px;
    line-height: 10px;
    margin: 10px 5px 5px;
    text-decoration: none;
}
.fb_head p {
    color: #9197a3;
    margin: 5px;
}
.congratulations{
	width:40%;
	background-color:#900;
	color:#FFF;
	margin-top:150px;	
	
    border-color: #F00 #906 #F00;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
	}
	.congratulations a{
		color:#FF852B;
		}
.achtung{
	width:50%;
	background-color:#F60;
	color:#FFF;
	margin-top:50px;	
	margin-left:50%;
    border-color: #F00 #906 #F00;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
	}
/* -------------- begin ---------*/
.time-stamp-right,
.time-stamp-left{
	background-image:url(../img/kalendar_1.png);
	background-repeat:no-repeat;
	background-position:top;
	width:350px;
	height:600px;
	text-align:center;
	padding:25px;
	}
.time-stamp-right{
	margin-left: 540px;
	}
	.time-stamp-right hr,
	.time-stamp-left hr{
		margin:0;
		padding:0;
		height:10px;
		}
	.time-stamp-right h3,
	.time-stamp-left h3{
		color: #333333;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 87px;
		font-weight: normal;
		height: 87px;
		line-height: 79px;
		padding-bottom: 0;
		}
	.time-stamp-right h4,
	.time-stamp-left h4{
		color: #333333;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 24px;
		font-weight: normal;
		height: 30px;
		line-height: 24px;
		padding-bottom: 0;
		}
	.time-stamp-right img,
	.time-stamp-left img{
		text-align:center;
		margin: 5px 7px;
		}
	.time-stamp-right b,
	.time-stamp-left b{
		font-weight:700;
		}
	.time-stamp-right p,
	.time-stamp-left p{
		font-family: 'Ubuntu Mono', Arial, serif ;
		line-height:15px;
		margin:0;
		padding:0;
		}
.skype-left{
	width:432px;
	background-color:#FFF;
	margin-top: 50px;
	margin-bottom:25px;
	}
.skype-right{
	width:432px;
	background-color:#FFF;
	margin-left:508px;
		margin-top: 50px;
	margin-bottom:25px;
	}

	.skype-right *, .skype-left *{
		text-align:left;
		}
	.skype-right img, .skype-left img, .skype-left-ios img, .skype-right-ios img{
		display:inline
		}
	.skype-header-1{
		height:54px;
		background-image:url(../img/skype-1_2.png);
		width:432px;
		background-repeat:no-repeat;
		}
	.skype-bottom-1{
		height:54px;
		background-image:url(../img/skype-1-bottom.png);
		width:432px;
		background-repeat:no-repeat;
		}
	.skype-bottom-2{
		height:54px;
		background-image:url(../img/skype-2-bottom.jpg);
		width:432px;
		background-repeat:no-repeat;
		}
	.skype-name{
		background-image:url(../img/skype-name-bg.png);
		background-repeat:repeat-x;
		height:40px;
		line-height:40px;
		font-weight:bold;
		font-size:16px;
		font-family: 'SEGOEUIL' !important;
		
		}
	.skype-name span{
		background-image:url(../img/skype-logo.png);
		background-position:left 50%;
		background-repeat:no-repeat;
		padding-left:25px;
		margin-left:5px;
		}
		.skype-me{
			background-color:#e6f7fe;
			padding:15px 10px;
			}
			.skype-mini-header{
				
				}
				.skype-date,
				.skype-author{
					display:inline-block;
					} 
				.skype-author{
					width:60%
					}
				.skype-date{
					width:39%;
					color:#9fa7ab;
					}
					.skype-date *{
						text-align:right;
						}
			.skype-author{
				color:#00aaef;
				}
		.skype-no-me{
			background-color:#FFF;
			padding:15px 10px;
			}
.skype-left-ios{
	width:420px;
	background-color:#FFF;
	}
.skype-right-ios{
	width:420px;
	background-color:#FFF;
	margin-left:520px;
	}
	.skype-ios-header{
		width:420px;
		height:27px;
		text-align:center;
		background-image:url(../img/skype-ios-header.png);
		background-repeat:no-repeat;
		font-weight:bold;
		}
	.skype-ios-name{
		background-image:url(../img/skype-ios-name.jpg);
		background-position:center;
		background-repeat:no-repeat;
		height:57px;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		line-height:57px;
		color:#00aff0;
		}
	.skype-ios-date{
		background-image:url(../img/skype-ios-date.jpg);
		height:25px;
		line-height:25px;
		text-align:center;
		color:#a1c5d3;
		}
	.skype-ios-me-full{
		
		}
		.skype-ios-me-date{
			color: #3e444a;
			float: right;
			font-size: 12px;
			left: 383px;
			margin: 12px 6px 13px 0;
			position: absolute;
			}
		.skype-ios-me-date.two{
			margin: 25px 6px 13px 0;
			}
		.skype-ios-sm-message{
			height:42px;
			margin-right: 37px;
			}
		.skype-ios-sm-message .text{
			background-image:url(../img/skype-ios-me-left.jpg);
			background-position:left;
			height:42px;
			line-height:42px;
			text-align:right;
			display:inline-block;
			float:right;
			padding-left:10px;
			}
		.skype-ios-sm-message .korner{
			background-image:url(../img/skype-ios-me-right.jpg);
			background-position:left;
			height:42px;
			line-height:42px;
			width:16px;
			float:right;
			}
		.skype-ios-sm-message .nokorner{
			background-image:url(../img/skype-ios-me-right_no.jpg);
			background-position:left;
			height:42px;
			line-height:42px;
			width:16px;
			float:right;
			}
		.skype-ios-big-message-nocorner{
		    background-image: url("../img/skype-ios-me-top-no.jpg");
			background-repeat: no-repeat;
			display: inline-block;
			margin-bottom: 10px;
			margin-left: 114px;
			padding-left: 15px;
			padding-top: 10px;
			width: 269px;
			}
		.skype-ios-big-message-corner{
			background-image: url("../img/skype-ios-me-top.jpg");
			background-repeat: no-repeat;
			display: inline-block;
			margin-bottom: 10px;
			margin-left: 114px;
			margin-top: 15px;
			padding-left: 15px;
			padding-right: 20px;
			padding-top: 10px;
			width: 240px;			
			}
			.skype-ios-big-message-corner p{
				margin:0 15px 0 0
				}
		.skype-ios-big-message-end{
			background-image: url("../img/skype-ios-me-bottom.jpg");
			background-repeat: no-repeat;
			height: 6px;
			margin-left: -15px;
			position: absolute;
			width: 269px;
			}
		.skype-ios-nome-full{
			margin-top:15px;
			}
			.skype-ios-nome-full-avatar{
				position:absolute;
				width:60px;
				margin:3px;
				text-align:center;
				color: #3e444a;
			    font-size: 12px;
				}
			.skype-ios-nome-big-message-corner{
				background-image: url("../img/skype-ios-nome-top.jpg");
				background-repeat: no-repeat;
				display: inline-block;
				margin-bottom: 10px;
				margin-left: 60px;
				padding-left: 15px;
				padding-right: 5px;
				padding-top: 10px;
				width: 247px;
				}
			.skype-ios-nome-big-message-nocorner{
				background-image: url("../img/skype-ios-nome-top_no.jpg");
				background-repeat: no-repeat;
				display: inline-block;
				margin-bottom: 10px;
				padding-left: 15px;
				padding-top: 10px;
				width: 253px;
				margin-left: 60px;
				}
			.skype-ios-nome-big-message-end{
				background-image: url("../img/skype-ios-nome-bottom.jpg");
				background-repeat: no-repeat;
				height: 6px;
				margin-left: -15px;
				position: absolute;
				width: 269px;
			}
			.skype-ios-nome-sm-message-corner{
				background-image: url("../img/skype-ios-nome-left.jpg");
				background-position: left center;
				display: inline-block;
				height: 42px;
				line-height: 42px;
				margin-left: 60px;
				padding-left: 15px;
				}
				
			.skype-ios-nome-sm-message-nocorner{
				background-image: url("../img/skype-ios-nome-left-no.jpg");
				background-position: left center;
				display: inline-block;
				height: 42px;
				line-height: 42px;
				margin-left: 60px;
				padding-left: 15px;
				margin-top:5px;
				}
			.skype-ios-nome-sm-message-nocorner .korner,
			.skype-ios-nome-sm-message-corner .korner{
				background-image:url(../img/skype-ios-nome-right.jpg);
				background-position:left;
				height:42px;
				line-height:42px;
				width:16px;
				float:right;
				}
			.skype-ios-bottom-1{
				width:420px;
				height:125px;
				background-image:url(../img/skype-ios-bottom.jpg);
				background-repeat:no-repeat;
				}
			.skype-ios-bottom-1.margin{
				margin-top:25px;
				}
				
	.skype-right-ios .skype-ios-me-date {
		left: 905px;
		}
	.skype-right-ios .noactive, .skype-right .noactive, 	.skype-left-ios .noactive, .skype-left .noactive {
		color:#999;
		}
	.fb-right{
		margin-top:50px;
		width:496px;
		border-color:#5890ff;
		border-width: 1px;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: none repeat scroll 0 0 #fff;
		border-image: none;
		border-radius: 3px;
		border-style: solid;
		border-width: 1px;
		padding-bottom:35px;
		margin-left:444px;
		margin-bottom: 50px;
		}
	.fb-left{
		margin-bottom: 50px;
		margin-top:50px;
		width:496px;
		border-color:#5890ff;
		border-width: 1px;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: none repeat scroll 0 0 #fff;
		border-image: none;
		border-radius: 3px;
		border-style: solid;
		border-width: 1px;
		padding-bottom:35px;
		}
		.fb-header{
			display:block;
			margin:12px;
			}
			a.fb-avatar{
				position:relative;
				margin-right:8px;
				float:left
				}
			.fb-top{
				display:table-cell;
				vertical-align:top;
				margin-top:5px;
				}
			h5.fb-name{
				font-size:14px;
				line-height:1.38;
				font-weight:bold;
				padding-right:22px;	
				margin-bottom:-2px;
				}
				h5.fb-name span{
					font-weight:normal;
					color:#666666;
					}
					h5.fb-name span a,
				h5.fb-name a{
					color:#3b5998;
					}
					
		.fb-date{
			color:#9197a3;
			font-size:12px;
			}
			img.fb-img{
				display:inline !important;
				float:right;
				margin-left:10px;
				}
		.fb-text-div{
			clear:both;
			margin-top:5px;
			}
		.fb-text{
			color:#141823;
			line-height:1.38;
			}
			.fb-all-link {
				color:#6d84b4;
				line-height:1.38;
				font-size:12px;
				}
			.fb-bottom-line{
				   background-color: #f6f7f8;
					border-top: 1px solid #e1e2e3;
					height: 40px;
					left: 1px;
					line-height: 40px;
					margin-top: 5px;
					position: absolute;
					width: 496px;
					border-radius: 0 0 3px 3px;
				}
			.fb-right .fb-bottom-line{
				left:445px;
				}
				.fb-bottom-line span{
					color:#3b5998;
					}
			img.f{
				display: inline !important;
				float: left;
				margin-left: 12px;
				margin-right: 5px;
				margin-top: 8px;

				}
	.notebook{
		background-image:url(../img/notebook.png);
		height:617px;
		background-repeat:no-repeat;
		margin-top:300px;
		font-family: "Ubuntu Mono",Arial,serif;
    line-height: 15px;
		}
		
		.notebook .time-stamp-right,.notebook  .time-stamp-left{
			background-image: url("../img/kalendar_2.png");
			margin-left: 500px;
			margin-top: -250px;
			position: absolute;
			}
	.notebook-right,
	.notebook-left{
		display:table-cell;
		width:40%;
		margin:5%;
		padding:25px 45px;
		}
		
		
		
		
		
		
		
		
#skype-2014-01-19{
	margin-top:50px;
	}
#date-14-12-2013.fb-right {
    margin-top: -130px;
}
#date-14-12-2013{
/*	margin-top:100px;*/
}
#date-02-01-2014.fb-right,
#date-20-12-2013.fb-right {
    margin-top: -160px;
}

#date-11-01-2014.fb-left{
    margin-top: -560px;
}
#date-12-01-2014.fb-right{
	margin-top: -360px;
	}
#date-30-01-2014.fb-right,
#date-14-01-2014.fb-left{
	margin-top: -260px;
	}
#date-22-01-2014.fb-right,
#date-18-01-2014.fb-left{
	margin-top: -460px;
	}
#date-24-01-2014.fb-left{
	margin-top: -260px;
	}
#date-29-01-2014.fb-left{
	margin-top: -960px;
	float: left;
	}
#date-30-01-2014.time-stamp-right{
	margin-top: 160px;
	}
	
	
	
body.fade {
overflow: hidden;
}
#preloader{
position: absolute;
left:0;
bottom:0;
right:0;
top:0;
background-color: rgba(255, 255, 255, 0.75);
z-index:10000000;
}
#preloaderindicator{
position: absolute;
left:50%;
top:40%;
margin-left:-64px;
z-index:10000001;
}