@import "/sveicues/assets/submenu.css";

#menu{
	position:relative;
	margin: 0;
	padding: 0;
	height: 36px;
	line-height: 36px;
	width: 1080px;
	font-size: 13px;
	border-collapse: separate;
	border-spacing: 0;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	z-index: 14; /* par 1 lielāks kā dropdown, lai top shadow neiet uz menu */
}

#menu tr{
	margin:0;
	padding: 0;
}
#menu td {
	margin: 0;
	padding: 0;
	height: 100%;
}
#menu td a {
	border:solid 1px transparent;
	border-right:0;
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 34px;
	line-height: 35px;
	display: block;
	position: relative;
	text-align: center;
	padding: 0 10px;
	text-decoration:none;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	white-space:nowrap;
}

#menu td a.withdropdown {
	padding: 0 21px 0 8px;
}

#menuHome, #menuSearch, #menuProfileNews{
	width:44px;
}
#menu #menuHome a,#menu #menuSearch a{
	padding:0 0;
}


#menu td.first a{
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
#menu td.last a{
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

#menu td a:hover {
    background-position: 0 -88px;
}

#menu td a:active {
    background-position: 0 -44px;
}

#menu td a:active {
	background: #f8f8f8 !important;
	border-top-color: #dbdbdb !important;
	border-bottom-color: #dbdbdb !important;
	color: #565656 !important;
	text-shadow: none !important;
}

@keyframes rinng {
	25% {transform: rotate(-15deg);}
	75% {transform: rotate(15deg);}
}
#menu td a.bell .svg-icon:nth-last-child(2) {
	transform-origin: top center;
	animation: rinng .2s both linear 5;
}
#menu td.last a:active, #menu td a.withdropdown:active, #menu td a.bell:active {
	border-bottom-color: #f8f8f8 !important;
}

#menu td.first a:active {
	border-left-color: #dbdbdb !important;
}

#menuSearch .search > .svg-icon, #menuHome .home > .svg-icon, #menuProfileNews .bell > .svg-icon {
	position: relative;
	top: -2px;
}

#menuContainer {
	position: relative;
	padding-top: 36px;
	margin-bottom: 16px;
}

#menuWrap{
	position: absolute;
	top: 0;
}

#menuWrap.menuFixed{
	position:fixed;
	top: 0;
	z-index:11;
}

#menuWrap.menuFixed #menu100{
	position:fixed;
	left:0;
	right:0;
	height:36px;
	border-bottom:1px solid transparent;
}

#menuWrap.menuFixed{
	padding-top:8px;
	background-color:#fff;
}

#menuWrap.menuFixed #menu{
	position:relative;
	z-index:14;
}

#dropdown{
	top:100%;
}

#dropdown span.badge {
	background: none repeat scroll 0 0 #e52e16;
	color: #FFFFFF;
	float: right;
	font-size: 11px;
	margin-right: 10px;
	margin-top:8px;
	padding: 1px 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:absolute;
	right:0;
	top:0;
	display:block;
	z-index:11;
}

#dropdown div.section li {
	position:relative;
}

#menu a span.badge.on{
	background-color: #cd1800;
	color: #fff;
}
#menu a span.badge.off{
	color: #fff;
}

#menu td.open.last a{
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	border-bottom-right-radius:0;
	border-right-color: #dbdbdb !important;
}


#menu td.open a, #menu td.open a:hover {
	border-top-color: #dbdbdb;
	border-bottom-color: #f8f8f8;
	color:#565656 !important;
	text-shadow:none;
}

#menu a span.badge{
	display: block;
	padding:1px 4px;
	position: absolute;
	text-align: center;
	text-shadow:none;
	top: -8px;
	right: 5px;
	border:none;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	-moz-border-radius:3px;
	border-radius:3px;
	-o-border-radius:3px;
	/* no rounded borders for safari, add 0 below*/
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
#menu a span.badge.left {
	left: 2px;
	right: auto;
	padding-left: 3px;
	padding-right: 3px;
}

#menu a.icon{
	background-repeat:no-repeat;
	background-position: 17px center;
}

#menu span.menuIcon {
	background-position:-6px 0;
	display:block;
	height:16px;
	left:8px;
	position:absolute;
	top:13px;
	width:18px;
	z-index:20;
	cursor:pointer;
}

#menu span.menuIcon:hover {
	background-position:17px 0;
}

#menu td div {
	position:relative;
}

#menu td div a {
	padding-left:27px;
}

#menu a span.hasdropdown{
	display:block;
	height:34px;
	position:absolute;
	right:5px;
	top:-1px;
	width:16px;
}
#menu td.open a{
	background: #f8f8f8 !important;
	background-image: none;
	position: relative;
	border-top-color: #dbdbdb;
	border-bottom-color: #f8f8f8;
}

#menuHome, #menuProfileNews, #menuSearch {
	width: 46px;
}

#searchAutocomplete, #dropdown, #profileNewsDropdown {
	right:0;
	width:220px;
	display:none;
	position:absolute;
	z-index:13;
	background:#f8f8f8;
	color:#1e1e1e;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	border: solid 1px #c9c9c9;
	border-top: 0;
	padding: 4px 0 6px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

#profileNewsDropdown {
	width: 396px;
	padding: 0;
}

#profileNewsDropdownContainer .profileNews {
	display: block;
	padding-bottom: 2px;
}

#dropdown div.section{
	float: left;
	width: 180px;
	font-size: 12px;
}

#dropdown div.section h2, #searchResults h2{
	box-shadow: inset 0 1px 0 0 #ededed;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	margin: 0;
	color: #747474;
	font-size: 12px;
}

#dropdown div.section.odd{
	margin-left:10px;
}

#dropdown div.section ul, #dropdown div.section li{
	margin:0;
	padding: 0;
}

#dropdown div.section ul{
	list-style: none;
	padding: 0;
}

#dropdown div.section li a{
	position: relative;
	color: #1e1e1e;
	text-align:  left;
	text-decoration: none;
	display: block;
	height: 32px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	line-height: 32px;
	box-sizing: border-box;
	padding-left: 32px;
	padding-right: 8px;
	text-overflow: ellipsis;
}

#dropdown div.section li .badge + a {
	padding-right: 40px;
}

#dropdown div.section li a.icon{
	background-repeat: no-repeat;
	background-position: 7px center;
	margin-right:0;
}

#dropdown div.section li a.icon.apps {
	border-top: solid 1px #c9c9c9;
	background: #ededed;
	margin-bottom: -6px;
	padding: 0;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}

#dropdown div.section li img{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 8px;
	top: 8px;
}

#dropdown div.section li span.external{
	width: 16px;
	height: 16px;
	position: absolute;
	right:8px;
	left:auto;
	top:auto;
	color: #747474;
}

#dropdown div.section li:hover{
	background: #d0e1f6;
	text-decoration:none;
}

#head {
	height:24px;
	position: relative;
	margin-bottom: 8px;
}

#head #headings {
	float:left;
}

#logoutLinks {
	float:right;
}

#head #headings ul li {
	float:left;
	margin-right:10px;
	height:24px;
	line-height:24px;
}

#head #headings ul li .icon {
	padding-top:1px;
}

#head #headings li#logo a {
	display: inline-block;
	vertical-align: middle;
}

#head #headings li#logo a img {
	vertical-align: middle;
}

#head a.headingLink {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding: 0 6px 0 4px;
	border-radius: 3px;
	color: #747474;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}

#head a.headingLink.onlyIcon {
	padding-right: 4px;
}

#head a.headingLink:hover {
	background: #ededed;
	text-decoration: none;
}

#head a.headingLink .svg-icon {
	margin-top: -2px;
}

#head a.headingLink .svg-icon.svg-icon-message-square {
	margin-top: 0;
}

#logoutLinks ul li {
	float:left;
	margin-left:10px;
}

#logoutLinks ul li a {
	font-weight:bold;
}

#logoutLinks #invisibility .invisible {
	color: #ff6600;
}

#wrap{
	position: static;
	font-family: Helvetica, sans-serif !important;
}


/*SMALL LOGIN */
#nologinHeader {
	padding-top:5px;
	height: 35px;
	border-bottom: 8px solid #ff6600;
}
#loginBody #nologinHeader {
	border-bottom: 0;
	margin:0 10px;
}
#loginBody #ct {
	float: none;
	margin: 0 auto;
	clear:both;
	width:800px;
}

#smallHeaderLogo{
	display: block;
	float:left;
}

#smallLoginForm {
	float:right;
	width:940px;
}

#smallLoginForm td{
	padding-left:5px;
	padding-bottom:5px;
	vertical-align:top;
}

#smallLoginForm .formItem {
	width:150px;
	margin:0px;
}
#smallLoginForm .captcha img {
	position: relative;
	top: 10px;
	float: left;
	margin-right: 5px;
	margin-top: -18px;
}
#smallLoginForm .captcha .formItem {
	float: left;
	width: 52px;
}
#smallLoginForm .register-link {
	padding-left: 12px;
	padding-right: 7px;
	vertical-align: middle;
}
#smallLoginForm .register-link:before {
	content: '';
	min-height: 18px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#smallLoginForm .register-link > div {
	height: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #ededed;
	padding-left: 12px;
}
#smallLoginForm .register-link a {
	color: #747474;
}

#smallLoginForm .smallLoginError {
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #ffe1cd;
	padding: 0 12px;
	border: solid 1px #e1bfa9;
}

#smallLoginForm .oauth {
	text-align: center;
	font-size: 12px;
	color: #747474;
}

#smallLoginForm .oauth > * {
	display: inline-block;
	vertical-align: middle;
}

#smallLoginForm .oauth > span {
	margin-right: 6px;
	border-left: 1px solid #ededed;
	padding-left: 12px;
	line-height: 18px;
}

#smallLoginForm .oauth a {
	width: 28px;
	height: 28px;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), inset 0 2px 0 0 #ffffff;
	border: solid 1px #c0c0c0;
	background-image: linear-gradient(to bottom, #fefefe, #ededed 98%);
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	color: transparent;
}
#smallLoginForm .oauth a.oauth-google {
	background-image: url("/secure/auth/assets/icon-small-google.png");
}

#smallLoginForm .oauth a.oauth-inbox {
	background-image: url("/secure/auth/assets/icon-small-inbox.png");
}
/*--SMALL LOGIN */



/*
#searchAutocomplete {
	position:absolute;
	right:-5px;
	width:210px;
	top:-55px;
	z-index:6000;
	padding: 5px 0;
} */

#searchAutocomplete {
	padding: 0;
	width: 270px;
}

#searchResults {
	background:#ffffff;
}

#searchAutocomplete .filterSearcher {
	width:254px;
	margin:8px;
}

#searchResults .more-results {
	background: #f8f8f8;
	height: 44px;
	line-height: 44px;
	box-shadow: inset 0 1px 0 0 #ededed;
	display: block;
	text-align: center;
}

#searchResults .more-results .badge {
	position: static;
	margin-left: 4px;
}

#searchResults div a img {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -16px;
	border-radius: 2px;
}

#searchResults div a .overlay {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -16px;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

#searchResults i.icon {
	position:absolute;
	left:32px;
	top:0;
	z-index:12;
}

#searchResults div.results a, #searchSections a {
	height: 44px;
    white-space: nowrap;
	padding-left: 48px;
	padding-right: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 44px;
	display:block;
	color: #1e1e1e;
	position: relative;
	font-size: 13px;
}

#searchSections:not(:empty){
	padding: 4px 0;
}

#searchSections a {
	height: 28px;
	padding-left: 32px;
	line-height: 28px;
	font-weight: normal;
}

#searchResults div#searchSections a img {
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

#searchResults div.results a:before {
	content: '';
	height: 44px;
	display: inline-block;
	vertical-align: middle;
}

#searchResults a.active, #searchSections a:hover {
	background: #d0e1f6;
	text-decoration: none;
}

#searchResults div.results a .user-info {
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#searchResults div.results a .user-info span {
	font-size: 12px;
	line-height: 14px;
	color: #747474;
}

#searchResults div.results a.active .user-info span {
	color: #1e1e1e;
}

#searchResults div.results a b{
	color: #1e1e1e;
	font-weight: bold;
	line-height: 18px;
}

#searchResults .verifySearchIcon {
	width: 9px;
	height: 10px;
	background: url('/special/verifikacija/assets/img/icn_9.png') no-repeat;
	display: inline-block;
	margin-right: 5px;
}

.madBadge {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	line-height: 13px;
	padding: 1px 6px;
	text-align: center;
	text-shadow: none;
	background-color: #f60;
	margin-right: 8px;
	position: relative;
	top: -1px;
	right: -3px;
}
.madBadge:hover {
	text-decoration: none;
}

/*.statistics-cat {
	width: 233px;
	height: 61px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 444px;
}

.statistics-cat .text {
	width: 139px;
	height: 30px;
	background: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout.png');
	position: absolute;
	top: 9px;
	left: 0;
	opacity: 0;
	color: #38545d;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	padding: 8px 8px;
	z-index: 1;

	animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.statistics-cat .text.medium {
	font-size: 10px;
}

.statistics-cat .text.small {
	font-size: 10px;
	line-height: 12px;
	height: 34px;
	padding: 6px 8px;
}

.statistics-cat .cat {
	width: 81px;
	height: 56px;
	position: absolute;
	bottom: 0;
	left: 142px;
}

.statistics-cat .cat-paw-left {
	opacity: 0;
	width: 24px;
	height: 11px;
	background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kek.png');
	background-size: 24px 11px;
	position: absolute;
	bottom: 0;
	left: 0;

	animation: leftpaw 0.8s ease-out;
	-webkit-animation: leftpaw 0.8s ease-out;
	-moz-animation: leftpaw 0.8s ease-out;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.statistics-cat .cat-paw-right {
	opacity: 0;
	width: 20px;
	height: 10px;
	background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kel.png');
	background-size: 20px 10px;
	position: absolute;
	bottom: 0;
	right: 0;

	animation: rightpaw 0.8s ease-out;
	-webkit-animation: rightpaw 0.8s ease-out;
	-moz-animation: rightpaw 0.8s ease-out;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.statistics-cat .cat-body {
	opacity: 0;
	width: 56px;
	height: 39px;
	background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_bod.png');
	background-size: 56px 39px;
	position: absolute;
	bottom: -2px;
	left: 15px;

	animation: catbody 0.8s ease-out;
	-webkit-animation: catbody 0.8s ease-out;
	-moz-animation: catbody 0.8s ease-out;
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.statistics-cat .cat-head {
	opacity: 0;
	width: 51px;
	height: 54px;
	background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_gal.png');
	background-size: 51px 54px;
	position: absolute;
	bottom: 2px;
	left: 18px;

	animation: cathead 0.8s ease-out;
	-webkit-animation: cathead 0.8s ease-out;
	-moz-animation: cathead 0.8s ease-out;
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.statistics-cat .cat-eyebrows {
	width: 51px;
	height: 32px;
	background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_uza.png');
	background-size: 51px 32px;
	position: absolute;
	top: -1px;
	left: 0;

	animation: cateyebrows 2s  ease;
	-webkit-animation: cateyebrows 2s  ease;
	-moz-animation: cateyebrows 2s  ease;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
}

.statistics-cat .close {
	width: 15px;
	height: 15px;
	display: block;
	background: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite.png') no-repeat left top;
	background-size: 15px auto;
	position: absolute;
	right: 0;
	top: 5px;
}

.statistics-cat .close:hover {
	background-position: left center;
}

.statistics-cat .close:active {
	background-position: left bottom;
}

.statistics-cat.simple .text, .statistics-cat.simple .cat-paw-left, .statistics-cat.simple .cat-paw-right, .statistics-cat.simple .cat-body, .statistics-cat.simple .cat-head {
	opacity: 1;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.statistics-cat .text {
		background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout_2x.png');
	}
	.statistics-cat .cat-paw-left {
		background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kek_2x.png');
	}
	.statistics-cat .cat-paw-right {
		background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_kel_2x.png');
	}
	.statistics-cat .cat-body {
		background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_bod_2x.png');
	}
	.statistics-cat .cat-head {
		background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_gal_2x.png');
	}
	.statistics-cat .cat-eyebrows {
		background-image: url('//ifrype.com/i/temp/statistikas_kakis/ps_kakis_uza_2x.png');
	}
	.statistics-cat .close {
		background-image: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite_2x.png');
	}
}

@keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@-webkit-keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@-moz-keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes leftpaw {
	0% {
		bottom: -11px;
		left: 16px;
		opacity: 1;
	}
	20% {
		left: 16px;
		opacity: 1;
	}
	100% {
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

@-webkit-keyframes leftpaw {
	0% {
		bottom: -11px;
		left: 16px;
		opacity: 1;
	}
	20% {
		left: 16px;
		opacity: 1;
	}
	100% {
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

@-moz-keyframes leftpaw {
	0% {
		bottom: -11px;
		left: 16px;
		opacity: 1;
	}
	20% {
		left: 16px;
		opacity: 1;
	}
	100% {
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

@keyframes rightpaw {
	0% {
		bottom: -10px;
		right: 16px;
		opacity: 1;
	}
	20% {
		right: 16px;
		opacity: 1;
	}
	100% {
		bottom: 0;
		right: 0;
		opacity: 1;
	}
}

@-webkit-keyframes rightpaw {
	0% {
		bottom: -10px;
		right: 16px;
		opacity: 1;
	}
	20% {
		right: 16px;
		opacity: 1;
	}
	100% {
		bottom: 0;
		right: 0;
		opacity: 1;
	}
}

@-moz-keyframes rightpaw {
	0% {
		bottom: -10px;
		right: 16px;
		opacity: 1;
	}
	20% {
		right: 16px;
		opacity: 1;
	}
	100% {
		bottom: 0;
		right: 0;
		opacity: 1;
	}
}

@keyframes catbody {
	0% {
		bottom: -39px;
		opacity: 1;
	}
	100% {
		bottom: -2px;
		opacity: 1;
	}
}

@-webkit-keyframes catbody {
	0% {
		bottom: -39px;
		opacity: 1;
	}
	100% {
		bottom: -2px;
		opacity: 1;
	}
}

@-moz-keyframes catbody {
	0% {
		bottom: -39px;
		opacity: 1;
	}
	100% {
		bottom: -2px;
		opacity: 1;
	}
}

@keyframes cathead {
	0% {
		bottom: -54px;
		opacity: 1;
	}
	75% {
		bottom: 7px;
	}
	100% {
		bottom: 2px;
		opacity: 1;
	}
}

@-webkit-keyframes cathead {
	0% {
		bottom: -54px;
		opacity: 1;
	}
	75% {
		bottom: 7px;
	}
	100% {
		bottom: 2px;
		opacity: 1;
	}
}

@-moz-keyframes cathead {
	0% {
		bottom: -54px;
		opacity: 1;
	}
	75% {
		bottom: 7px;
	}
	100% {
		bottom: 2px;
		opacity: 1;
	}
}

@keyframes cateyebrows {
	0% {
		top: -1px;
	}
	12% {
		top: -3px;
	}
	24% {
		top: -1px;
	}
	36% {
		top: -3px;
	}
	48% {
		top: -1px;
	}
	100% {
		top: -1px;
	}
}

@-webkit-keyframes cateyebrows {
	0% {
		top: -1px;
	}
	12% {
		top: -3px;
	}
	24% {
		top: -1px;
	}
	36% {
		top: -3px;
	}
	48% {
		top: -1px;
	}
	100% {
		top: -1px;
	}
}

@-moz-keyframes cateyebrows {
	0% {
		top: -1px;
	}
	12% {
		top: -3px;
	}
	24% {
		top: -1px;
	}
	36% {
		top: -3px;
	}
	48% {
		top: -1px;
	}
	100% {
		top: -1px;
	}
}*/
#head .statistics {
	width: 210px;
	height: 52px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 455px;
}

#head .statistics .sun {
	width: 47px;
	height: 47px;
	position: absolute;
	right: 0;
	bottom: -47px;
	animation: visshowsun 0.8s ease-out;
	-webkit-animation: visshowsun 0.8s ease-out;
	-moz-animation: visshowsun 0.8s ease-out;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

#head .statistics .sun .outer {
	width: 47px;
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('//ifrype.com/i/temp/statistikas_saule/sau_bck.png');
	animation: visrotatesun 8s linear;
	-webkit-animation: visrotatesun 8s linear;
	-moz-animation: visrotatesun 8s linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
}

#head .statistics .sun .inner {
	width: 47px;
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('//ifrype.com/i/temp/statistikas_saule/sau_frn.png') no-repeat center center;
}

#head .statistics .text {
	width: 139px;
	height: 30px;
	background: url('//ifrype.com/i/temp/statistikas_saule/sau_call.png');
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	color: #38545d;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	padding: 8px 8px;

	animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

#head .statistics .text.medium {
	font-size: 10px;
}

#head .statistics .text.small {
	font-size: 10px;
	line-height: 12px;
	height: 34px;
	padding: 6px 8px;
}

#head .statistics .closeIcon {
	position: absolute;
	top: 5px;
	right: -2px;
	visibility: hidden;
	animation: visshowclose 3s ease-out;
	-webkit-animation: visshowclose 3s ease-out;
	-moz-animation: visshowclose 3s ease-out;
}

#head .statistics:hover .closeIcon {
	visibility: visible;
}

@keyframes visshowclose {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes visshowclose {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes visshowclose {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes visrotatesun {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes visrotatesun {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes visrotatesun {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes visshowsun {
	0% {
		bottom: -67px;
	}
	70% {
		bottom: -5px;
	}
	100% {
		bottom: -10px;
	}
}

@-webkit-keyframes visshowsun {
	0% {
		bottom: -67px;
	}
	70% {
		bottom: -5px;
	}
	100% {
		bottom: -10px;
	}
}

@-moz-keyframes visshowsun {
	0% {
		bottom: -67px;
	}
	70% {
		bottom: -5px;
	}
	100% {
		bottom: -10px;
	}
}

@keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@-webkit-keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@-moz-keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}


.guy-text a {
	color: #525252;
	text-decoration: none;
}

.march-guy2017 {
	position: absolute;
	bottom: 34px;
	left: 0;/*550px;*/
	z-index: 0;
	width: 220px;
}

.march-guy2017 .guy-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1100px;
	height: 160px;
	background: url("/temp/8marts/2025/1.png") no-repeat;
	background-position: 0 160px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.march-guy2017 .guy-container .bubble {
	position: absolute;
	width: 482px;
	height: 84px;
	top: 74px;
	left: 228px;
	box-sizing: border-box;
	color: #542419;
	font-weight: bold;
	opacity: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	font-family: 'Kalam', cursive;
	font-size: 22px;
	line-height: 1.1;
	text-align: center;
	display: table;
}

.march-guy2017 .guy-container .bubble .guy-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.march-guy2017 .guy-container .bubble .bubble_arrow {
	/*position: absolute;
	right: -20px;
	bottom: 8px;
	width: 20px;
	height: 20px;
	background: url("/temp/8marts/2016/speech-bubble-attachment.png") no-repeat;*/
}

.march-guy2017 .guy-container.guy2 {
	background: url("/temp/8marts/2025/2.png") no-repeat;
	background-position: 0 160px;
}

.march-guy2017 .guy-container.guy3 {
	background: url("/temp/8marts/2025/3.png") no-repeat;
	background-position: 0 160px;
}

.march-guy2017 .guy-container.guy4 {
	background: url("/temp/8marts/2025/4.png") no-repeat;
	background-position: 0 160px;
}

.march-guy2017 .guy-container.show {
	background-position: 0 14px;
}

.march-guy2017 .guy-container .bubble.show {
	opacity: 1;
}

.march-guy2017 .guy-container .bubble.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.guy-text a {
	color: #525252;
	text-decoration: none;
}

#brilles_right_peek {
	position: relative;
	height: 0;
	line-height: 0;
	z-index: 1;

}

#brilles_content {
	top: 100px;
	width: 148px;
	height: 149px;
	background: url("/special/saulainie/assets/roll/card.png") no-repeat;
	position: fixed;
	cursor: pointer;
	right: -26px;
	z-index: 7;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#brilles_content:hover {
	right: 0;
}

#brilles_content #brilles-O-O- {
	position: absolute;
	top: 38px;
	left: 33px;
	width: 132px;
	height: 170px;
	background: url("/special/saulainie/assets/roll/brilles.png") no-repeat;
	-webkit-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
}

#brilles_content:hover #brilles-O-O- {
	transform: translateY(-22px);
}

#brilles_content .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	background: white url("/special/saulainie/assets/roll/close_envelope.png") no-repeat center;
	border-radius: 2px;
}


#kodoma_left_peek {
	position: fixed;
	bottom: 0;
	left: -25px;
	width: 54px;
	height: 72px;
	z-index: 3;
}
#kodoma_content {
	display: block;
	position: relative;
	width: 130px;
	height: 163px;
	top: 200px;
	z-index: 3;
	background: url("/special/kodoma/assets/img/kodoma2.png") no-repeat;
	animation: zakisbounce 12s infinite;
}
#kodoma_content:hover {
	animation-play-state: paused;
}
#kodoma_content .close {
	position: absolute;
	top: 2px;
	left: 116px;
	width: 14px;
	z-index: 9;
	height: 14px;
}



#pipars_left_peek {
    position: fixed;
    bottom: 0;
    left: -25px;
    width: 54px;
    height: 72px;
    z-index: 3;
}
#pipars_content {
    display: block;
    position: relative;
    width: 200px;
    height: 72px;
    top: 200px;
    z-index: 3;
    background: url("/special/piecirst/assets/pipars_leka.png") no-repeat;
    animation: zakisbounce 12s infinite;
}
#pipars_content .ttext {
    width: 128px;
    height: 34px;
    position: absolute;
    top: 13px;
    z-index: 3;
    right: 23px;
    background: url("/special/piecirst/assets/burbulis.png") no-repeat;
}

#pipars_content .close {
    position: absolute;
    top: 2px;
    left: -4px;
    width: 14px;
    z-index: 9;
    height: 14px;
    background: url("/special/piecirst/assets/close.png") center center no-repeat;
}


#zakis_left_peek {
	position: fixed;
	bottom: 0;
	left: -54px;
	width: 337px;
	height: 200px;
}

@keyframes zakisbounce {
	0% {
		top: 200px;
	}
	15% {
		top: 120px;
	}
	25% {
		top: -360px;
	}
	55% {
		top: -360px;
	}
	75% {
		top: 200px;
	}
}

#zakis_content {
	display: block;
	position: relative;
	width: 337px;
	height: 240px;
	top: 200px;
	background: url("/special/spigulo/assets/img/floating-banner-sz.png") no-repeat;
	animation: zakisbounce 8s infinite;
}

#zakis_content .close {
	position: absolute;
	top: 40px;
	left: 60px;
	width: 16px;
	height: 17px;
	background: url("/special/spigulo/assets/img/icon-close-sz.png") no-repeat;
}

#zakis_content:hover {
	animation-play-state: paused;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.special-laternustunda-menu-block {
    position: absolute;
    bottom: 4px;
    left: 270px;
    z-index: 0;
    height: 23px;
}
.special-laternustunda-menu-block .icona {
    background: url("/lapas/special/laternustunda/balletajatips/assets/image/16x16.png") no-repeat;
    background-size: 16px;
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
    padding-left:25px;
    color: #2057c5;
    cursor: pointer;
}
.menu-work-block {
	position: absolute;
	bottom: 3px;
	left: 267px;
	z-index: 0;
	height: 32px;
}
.menu-work-block .workman {
	background: url("/i/temp/teirdarbs/te_ir_darbs_2x.png") no-repeat;
	background-size: 28px 32px;
	display: inline-block;
	line-height: 36px;
	font-weight: bold;
	padding-left:35px;
	color: #2057c5;
	cursor: pointer;
}
.menu-work-block .cclose {
	display: inline-block;
	bottom: 14px;
	position: relative;
	cursor: pointer;
}
.special-laternustunda-menu-block .cclose {
    display: inline-block;
    bottom: 2px;
    position: relative;
    cursor: pointer;
}

.special-bernidzied-menu-block {
	position: absolute;
	bottom: 4px;
	left: 270px;
	z-index: 0;
	height: 23px;
}
.special-bernidzied-menu-block .icona {
	background: url("/special/bernidzied//assets/img/32x32.png") no-repeat;
	background-size: 16px;
	display: inline-block;
	line-height: 18px;
	font-weight: bold;
	padding-left:25px;
	color: #2057c5;
	cursor: pointer;
}

.special-bernidzied-menu-block .cclose {
	display: inline-block;
	bottom: 2px;
	position: relative;
	cursor: pointer;
}

.statistics-duck {
	position: absolute;
	bottom: 0;
	left: 518px;
	z-index: 0;
}

.statistics-duck .duck-container {
	position: relative;
}

.statistics-duck .pond {
	width: 148px;
	height: 15px;
	background-image: url('/i/temp/statistikas_pile/ps_pile_dks_2x.png');
	background-image: url('/i/temp/statistikas_pile/ps_pile_dks.png')\9;
	background-size: 148px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.statistics-duck .body {
	width: 61px;
	height: 28px;
	background-image: url('/i/temp/statistikas_pile/ps_pile_rum_2x.png');
	background-image: url('/i/temp/statistikas_pile/ps_pile_rum.png')\9;
	background-size: 61px 28px;
	position: absolute;
	left: 32px;
	bottom: 0;
	animation: duckbodymove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	-webkit-animation: duckbodymove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.statistics-duck .head-container {
	width: 48px;
	height: 38px;
	position: absolute;
	left: 48px;
	bottom: 18px;
	animation: duckheadmove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	-webkit-animation: duckheadmove 4s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.statistics-duck .head {
	width: 48px;
	height: 38px;
	background-image: url('/i/temp/statistikas_pile/ps_pile_ga_2x.png');
	background-image: url('/i/temp/statistikas_pile/ps_pile_ga.png')\9;
	background-position: 0 0;
	background-size: 48px 76px;
	animation: duckblink 8s steps(1) infinite;
	-webkit-animation: duckblink 8s steps(1) infinite;
}

.statistics-duck .text {
	height: 25px;
	position: absolute;
	left: 106px;
	bottom: 25px;
	background: #28A634;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	white-space: nowrap;
	color: #ffffff;
	line-height: 25px;
	padding: 0 16px;
}

.statistics-duck .text:before {
	content: ' ';
	width: 9px;
	height: 9px;
	position: absolute;
	left: -6px;
	bottom: 0;
	background-image: url('/i/temp/statistikas_pile/ps_pile_ccor_2x.png');
	background-image: url('/i/temp/statistikas_pile/ps_pile_ccor.png')\9;
	background-size: 9px 9px;
	z-index: -1;
}

.statistics-duck .closeIcon {
	position: absolute;
	left: 0;
	bottom: 24px;
}

@keyframes duckblink {
	0% {
		background-position: 0 0;
	}
	85% {
		background-position: 0 -38px;
	}
	90% {
		background-position: 0 0;
	}
	95% {
		background-position: 0 -38px;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes duckbodymove {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 4px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes duckheadmove {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 6px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes duckblink {
	0% {
		background-position: 0 0;
	}
	85% {
		background-position: 0 -38px;
	}
	90% {
		background-position: 0 0;
	}
	95% {
		background-position: 0 -38px;
	}
	100% {
		background-position: 0 0;
	}
}

@-webkit-keyframes duckbodymove {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 4px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes duckheadmove {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 6px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-ms-keyframes duckblink {
	0% {
		background-position: 0 0;
	}
	85% {
		background-position: 0 -38px;
	}
	90% {
		background-position: 0 0;
	}
	95% {
		background-position: 0 -38px;
	}
	100% {
		background-position: 0 0;
	}
}

@-ms-keyframes duckbodymove {
	0% {
		-ms-transform: translate3d(0, 0, 0);
	}
	50% {
		-ms-transform: translate3d(0, 4px, 0);
	}
	100% {
		-ms-transform: translate3d(0, 0, 0);
	}
}

@-ms-keyframes duckheadmove {
	0% {
		-ms-transform: translate3d(0, 0, 0);
	}
	50% {
		-ms-transform: translate3d(0, 6px, 0);
	}
	100% {
		-ms-transform: translate3d(0, 0, 0);
	}
}

.statistics-bear {
	width: 216px;
	height: 56px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 460px;
}

.statistics-bear .text {
	width: 139px;
	height: 30px;
	background: url('//ifrype.com/i/temp/statistikas_kakis/ps_callout.png');
	position: absolute;
	top: 5px;
	left: 0;
	opacity: 0;
	color: #38545d;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	padding: 8px 8px;
	z-index: 1;

	animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.statistics-bear .bear {
	width: 75px;
	height: 56px;
	position: absolute;
	bottom: 0;
	left: 142px;
	background: url('//ifrype.com/i/temp/statistikas_lacis/ani3topcrop_4x.png');
	-webkit-animation:playBear 1.9s steps(29,end) infinite;
	animation:playBear 1.9s steps(29,end) infinite
}

.statistics-bear .close {
	width: 15px;
	height: 15px;
	display: block;
	background: url('//ifrype.com/i/temp/statistikas_kakis/mini_close_sprite.png') no-repeat left top;
	background-size: 15px auto;
	position: absolute;
	right: 0;
	top: 5px;
}

.statistics-bear .close:hover {
	background-position: left center;
}

.statistics-bear .close:active {
	background-position: left bottom;
}

@-webkit-keyframes playBear{100%{background-position:-2900%}}
@keyframes playBear{100%{background-position:-2900%}}

#head .statistics {
	width: 210px;
	height: 52px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 455px;
}

#head .statistics .sun {
	width: 47px;
	height: 47px;
	position: absolute;
	right: 0;
	bottom: -47px;
	animation: visshowsun 0.8s ease-out;
	-webkit-animation: visshowsun 0.8s ease-out;
	-moz-animation: visshowsun 0.8s ease-out;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

#head .statistics .sun .outer {
	width: 47px;
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('//ifrype.com/i/temp/statistikas_saule/sau_bck.png');
	animation: visrotatesun 8s linear;
	-webkit-animation: visrotatesun 8s linear;
	-moz-animation: visrotatesun 8s linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
}

#head .statistics .sun .inner {
	width: 47px;
	height: 47px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('//ifrype.com/i/temp/statistikas_saule/sau_frn.png') no-repeat center center;
}

#head .statistics .text {
	width: 139px;
	height: 30px;
	background: url('//ifrype.com/i/temp/statistikas_saule/sau_call.png');
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	color: #38545d;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	padding: 8px 8px;

	animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-animation: visshowtext 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

#head .statistics .text.medium {
	font-size: 10px;
}

#head .statistics .text.small {
	font-size: 10px;
	line-height: 12px;
	height: 34px;
	padding: 6px 8px;
}

#head .statistics .closeIcon {
	position: absolute;
	top: 5px;
	right: -2px;
	visibility: hidden;
	animation: visshowclose 3s ease-out;
	-webkit-animation: visshowclose 3s ease-out;
	-moz-animation: visshowclose 3s ease-out;
}

#head .statistics:hover .closeIcon {
	visibility: visible;
}

@keyframes visshowclose {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes visshowclose {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes visshowclose {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes visrotatesun {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes visrotatesun {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes visrotatesun {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes visshowsun {
	0% {
		bottom: -67px;
	}
	70% {
		bottom: -5px;
	}
	100% {
		bottom: -10px;
	}
}

@-webkit-keyframes visshowsun {
	0% {
		bottom: -67px;
	}
	70% {
		bottom: -5px;
	}
	100% {
		bottom: -10px;
	}
}

@-moz-keyframes visshowsun {
	0% {
		bottom: -67px;
	}
	70% {
		bottom: -5px;
	}
	100% {
		bottom: -10px;
	}
}

@keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@-webkit-keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@-moz-keyframes visshowtext {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

#my-name {
	position: relative;
}

#desktopnotify-ask {
	position: absolute;
	z-index: 9999;
	width: 339px;
	left: -305px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	font-size: 14px;
	color: #1e1e1e;
	top: 30px;
	background: #ffffff url(/i/icons/ill-64-notifications.png) no-repeat top 16px right 19px;
}


#desktopnotify-ask:before {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	top: -6px;
	box-shadow: -2px 2px 1px 0 rgba(0, 0, 0, 0.15);
	border-color: transparent transparent #FFF #FFF;
	border-width: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	box-sizing: border-box;
	border-radius: 2px;
}

#desktopnotify-ask .header {
	font-weight: bold;
	padding: 15px 15px 0 15px;
	font-size: 15px;
	letter-spacing: 0.1px;
}

#desktopnotify-ask .body {
	padding: 6px 16px 8px;
	font-size: 13px;
	letter-spacing: 0.1px;
}

#desktopnotify-ask .body .bodyText {
	width: 240px;
}

#desktopnotify-ask .body .bodyImgWin, #desktopnotify-ask .body .bodyImgMac {
	margin-top: 16px;
	background: transparent url("/notifications/img/win-illustration-1.gif") no-repeat center center;
	width: 307px;
	height: 100px;
}

#desktopnotify-ask .body .bodyImgMac {
	background: transparent url("/notifications/img/mac-illustration-1.gif") no-repeat center center;
}

#desktopnotify-ask .footer {
	padding: 10px;
	background-color: #f3f3f3;
	border-top: 1px solid #e7e7e7;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: right;
}

#desktopnotify-ask .footer .footer-info {
	font-size: 11px;
	line-height: 1.2;
	padding: 6px 0 0 0;
	color: #6f6f6f;
}

#desktopnotify-confirm {
	left: 0;
	top: 0;
	z-index: 1001;
}

#desktopnotify-confirm .text {
	position: fixed;
	top: 91px;
	left: 69px;
	color: #ffffff;
	background: transparent url(/i/misc/round-light-shadow.png) no-repeat top center;
	width: 340px;
	height: 170px;
	padding-left: 100px;
	font-size: 19px;
	letter-spacing: 0.1px;
	text-align: left;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.49);
	padding-top: 20px;
}

#desktopnotify-confirm .text span {
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

#desktopnotify-confirm .text:before {
	content: '';
	width: 48px;
	height: 48px;
	position: absolute;
	left: 45px;
	top: 15px;
	background: transparent url(/i/icons/ill-48-arrow.png) no-repeat center center;
}

#submenu .wrapper {
	padding: 8px 0;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
}

#submenu div.item {
	display: inline-block;
	padding: 0 12px;
	position: relative;
}

#submenu div.item .popoutHover {
	position: absolute;
	top: 0;
	left: 12px;
	right: 12px;
	bottom: 0;
	cursor: default;
}
/*hide menu border around hover button*/
#submenu div.item .popoutHover:hover::after {
	content: '';
	position: absolute;
	display: block;
	bottom:-10px;
	height: 3px;
	background: white;
	left:-11px;
	right:-12px;
}
#submenu div.item .popoutHover:hover .popout {
	display: block;
}
#submenu div.item .popoutHover:hover .popout:empty {
	display: none;
}
#submenu div.item .popoutHover .popout {
	display: none;
	padding: 10px;
	background: white;
	border-radius: 0 0 4px 4px;
	position: absolute;
	top: calc(9px + 100%);
	border: solid 1px #E7E7E7;
	border-top: 0;
	left: -12px;
	width: 240px;
	z-index: 16;
}
#submenu div.item .popoutHover .popout::before {
	content: '';
	position: absolute;
	display: block;
	top:-8px;
	left:0;
	right:0;
	height: 8px;
}
#submenu div.item + div.item {
	border-left: 1px solid #e7e7e7;
}

#submenu div.item a {
	font-weight: bold;
}
@keyframes badgePop {
	from {transform: scale(0,0) translate(-16px, 0)}
}
#submenu div.item a .badge {
	position: unset;
	margin-left: 6px;
	font-weight: normal;
	animation: badgePop .7s cubic-bezier(1,1.83,.51,.79) backwards .6s;
}
#submenu div.item .icon:not(.doShow) {
	padding-left: 0;
	background: none;
}

#submenu div.weather {
	margin-left: auto;
}
#submenu div.weather a:hover {
	text-decoration: none;
	color: #000;
}
#submenu .weather-icon {
	position: relative;
	padding-right: 20px;
	padding-left: 4px;
}
#submenu .weather-icon svg {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -3px;
}

#topUp {
	position: relative;
	display: inline-block;
}
#topUp .plusMacins {
	position: relative;
	display: inline-block;
	background:#f60 url(/services/img/ic-add.svg) no-repeat center;
    background-size: 12px 12px;
	color:#fff;
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	font-size: 19px;
	cursor: pointer;
	box-sizing: border-box;
}
#topUp .plusMacins:hover span {
	display: block;
	animation: maigsTitle .2s ease-in;
}
@keyframes maigsTitle {
	from {opacity: 0; transform: translate(-10px, 0);}
}
#topUp .plusMacins span {
	position: absolute;
	width: 120px;
	display: none;
	color:#7ABF59;
	font-weight: bold;
	top: -2px;
	right: -122px;;
	padding: 4px 10px;
	font-size: 12px;
}
.plusMacins:hover {
	box-shadow: 0 0 0 1px #c50;
}
#bonus2eur {
	position: relative;
	display: inline-block;
	background: url(/services/img/ic-gift.svg) no-repeat left center;
	padding-left: 18px;
	margin-left: 8px;
	margin-right: 12px;
}
/*SPACIAL / EXPIRE*/

@keyframes thisIsThat {
	0% {opacity: 0; transform: scale(0,0)}
	1%, 70% {opacity: 1;}
	to {transform: scale(1.2,1.2) rotate(120deg); opacity: 0;}
}
@keyframes burnText {
	from {color: red;}
}

#submenu div.item a.romantikaIcon.burn {position: relative;}
#submenu div.item a.romantikaIcon.burn .badge::before ,
#submenu div.item a.romantikaIcon.burn .badge::after {
	pointer-events: none;
	content: '';
	display: block;
	opacity:0;
	animation: thisIsThat .5s ease-out both .6s 2;
	background: url(/special/romantika/assets/img/sparkle.png) no-repeat center;
	background-size:contain;
	width: 100px;
	height: 100px;
	position: absolute;
	right:-40px;
	top:-40px;
}
#submenu div.item a.romantikaIcon.burn {
	animation: burnText 1s ease-out .4s backwards;
}
#submenu div.item a.romantikaIcon.burn .badge::before {
	width: 90px;
	height: 90px;
	right:-40px;
	top:-40px;
	animation: thisIsThat .7s ease-out both .7s;
}
