*, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0;}article, aside, canvas, figure, figure img, figcaption, hgroup,footer, header, nav, section, audio, video {display: block;}a img {border: 0;}

/* Global settings */
html {-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-text-size-adjust: none;-webkit-overflow-scrolling: touch;}
body {background: url('../gfx/icons/bg.png') repeat;}
p, a, h1, h2, h3, h4, h5, h6 {font-family: Tahoma, sans-serif;}
/*#wrapper {position:fixed;top:0;height:100%;width:100%;overflow-y:scroll;min-width:240px;max-width:1024px;margin: 0 auto;}*/
#wrapper {position:relative;top:0;left:0;height:100%;width:100%;min-width:240px;max-width:1024px;margin: 0 auto;}
#posts-start {float:left;height:74px;width:100%;}
.sh {-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);}
a {text-decoration:none;}

/* Block classes */
/* top naujienos/titulinis */.block-bg-top {background:#bd231b !important;}.block-text-top {color:#bd231b !important;}
/* sportas */.block-bg-sportas {background:#fd6500 !important;}.block-text-sportas {color:#fd6500 !important;}
/* verslas */.block-bg-verslas {background:#0a3462 !important;}.block-text-verslas {color:#0a3462 !important;}
/* lietuvos diena */.block-bg-ltdiena {background:#005fa6 !important;}.block-text-ltdiena {color:#005fa6 !important;}
/* pasaulis */.block-bg-pasaulis {background:#006d70 !important;}.block-text-pasaulis {color:#006d70 !important;}
/* pramogos */.block-bg-pramogos {background:#ec3359 !important;}.block-text-pramogos {color:#ec3359 !important;}
/* bustas */.block-bg-bustas {background:#1578c1 !important;}.block-text-bustas {color:#1578c1 !important;}
/* gyvenimo-budas */.block-bg-gyvenimo-budas {background:#a0006a !important;}.block-text-gyvenimo-budas {color:#a0006a !important;}
/* sroves */.block-bg-sroves {background:#f1c40f !important;}.block-text-sroves {color:#f1c40f !important;}
/* augintinis */.block-bg-augintinis {background:#ca1122 !important;}.block-text-augintinis {color:#ca1122 !important;}
/* susije */ .block-bg-susije {background:#017fb3 !important;}.block-text-susije {color:#017fb3 !important;}
/* sochi2014 */ .block-bg-sochi {background:#14567e !important;}.block-text-sochi {color:#14567e !important;}
/* itirmokslas */ .block-bg-itirmokslas {background:#1578c1 !important;}.block-text-itirmokslas {color:#1578c1 !important;}
/* auto */ .block-bg-auto {background:#A3222A !important;}.block-text-auto {color:#A3222A !important;}
/* kultura */ .block-bg-kultura {background:#A3222A !important;}.block-text-kultura {color:#A3222A !important;}
/* tv */.block-bg-tv {background:#444 !important;}.block-text-tv {color:#444 !important;}
/* vasara */.block-bg-vasara {background: #bd231b !important;}.block-text-vasara {color: #bd231b !important;}

.block-bg-tv + .news-page-pic { height: auto;}
@media only screen and (min-width: 768px) {
	.block-bg-tv + .news-page-pic video { min-height: 400px;}
}


/* Block */
.block-separator {cursor:pointer;float:left;height:40px;width:100%;color:#fff;-webkit-border-radius: 2px;border-radius: 2px;}
.block-separator a {color:#fff;}
.block-separator h1 {font-size:0.9em;font-weight:bold;margin:11px;}
.block-separator-arrow {float:right;position:relative;width:40px;height:40px;margin-top:-38px;background:url('../gfx/icons/expand.png') no-repeat center center;}
.block-separator-arrow-closed {background-image:url('../gfx/icons/expand-back.png')}
/* SubBlock */
.subblock-separator {display:block;float:left;height:28px;width:100%;padding-top:2px;background:#fff;border-bottom:solid #ccc 1px; ;-webkit-border-radius: 2px;border-radius: 2px;color:#000;}
/* Block Placement */
.block-placement {display:inline-block;width: 100%;margin-bottom:10px;}

::-webkit-scrollbar {
    display: none;
}

#main_body {
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
#main_body.top-bar-hidden {
	position: relative;
	top: -64px;
	/*-webkit-transform: translateY(-64px);
	-moz-transform: translateY(-64px);
	transform: translateY(-64px);*/
}

/* Top bar */
#top-bar {
	position:absolute;
	top:0;
	left:0;
	height:64px;
	width:100%;
	min-width:240px;
	background: #fff;
	z-index:100;
	overflow:hidden;
	white-space:nowrap;
}

#top-bar h1 {
	font-size:1.4em;
	font-weight:normal;
	float:left;
	margin-top:16px;
	color:#999;
	text-decoration:none;
}
#top-bar h1 a {
	color:#999;
	text-decoration:none;
}
#top-menu_button {
	float:left;
	top:0;
	left:0;
	height:60px;
	width:50px;
	background: url('../gfx/icons/menu.svg') no-repeat center center;
	;
}
#top-logo {
	float:left;
	top:0;
	left:0;
	height:60px;
	width:132px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url('../gfx/icons/lrytas-logo-2.svg');
}
#top-separator {
	float:left;
	top:0;
	left:0;
	height:60px;
	width:18px;
	background: url('../gfx/icons/separator.svg') no-repeat center center;
}
#top-block_name {
	float:left;
	top:0;
	left:0;
	height:60px;
	width:auto;
	max-width: 90px;
	z-index:100;
}
#top-block_line {
	position:absolute;
	bottom:0;
	left:0;
	height:4px;
	width:100%;
	z-index:101;
}

/* Swipe */
.swipe {
	overflow: hidden;visibility: hidden;position: relative;float:left;
  /*the infamous hardware accelleration fix for mobile devices*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
}
.swipe-wrap {overflow: hidden;position: relative;}
.swipe-wrap > div {float:left;width:100%;position: relative;}
.swipenavr {float:right;width:30px;height:15px;background:url('../gfx/icons/navr.svg') no-repeat center center;}
.swipenavl {float:right;width:30px;height:15px;background:url('../gfx/icons/navl.svg') no-repeat center center;}

/* Fotodiena */
.fotodiena-box {float:left;margin-bottom:10px;width: 100%;height:140px;background:#fff;-webkit-border-radius: 2px;border-radius: 2px;}
.fotodiena-box h1 {float:left;font-size:0.9em;font-weight:bold;margin-top:10px;}
.fotodiena-placeholder {float:left;width:100%;height:100px;}
.fotodiena-foto {float:left;width:31.3%;margin:0 1%;height:90px;background-position:center center;background-repeat:no-repeat;background-position:center center;-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;background-color:#313131;}
.fotodiena-icon {float:left;margin:10px;}
.fotodiena-pagination {float:right;width:50%;height:10px;margin-top:11px;}
.fotodienax3 {display:none !important;}
.fotodienax5 {display:none !important;}

/* scroller */
.fotodienascroller .swipe-wrap {height:100%;width:100%;}
.scroller-pic {position:fixed;bottom:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size: contain;-moz-background-size: contain;-webkit-background-size: contain;-o-background-size: contain;background-color:#313131;}
.scroller-title {display:table;position:absolute;bottom:0;left:0;width:100%;height:auto;padding-top:10%;color:#fff;background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
.scroller-title h1 {display:table-cell;font-size:0.8em;font-weight:bold;padding: 7px;vertical-align:bottom;}
.swipenavx {float:right;width:30px;height:15px;background:url('../gfx2/icons/navx.svg') no-repeat center center;}
.scroller-pagination {float:right;width:50%;height:10px;margin-top:11px;margin-right:5px;}
.fotodienascroller_bg {background-color:#000;}

/* komentarai */
.komentarai-box {float:left;margin-bottom:10px;width: 100%;height:150px;background:#fff;-webkit-border-radius: 2px;border-radius: 2px;}
.komentarai-box h1 {float:left;font-size:0.9em;font-weight:bold;margin-top:10px;}
.komentarai-placeholder {float:left;width:100%;height:100px;}
.komentarai-foto {display:block;float:left;width:25%;height:90px;background-position:center center;background-repeat:no-repeat;background-position:center center;}
.komentarai-komentaras {display:block;position:relative;float:left;width:60%;margin-top:-10px;height:90px;color:#000;}
.komentarai-komentaras img { margin: 0 5px;width: 18px;}
.komentarai-komentaras h1 {font-family:Georgia, serif;font-size:1em;width:100%;}
.komentarai-komentaras h1 a {color:#000;}
.komentarai-author {float:left;font-size:0.9em;background:#03508a;margin-top:5px;color:#fff;padding:1px 3px;}
.komentarai-icon {float:left;margin:10px;}
.komentarai-pagination {float:right;width:50%;height:10px;margin-top:11px;}
.komentaraix1 {display:none !important;}
.komentaraix2 {display:none !important;}

/* pagination */
.news-page-pagination {float:left;height:30px;	width:100%;margin:20px 0;	text-align:center;	font-size:0.9em;color:#0099d8;font-weight:bold;}
.news-page-pagination ul {display: inline-block;margin-left: 0;margin-bottom: 0;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}
.news-page-pagination ul > li {display: inline;}
.news-page-pagination ul > li > a,.news-page-pagination ul > li > span {float: left;padding: 4px 12px;line-height: 20px;text-decoration: none;background-color: #ffffff;border: 1px solid #dddddd;border-left-width: 0;color:#0099d8;}
.news-page-pagination ul > li > a:hover,.news-page-pagination ul > li > a:focus,.news-page-pagination ul > .active > a,.news-page-pagination ul > .active > span {	background-color: #f5f5f5;}
.news-page-pagination ul > .active > a,.news-page-pagination ul > .active > span {color: #999999;cursor: default;}
.news-page-pagination ul > .disabled > span,	.news-page-pagination ul > .disabled > a,.news-page-pagination ul > .disabled > a:hover,	.news-page-pagination ul > .disabled > a:focus {color: #999999;background-color: transparent;cursor: default;}
.news-page-pagination ul > li:first-child > a,	.news-page-pagination ul > li:first-child > span {border-left-width: 1px;-webkit-border-top-left-radius: 4px;-moz-border-radius-topleft: 4px;border-top-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomleft: 4px;border-bottom-left-radius: 4px;}
.news-page-pagination ul > li:last-child > a,	.news-page-pagination ul > li:last-child > span {-webkit-border-top-right-radius: 4px;-moz-border-radius-topright: 4px;border-top-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright: 4px;border-bottom-right-radius: 4px;	}

/* News page */
.news-page {float:left;width: 100%;height:auto;background:#fff;margin-bottom:10px;padding-bottom:10px;-webkit-border-radius: 2px;border-radius: 2px;;}
.news-page-pic {display:block;float:left;width:100%;height:210px;background-position:center center;background-repeat:no-repeat;background-position:center center;-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;background-color:#313131;}
.news-page-textsize {float:left;width:100%;margin-top: 5px;height: 50px;	border-top:dashed 1px #ccc;	border-bottom:dashed 1px #ccc;}
.news-page-textsize-title {float:left;height:14px;width:auto;margin-top:18px;}
.news-page-textsize-title p {font-size:0.9em;color:#ccc;}
.news-page-textsize-buttons {float:left;height:auto;width:60%;margin-top:13px;}
.news-page-textsize-buttons img {float:left;}
.news-page-content, .news-page-headline {float:left;width:100%;margin-top: 5px; height: auto;}
.news-page-content {margin-bottom:20px;}
.news-page-headline {border-bottom: dashed 1px #ccc;padding-bottom: 10px;margin-bottom:10px;}
.news-page-content h1, .news-page-headline h1 {font-size:1.4em;color:#000;}
.news-page-content-comments {display:inline-block;width:100px;height:1.4em;}
.news-page-content-comments a {display:inline-block;font-size:0.5em;font-weight:bold;color:#ccc; padding-top:-5px;text-decoration:none;}
.news-page-content h2, .news-page-headline h2 {font-size:0.9em;color:#000;}
.news-page-headline h2.tags { color: #808080; }
.news-page-headline h2.tags span { color: black; }
.news-page-headline h2.tags a { color: #808080; font-weight: normal; }
.news-page-content h3, .news-page-headline h3 {font-size:0.9em;color:#666;}
.news-page-content p, .news-page-headline p {font-size:1em;text-indent:20px;text-align:justify;color:#000;margin-bottom:20px;	line-height:140%;}
.news-page-content a {color: #017fb3;text-decoration: underline !important;}
.news-page-social {
	float: left;
	position: relative;
	min-width: 50%;
	margin-top: 18px;
	min-height: 40px;
}
.news-page-social-box.addthis > div > * {
	margin: 6px 0;
}
/* social */ .news-page-social-box {float: left; display: inline-block;}
.textsize-bigger {font-size:1.2em !important;}
.textsize-smaller {font-size:0.9em !important;}

/* Tags */
.news-page-tags { padding: 1%; width: 98%; list-style: none; overflow: hidden; }
.news-page-tags li { margin-right: 4px; margin-bottom: 4px; padding: 8px; float: left; border: 1px solid #dddddd; border-radius: 3px; background: #f5f5f5; }
.news-page-tags a { color: #999; font-weight: bold; font-size: 14px; }

/* Comment form */
.news-page-comments {float:left;width:100%;margin-top: 10px;padding:10px 0;height: auto;background:#e5f2f7;}
.news-page-comments a {float:left;font-size:0.9em;color:#017fb3;font-weight:bold;text-decoration:underline;}
.news-page-comments-form-name, .news-page-comments-form-email, .news-page-comments-form-message {font-family:tahoma,sans-serif;float:left;width:100%;margin-top:10px;padding-top:5px;padding-bottom:5px;-webkit-box-shadow: inset 0px 0px 0px 2px rgba(204, 204, 204, 1);box-shadow: inset 0px 0px 0px 2px rgba(204, 204, 204, 1);border-radius: 4px;-moz-border-radius:4px;font-size:0.9em;color:#0099d8;font-weight:bold;}
.news-page-comments-form-end {float:left;width:75%;margin: 10px 12.5%;}
.news-page-comments-form-submit,.news-page-comments-form-read {display:block;float:left;width:44%; margin:0 2.5%;border-radius:4px;-moz-border-radius:4px;background:#017fb3;color:#fff;text-align:center;font-family:tahoma,sans-serif;font-size:0.9em;font-weight:bold;}
.news-page-comments-form-read {background:#d7dde0;text-decoration:none !important;}
.news-page-comments-form-read p {color:#fff;}
.news-page-comments-form-submit p,.news-page-comments-form-read p {padding:15px 0;}

/* Comments page */
.comments-page-comment {float:left;width:100%;padding-top:10px;padding-bottom:10px;-webkit-column-break-inside: avoid;-moz-column-break-inside: avoid;-ms-column-break-inside: avoid;column-break-inside: avoid;font-size:1.1em;}
.com000 {background:#f1f1f1;}
.comfff {background:#fff;}
.comments-page-comment-nr {padding:2px 4px;border-radius:4px;background:#a9a9a9;color:#fff;font-size:1em;font-weight:bold;}
.comments-page-comment-name {color:#2e3135;font-size:1em;font-weight:bold;margin-left:3px;}
.comments-page-comment-date {color:#a4a5a5;font-size:1em;margin-left:3px;}
.comments-page-comment p {color:#000;font-size:0.9em;margin-top:5px;}
.comments-page-comments {float:left;width:100%;height:auto;-webkit-columns:1;margin-bottom:10px;}
.comments-page-content {display:block;float:left;width:100%;margin-top: 10px; height: auto;}
.comments-page-content h1 {color:#000;}

/* Video page */
.video-page-similar-box {float:left;width:100%;margin-bottom:20px;-webkit-column-break-inside: avoid;-moz-column-break-inside: avoid;-ms-column-break-inside: avoid;column-break-inside: avoid;}
.video-page-similar-single {/*float:left*/;display:block;height:100px;}
.video-page-similar-title {float:left;width:100%;margin:0;border-bottom:#017fb3 3px solid;}
.video-page-similar-title h3 {float:left;margin:0 !important;padding:2px 8px;color:#fff;background:#017fb3;}
.video-page-similar-pic {float:left;width:35%;height:94px;margin-top:8px;background-repeat:no-repeat;background-position:center center;background-position:center center;-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;background-color:#313131;}
.video-page-similar-headline {float:left;width:65%;overflow:hidden; position:relative;height:80px;}
.video-page-similar-headline h4 {float:left;font-size:1em;margin:0;padding-top:8px;color:#000;}

/* Top post + Mid post */
.post-top, .post-mid {;float:left;width: 100%;height:auto;background:#fff;z-index:90;margin-bottom:10px;-webkit-border-radius: 2px;border-radius: 2px;}
.post-top-breadcrumb,.post-mid-breadcrumb {float:left;width:100%;height: 25px;}
.post-top-breadcrumb-icon,.post-mid-breadcrumb-icon {background:#bd231b;float:left;width:12px;height:10px;margin:9px;}
.post-top-breadcrumb-text-inside,.post-mid-breadcrumb-text-inside {color:#000;float:left;width:auto;height: 25px;}
.post-top-breadcrumb-separator,.post-mid-breadcrumb-separator {float:left;width:auto;height: 25px;margin:0 13px;}
.post-top-breadcrumb-text p,.post-mid-breadcrumb-text p {font-size:0.9em;font-weight:bold;margin-top:5px;}
.post-top-breadcrumb-text-inside {max-width: 86%;white-space:nowrap;}
.post-top-breadcrumb-text-inside > p {overflow:hidden;text-overflow:ellipsis;}
.post-top-breadcrumb-separator p,.post-mid-breadcrumb-separator p {color:#bd231b;font-size:1em;font-weight:bold;margin-top:5px;}
.post-top-breadcrumb-block_line,.post-mid-breadcrumb-block_line {background:#bd231b;float:left;width:100%;height:3px;}
.post-top-pic,.post-mid-pic {float:left;width:100%;height:210px;background-repeat: no-repeat;background-position:center center;background-position:center center;-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;background-color:#313131;}
.post-top-title,.post-mid-title {display:block;color:#000;float:left;width:100%;height:65px; overflow:hidden;position:relative}
.post-top-title h1,.post-mid-title h1 {font-size:1em;font-weight:bold;margin: 7px;}
.post-top-footer,.post-mid-footer {float:left;width:100%;height:24px;border-top:solid #f2f2f2 1px;font-size:1.1em;}
.post-top-footer p,.post-mid-footer p {font-size:0.7em;margin-top:5px;color:#66664a;}
.post-top-time,.post-mid-time {float:left;width:60%;height:100%;}
.post-top-gallery, .post-top-comments, .post-top-video,.post-mid-gallery, .post-mid-comments, .post-mid-video {float:right;width:auto;height:100%;text-align:right;white-space:nowrap;margin-right:3%;}
.post-top-gallery p, .post-top-comments p.post-top-video p,.post-mid-gallery p, .post-mid-comments p, .post-mid-video p {margin-left:20px;}
.post-top-footer img,.post-mid-footer img {float:left;margin:5px;}

/* atsiusk */
.up-page-comments {float:left;width:100%;margin-top: 10px;padding:10px 0;height: auto;background:#e5f2f7;}
.up-page-comments p {float:left;font-size:0.9em;color:#5f6265;font-weight:bold;text-decoration:none;margin-top:20px;margin-left:3%;width:100%;}
.up-page-comments-form-name, .up-page-comments-form-email, .up-page-comments-form-message, .up-page-comments-form-select {font-family:tahoma,sans-serif;float:left;width:90%;margin-left:3%;margin-top:10px;padding:5px 2% ;-webkit-box-shadow: inset 0px 0px 0px 2px rgba(204, 204, 204, 1);box-shadow: inset 0px 0px 0px 2px rgba(204, 204, 204, 1);border-radius: 4px;-moz-border-radius:4px;font-size:0.9em;color:#333;font-weight:bold;}
.up-page-comments-form-select {width:80%;margin-right:20%;}
.up-page-comments-form-end {float:left;width:75%;margin: 10px 12.5%;}
.up-page-comments-form-submit {-webkit-appearance: none;-moz-appearance: none;float:left;width:50%; margin-left:25%;border-radius:4px;-moz-border-radius:4px;background:#017fb3;color:#fff;text-align:center;font-family:tahoma,sans-serif;font-size:0.9em;font-weight:bold;padding:15px 0;}



/* Orai */
.orai-dropdown {float:left;width:100%; height:auto;margin-top:10px;}
.orai-dropdown-miestas, .orai-dropdown-salis {float:left; width:120px;padding-left:10px;height:35px; margin-left:5%;background:#f5f5f5;text-align:left;font-weight:bold; color:#717171;border:solid 1px #717171;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.25);box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.25);}
.orai-place {float:left;width:42.5%;margin-left:5%;margin-top:10px;color:#454545;}
.orai-place-miestas {font-size:0.6em;}
.orai-place-diena, .orai-place-laikas {font-size:0.5em;font-weight:normal;}
.orai-temp {float:left;width:42.5%;margin-left:5%;margin-top:10px;color:#19759b;}
.orai-temp-status {float:left;width:100%;font-size:0.6em;}
.orai-temp-icon {float:left;width:49%;height:70px;background-position:center center;background-repeat:no-repeat;}
.orai-temp-temp {float:left;max-width:49%;font-size:1em;margin-top:20px;}
.orai-info {float:left;width:90%; margin-left:5%; height:auto;margin-top:10px;}
.orai-info-1,.orai-info-2 {float:left;width:50%;color:#454545;font-size:0.9em;line-height:1.4em;}
.orai-info-2 {font-weight:bold;}
.orai-graph-title {width:90%;float:left;margin-bottom:5px;margin-top:10px;margin-left:5%;color:#a0a0a0;font-weight:bold;font-size:0.9em;}
.orai-graph {float:left;height:155px;width:100%;margin-bottom:20px;overflow-x:scroll;overflow-y:hidden; background:#e5f2f7;-webkit-box-shadow: inset 0px -5px 0px 0px rgba(25, 117, 155, 0.15); box-shadow: inset 0px -5px 0px 0px rgba(25, 117, 155, 0.5);}
.orai-graph-scroller {float:left;height:150px;width:1280px;}
.orai-graph-day, .orai-graph-today {float:left;height:135px;width:70px;margin-top:10px; margin-left:10px;text-align:center;}
.orai-graph-today, .orai-graph-day:hover {background:#fff;}
.orai-graph-day-temp {float:left;width:100%; height:95px;color:#19759b;font-size:1.1em;margin-top:10px;font-weight:bold;}
.orai-graph-day-h {margin-top:-5px;float:left;width:100%; height:20px;color:#000;font-size:0.9em;font-weight:bold;}
.orai-graph-day-h span {font-size:0.9em;font-weight:normal;}
.orai-list {float:left;text-align:center;color:#454545;width:100%;height:auto;}
.orai-list-title {float:left;margin-bottom:5px;margin-left:5%;width:95%;color:#a0a0a0;font-weight:bold;font-size:0.9em;}
.orai-list-day, .orai-list-today {float:left; height:140px;width:22.5%; margin-left:2%;margin-bottom:10px;background-color:#e5f2f7;background-position:center center; background-repeat:no-repeat;}
.orai-list-today, .orai-list-day:hover {background-color:#fff;-webkit-box-shadow: inset  0px 0px 0px 3px #e5f2f7; box-shadow: inset  0px 0px 0px 3px #e5f2f7;}
.orai-list-day-day {margin-top:5px;height:106px;font-weight:bold;font-size:0.9em;}
.orai-list-day-am, .orai-list-day-pm {float:left; width:50%; height:20px;padding-top:8px;font-weight:bold;font-size:0.7em;}
.orai-list-day-pm {background:#454545;color:#fff;}
.orai-graph-graph {clear:both;float:left;width:1280px;height:150px;margin-top:-145px;left:0;opacity:0.5;pointer-events: none;}


/* A post */
.post {;float:left;width: 100%;height:110px;background:#fff;z-index:90;margin-bottom:10px;-webkit-border-radius: 2px;border-radius: 2px;}
.post-breadcrumb {position:relative;top:0;left:36%;width:61%;height: 25px;}
.post-breadcrumb-icon {float:left;width:12px;height:10px;margin-top:9px;background:#bd231b;}
.post-breadcrumb-text-inside {display:block;float:left;	width:auto;	height: 25px;max-width: 91%;white-space: nowrap;}
.post-breadcrumb-text-inside > p > a, .post-top-breadcrumb-text-inside > p > a {color:#333;}
.post-breadcrumb-separator {float:left;width:auto;height: 25px;background:#bd231b;}
.post-breadcrumb-text p {font-size:0.9em;font-weight:bold;	margin-top:5px;color:#333;}
.post-breadcrumb-separator p {font-size:1em;font-weight:bold;margin-top:3px;}
.post-breadcrumb-block_line {position:relative;top:-25px;width:100%;	height:3px;background:#bd231b;}
.post-pic {display:block;position:relative;top:-25px;width:30%;margin-top:7px;height:93px;background-repeat: no-repeat;background-position:center center;-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;background-color:#313131;}
.post-title {display:block;position:relative;top:-110px;left:36%;width:61%;margin-top:7px;height:52px;overflow:hidden;}
.post-breadcrumb-text-inside span {color:#bd231b;}
.post-grad {
position:absolute;width:100%;height:30%;top:75%;left:0;/* IE9 png, needs conditional override of 'filter' to 'none' */
background: url(data:image/png+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.post-title h1 {font-size:1em;font-weight:bold;overflow:hidden;color:#000}
.post-footer {position:relative;top:-102px;left:36%;width:61%;	height:24px;font-size:1.1em;white-space:nowrap;overflow:hidden;}
.post-footer p {font-size:0.7em;margin-top:5px;color:#66664a;}
.post-time {float:left;width:42%;height:100%;	}
.post-gallery, .post-comments, .post-video {display:block;float:right;width:auto;margin-right: 10px;height:100%;text-align:right;white-space: nowrap;}
.post-gallery p, .post-comments p, .post-video p {margin-left:20px;}
.post-footer img {float:left;margin:5px;}
.tv-play {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../gfx/icons/playtv.svg') no-repeat center center;
	background-size: 48px;
}
.photo-play {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../gfx/icons/photo.svg') no-repeat center center;
	background-size: 48px;
}

#fotoalbumai .post-top-pic .photo-play, #tvblock-block .post-top-pic .tv-play {
	background-size: 66px;
}

#fotoalbumai {
	margin-bottom: 0;
}

/* Sidebar */
.sb-a, .sb-b, .sb-separator {display:block;float:left;width:100%;min-width:250px;-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15),inset 0px -1px 0px 0px rgba(0,0,0, 0.15);box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15),inset 0px -1px 0px 0px rgba(0,0,0, 0.15);text-decoration:none;}
.sb-a, .sb-separator {background:#404040;}
.sb-a:hover {background:#383838;}
.sb-b:hover {background:#292929;}
.sb-b {background:#2d2d2d;}
.sb-a p, .sb-b p {font-size:1em; font-weight:bold; color:#fff;margin-top:12px;margin-bottom:11px;}
.sb-a p a, .sb-b p a {text-decoration:none;}
.sb-separator p {font-size:0.9em; font-weight:normal; text-transform:uppercase;color:#999;margin-top:24px;margin-bottom:12px;margin-left:10px;}
.sb-a p {margin-left:20px;}
.sb-b p {margin-left:30px;}
.sb-a img {float:right;display:inline-block;margin-top:-32px;margin-right:10px;}
.sb-block-marker {float:left;width:5px;height:42px;background:#ff0;display:inline-block;-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15),inset 0px -1px 0px 0px rgba(0,0,0, 0.15);box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15),inset 0px -1px 0px 0px rgba(0,0,0, 0.15);}
.sb-edge-top {position:relative;top:-41px;left:0;height:1px;width:100%;background:#fff;opacity:0.15;}
.sb-edge-bot {position:relative;left:0;height:1px;width:100%;background:#000;opacity:0.15;}
.sb-tavo {float:left;width:100%;height:100px;background:#540d13;-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15),inset 0px -1px 0px 0px rgba(0,0,0, 0.15);box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15),inset 0px -1px 0px 0px rgba(0,0,0, 0.15);}
.sb-separator .sb-edge-top {top:-51px;}
.sb-tavo img {margin-top:0;;}
.sb-tavo-button {float:left;width:80%; margin-top:10ox;margin-left:10%; text-align:center; background:#c41121;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15),inset 0px -1px 0px 0px rgba(0,0,0, 0.15);box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15),inset 0px -1px 0px 0px rgba(0,0,0, 0.15);margin-top: 10px;}
.sb-tavo-button:hover {background:#de1425;}
.sb-tavo-button p {font-weight:bold;margin-top:5px;margin-bottom:5px;color:#fff;}
.sb-block-placement {width: 100%;margin-bottom:-5px;}
.sb-search-bar {position:fixed;top:0;left:0;height:64px;width:250px;background: #fff;z-index:100;}
.sb-search-keyphrase {font-family:tahoma,sans-serif;background:#eee;color:#777;float:left;width:160px;margin-top:15px;margin-left:10px;padding:10px;-webkit-box-shadow: inset 0px 0px 0px 1px rgba(204, 204, 204, 1);box-shadow: inset 0px 0px 0px 1px rgba(204, 204, 204, 1);border-radius: 4px;-moz-border-radius:4px;font-size:0.9em;}
.sb-search-submit {background-color:#eee;background-image:url('../gfx/icons/search.svg');background-position:center center; background-repeat:no-repeat;float:left;width:40px;height:36px;margin-top:15px;margin-left:10px;-webkit-box-shadow: inset 0px 0px 0px 1px rgba(204, 204, 204, 1);box-shadow: inset 0px 0px 0px 1px rgba(204, 204, 204, 1);border-radius: 4px;-moz-border-radius:4px;}
#sideholder {position:fixed;width:250px;height:100%;left:0;top:0;z-index:101;overflow-y:scroll;overflow-x: hidden;background:#404040;-webkit-overflow-scrolling: touch;}
#sideholder-scroll {position:fixed;width:250px;height:100%;left:0;top:0;z-index:99;overflow-y:scroll;overflow-x: hidden;background:#404040;-webkit-overflow-scrolling: touch;}
.sb-active {margin-left:250px;background: url('../gfx/icons/close.svg') no-repeat center center !important;overflow:hidden !important;}
#lb {position:fixed;left:0;width:100%;top:0;height:120%;background-color:#000;opacity:0.75;z-index:99;overflow: hidden;}
.fixedwrapper {top:0 !important;left:0 !important;position:fixed !important;}

/* Block */
.block-more {float:left;width:74%; margin-left:13%; margin-bottom:10px; border-radius:4px;-moz-border-radius:4px;background:#017fb3;color:#fff;text-align:center;font-family:tahoma,sans-serif;font-size:0.9em;font-weight:bold;}
.block-more p {padding:15px 0;}

/* fotodiena - page */
.fotodiena-page {float:left;width:100%;height:auto;;margin-bottom:10px;-webkit-border-radius: 2px;border-radius: 2px;}
.fotodiena-page-pic {float:left;width:24%; margin:2px 0.5%;height:140px; background:#fff;}
.fotodiena-page-pic-img {float:left;width:92%; margin:2px 4%;height:136px;background-position:center center;background-repeat:no-repeat;background-position:center center;-webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;background-color:#fff;}

/* contact us */
.contactus-box {float:left;width:100%;margin-top:10px;margin-bottom:10px;background:#e5f2f7;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.contactus-bubble {position:relative;width:20px;height:20px;top:-10px;left:20px;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);background:#e5f2f7;}
.contactus-title {float:left; width:65%;margin-top:-5px;}
.contactus-title p {margin-left:5%;font-size:0.9em; font-weight:bold; color:#017fb3;}
.contactus-icon {float:right; margin-top:-20px;width:35%;height:64px;background: url('../gfx/icons/contactus.svg') no-repeat center center;}

.contactus-in {display:block;float:left;width:90%; height:75px;margin:0 5% 10px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background:#cee8f2;}
.contactus-icon-phone {float:left;background:url('../gfx/icons/call.svg') center center no-repeat; width:20%; height:75px;}
.contactus-icon-email {float:left;background:url('../gfx/icons/email.svg') center center no-repeat; width:20%; height:75px;}
.contactus-icon-korektura {float:left;background:url('../gfx/icons/korektura.svg') center center no-repeat; width:20%; height:75px;}
.contactus-in-title {float:left; width:80%; height:auto; text-align:center;}
.contactus-in p {font-size:0.9em;color:#017fb3;margin-top:0px;font-weight:bold;}
.contactus-in p span {display: inline-block;margin-top:20px !important;font-weight:normal;}

/* TV */
#tv-programa-dienai {float:left;}
#tv-programa-dabar {margin-top:10px;}
.tv-programa-dienai-box {width:96%;margin-left:3%;}
.tv-programa-dienai-box select {width:98%;float:left; padding-left:2%; margin-bottom:5px;height:35px;background:#f5f5f5;text-align:left;font-weight:bold; color:#717171;border:solid 1px #717171;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.25);box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.25);}
.tv-programa-dabar-kanalas {float:left;width:20%;height:50px;background-position:center center; background-repeat:no-repeat;background-size:35px auto;}
.tv-programa-dabar-tinklelis {float:right;width:80%;height:auto;overflow-x:scroll;overflow-y:hidden;margin-bottom:10px;}
.tv-programa-dabar-box {width:97%;margin-left:3%;}
.tvt {float:left;height:50px;-webkit-border-radius: 2px;border-radius: 2px;-webkit-box-shadow: inset 0px 0px 0px 2px #fff;box-shadow: inset 0px 0px 0px 2px #fff;background-color:#f2f2f2; font-size:0.85em;line-height:3.7em;}
.tvt p {margin-left:10px;}
.tvt-zinios {-webkit-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px -5px 0px 0px #880000;box-shadow: inset 0px 0px 0px 2px #fff, inset 0px -5px 0px 0px #880000;}
.tvt-filmas {-webkit-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px -5px 0px 0px #000088;box-shadow: inset 0px 0px 0px 2px #fff, inset 0px -5px 0px 0px #000088;}
.tvt-dokumentika {-webkit-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px -5px 0px 0px #080;box-shadow: inset 0px 0px 0px 2px #fff, inset 0px -5px 0px 0px #080;}
.tv-text-zinios {color:#880000;}
.tv-text-filmas {color:#000088;}
.tv-text-dokumentika {color:#080;}
.tv-programa-dabar-tinklelis-scroller {float:left;height:auto;width:1000px;}
.more-tv {float:left;width:96%; margin-left:2%; margin-bottom:10px; margin-top:10px; border-radius:4px;-moz-border-radius:4px;background:#017fb3;color:#fff;text-align:center;font-family:tahoma,sans-serif;font-size:0.9em;font-weight:bold;}
.more-tv p {padding:15px 0;}
table {font-family:tahoma,sans-serif;width:96%;margin-left:2%;text-align:left;font-weight:normal;border-spacing:0;font-size:0.9em;}
th {font-weight:normal;padding:7px 10px;text-align:left;}
/*tr:nth-child(even) {background-color: #efefef;}*/


/* Ad placement
#ad-placement-300x250,#ad-placement-728x90 {float:left;width:100%;height:auto;margin:0 0 10px 0; padding:10px 0; background:#fff;-webkit-border-radius: 2px;border-radius: 2px;}
#ad-placement-300x250 {display:none;}
#ad-placement-728x90 {display:none;}

#ad-placement-post {float:left;width:100%;height:auto;}
#ad-placement-post img {position:relative; width:98%; margin: 10px 1% 0; height:auto;}
#div-gpt-ad-1369898963061-0 {position:relative;left:50%;margin-left:-150px;height: auto !important;}
#div-gpt-ad-1369911425487-0 {position:relative;left:50%;margin-left:-375px;height: auto !important;}
.ad-placement-300 {position:relative;left:50%;margin-left:-150px;}
.ad-placement-720 {position:relative;left:50%;margin-left:-364px;}
*/


#ad-placement-300x250 {float:left;width:100%;height:auto;margin:0 0 10px 0; padding:10px 0; background:#fff;-webkit-border-radius: 2px;border-radius: 2px;text-align: center;}
#ad-placement-300x250 > div {width:auto !important;height:auto !important;display: inline-block;}

#ad-placement-post {float:left;width:100%;height:auto;}
#ad-placement-post img {position:relative; width:98%; margin: 10px 1% 0; height:auto;}


#mySwipe3 {background: #000;}

.tb {
	border-top: dashed 1px #ccc;
	width: 99% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top:10px !important;
	border-left:none !important;
	border-right:none !important;
}

.bb {
	border-bottom: dashed 1px #ccc;
	width: 99% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-left:none !important;
	border-right:none !important;
}




.progress {
height: 23px;
width: 98%;
margin-left: 1%;
margin-bottom: 20px;
overflow: hidden;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.fileinput-button {
position: relative;
overflow: hidden;
}

input[type="file"] {
height: 30px;
line-height: 30px;
width:auto;
vertical-align: middle;
-webkit-align-items: baseline;
color: inherit;
text-align: start;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
}

.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4);
font-size: 23px;
direction: ltr;
;
width: 100%;
height: 100%;
}
.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
vertical-align: middle;
;
background-color: #017fb3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn-success {
width:98%;
margin-left: 1%;
color: #fff;
background-color: #017fb3;
font-family: tahoma,sans-serif;
margin-top: 20px;
padding: 10px 0;
;
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
background-color: #62c462;
background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-success .bar, .progress .bar-success {
background-color: #5eb95e;
background-image: -moz-linear-gradient(top,#62c462,#57a957);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
background-image: -webkit-linear-gradient(top,#62c462,#57a957);
background-image: -o-linear-gradient(top,#62c462,#57a957);
background-image: linear-gradient(to bottom,#62c462,#57a957);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0);
}
.progress-striped .bar {
background-color: #149bdf;
background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress .bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: #fff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #0e90d2;
background-image: -moz-linear-gradient(top,#149bdf,#0480be);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
background-image: -o-linear-gradient(top,#149bdf,#0480be);
background-image: linear-gradient(to bottom,#149bdf,#0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: width .6s ease;
-moz-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
#files tr:nth-child(even), #files tr {
background:none;
}
#files .up-page-comments-form-name {
width: 100%;
margin-left: -1%;
padding: 5px 1%;
}


/* orai@header */
#top-block_oras {float:right;margin-right:10px;}
.top-block_oras_icon {float:left;width:64px;height:64px;background-position:center center; background-repeat:no-repeat;background-size:60% 60%;}
#top-block_oras h1 span {font-weight:bold;color:#19759b;}

/* footer */
.footer {float:left;width: 100%;height:auto;background:#fff;z-index:90;padding:5px 0;text-align:center;-webkit-border-radius: 2px;border-radius: 2px;}
.footer p {font-size:0.9em; font-weight:bold;color: #66664a;}
.footer a {color:#017fb3;}


.top11 {margin-top: 10px;}
.top11 .post-top-breadcrumb, .top11 .post-mid-breadcrumb {display:none;}
.top11-skip .post-breadcrumb {display:none;}
.top11 .post-top-breadcrumb-block_line {-webkit-border-radius: 2px 2px 0 0;border-radius: 2px 2px 0 0;}
.top11-skip .post-breadcrumb-block_line {-webkit-border-radius: 2px 2px 0 0;border-radius: 2px 2px 0 0;}

#top-block_name {display:none;}
#top-separator {display:none;}


		@media only screen and (max-width: 319px) {
			#top-logo {width:48px;background-image: url('../gfx/icons/lrytas-logo-1.svg');}
			#top-bar h1 {font-size:1.1em;padding:3px 0 0 0;}

			.block-separator {width:94%;margin-left:3%;}
			.subblock-separator {width:94%;margin-left:3%;}

			.swipenav {margin-right:0;}


			.fotodiena-box {margin-left:3%;width: 94%;}
			.fotodiena-placeholder {float:left;width:106%;margin-left:-3%;height:100px;}
			.fotodiena-foto {width:31.3%;margin:0 1%;height:90px;}
			.fotodiena-pagination {margin-right:3%;}
			.fotodienax3 {display:inline !important;}

			.komentarai-box {margin-left:3%;width: 94%;}
			.komentarai-foto {width:25%;margin-left:3%;height:90px;}
			.komentarai-komentaras {width:60%;margin-left: 3%;height:90px;}
			.komentarai-komentaras img {width: 16px;height:auto;}
			.komentarai-komentaras h1 {font-size:0.9em;}
			.komentarai-pagination {margin-right:3%;}
			.komentaraix1 {display:inline !important;}

			.news-page {width: 94%;margin-left: 3%;}
			.news-page-pic {width:100%;height:210px;}
			.news-page-textsize {width:100%;}
			.news-page-textsize-title {margin-left:3%;}
			.news-page-textsize-buttons img {margin-left:3%;}
			.news-page-content h1, .news-page-headline h1 {font-size:1.2em;margin:0 3%;}
			.news-page-content-comments a {margin-left:3%;}
			.news-page-content h2, .news-page-headline h2 {margin-left:3%;}
			.news-page-content h3, .news-page-headline h3 {margin-left:3%;}
			.news-page-content p, .news-page-headline p {font-size:0.9em;margin-left:3%;margin-right:3%;}
			.news-page-social {width:99%;margin-left: 0.5%;}
			.news-page-comments {width:94%;margin-left: 3%;}
			.news-page-comments a {margin-left: 3%;}
			.news-page-comments-form-name, .news-page-comments-form-email, .news-page-comments-form-message {width:88%;max-width:88%;min-width:88%;margin-left:3%;padding-left:3%;padding-right:3%;}
			.news-page-comments-form-end {float:left;width:90%;margin: 10px 5%;}
			.news-page-pagination {font-size:0.6em;}
			.comments-page-comment {width:90%;padding-left:5%;padding-right:5%;}
			.comments-page-comments {-webkit-columns:1;}
			.comments-page-content {font-size:0.6em;width:94%;margin-left:3%;}

			.video-page-similar-box {width:94%;margin-left:3%;}
			.video-page-similar-pic {width:35%;height:94px;margin-top:8px;}
			.video-page-similar-headline h4 {padding-left:3%;}
			.video-page-similar-headline {height:102px;}

			.post-top, .post-mid {margin-left: 3%;width: 94%;height:}
			.post-top-breadcrumb-block_line,.post-mid-breadcrumb-block_line {width:100%;}
			.post-top-pic,.post-mid-pic {width:100%;height:210px;}
			.post-top-title h1,.post-mid-title h1 {font-size:0.9em;margin-left: 3%;margin-right: 3%;}
			.post-top-footer,.post-mid-footer {width:94%;margin-left:3%;}
			.post-top-time,.post-mid-time {width:50%;margin-left:0;}

			.top11-skip .post-breadcrumb-block_line {width:100%;margin-left: 0;top:0;}
			.top11-skip .post-title {top:-100px;height:70px;}
			.top11-skip .post-footer {top:-95px;}
			.top11-skip .post-pic {top:0;}

			#mySwipe3 .post-top-title {font-size:1.2em;position:relative;width:100%;height:100px;color:#fff;	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );top:95px;pointer-events: none;}
			#mySwipe3 .post-top-title h1 {position:absolute;bottom:0;font-size:0.7em;font-weight:bold;margin: 7px;pointer-events: none;}
			#mySwipe3 .post-top-title span {font-weight:normal;pointer-events: none;}

			.post {margin-left:3%;width: 94%;}
			.post-breadcrumb-icon {float:left;width:12px;height:10px;margin-right:3%;}
			.post-breadcrumb-separator {margin-left:3%;margin-right:3%;}
			.post-breadcrumb-block_line {width:100%;margin-left: 0;}
			.post-title h1 {font-size:0.9em;font-weight:bold;}
			.post-pic {visibility:hidden;}
			.post-breadcrumb {left:3%;width:94%;}
			.post-title {left:3%;width:94%;height:52px;}
			.post-footer {left:3%;width:94%;height:24px;}
			.post-time {width:50%;}
			.post-gallery, .post-comments, .post-video {margin-left: 3%;}

			.block-more {width:90%; margin-left:5%;}

			.contactus-box {width:94%;margin-left:3%;}
			.contactus-title p {margin-left:6%;}

			.contactus-in {width:92%; margin:0 4% 10px;}
			.contactus-in p {font-size:0.7em;}
			.contactus-in a {font-size:0.7em;}

			#ad-placement-300x250 {width:94%;margin-left:3%;}

			.fotodiena-page {width:96%;margin-left:2%;}
			.fotodiena-page-pic {width:49%; margin:1px 0.5%;height:113px;}
			.fotodiena-page-pic-img {width:96%; margin:2px 2%;height:108px;}

			.more-tv {width:60%; margin-left:20%;margin-right:20%;}

			.up-page-comments {width:94%;margin-left:3%;}
			.up-page-comments p {margin-left:3%;}
			.up-page-comments-form-name, .up-page-comments-form-email, .up-page-comments-form-message, .up-page-comments-form-select {width:90%;margin-left:3%;padding:5px 2%;}
			.up-page-comments-form-select {width:80%;margin-right:20%;}
			.up-page-comments-form-submit {width:50%; margin-left:25%;padding:15px 0;}

			.orai-list-day, .orai-list-today {background-size:85%;}

			.footer {width:96%;margin-left:2%;}

			.video-page-similar-single {float:left}
		}

				@media only screen and (min-width: 320px) and (max-width: 479px) {
					#top-bar h1 {font-size:1.1em;padding:3px 0 0 0;}

					.block-separator {width:96%;margin-left:2%;}
					.subblock-separator {width:96%;margin-left:2%;}

					.swipenav {margin-right:0;}

					.fotodiena-box {margin-left:2%;width: 96%;}
					.fotodiena-placeholder {float:left;width:104%;margin-left:-2%;height:100px;}
					.fotodiena-foto {width:31.3%;margin:0 1%;height:90px;}
					.fotodiena-pagination {margin-right:2%;}
					.fotodienax3 {display:inline !important;}

					.komentarai-box {margin-left:2%;width: 96%;}
					.komentarai-foto {width:25%;margin-left:3%;height:90px;}
					.komentarai-komentaras {width:60%;margin-left: 3%;height:90px;}
					.komentarai-komentaras h1 {font-size:1em;}
					.komentarai-pagination {margin-right:2%;}
					.komentaraix1 {display:inline !important;}

					.news-page {width: 96%;margin-left: 2%;}
					.news-page-pic {width:100%;height:210px;}
					.news-page-textsize {width:100%;}
					.news-page-textsize-title {margin-left:2%;}
					.news-page-textsize-buttons img {margin-left:2%;}
					.news-page-content h1, .news-page-headline h1 {font-size:1.4em;margin:0 2%;}
					.news-page-content-comments a {margin-left:2%;}
					.news-page-content h2, .news-page-headline h2 {margin-left:2%;}
					.news-page-content h3, .news-page-headline h3 {margin-left:2%;}
					.news-page-content p, .news-page-headline p {margin-left:2%;margin-right:2%;}
					.news-page-social {width:99%;margin-left: 0.5%;}
					.news-page-comments {width:96%;margin-left: 2%;}
					.news-page-comments a {margin-left: 3%;}
					.news-page-comments-form-end {float:left;width:80%;margin: 10px 10%;}
					.news-page-comments-form-name, .news-page-comments-form-email, .news-page-comments-form-message {width:88%;max-width:88%;min-width:88%;margin-left:3%;padding-left:3%;padding-right:3%;}

					.comments-page-comment {width:94%;padding-left:3%;padding-right:3%;}
					.comments-page-comments {-webkit-columns:1;}
					.comments-page-content {font-size:0.9em;width:96%;margin-left:2%;}

					.video-page-similar-box {width:96%;margin-left:2%;}
					.video-page-similar-pic {width:35%;height:94px;margin-top:8px;background-color:#fff;background-position:top center;}
					.video-page-similar-headline h4 {padding-left:2%;}
					.video-page-similar-headline {height:102px;}

					.post-top, .post-mid {margin-left: 2%;width: 96%;}
					.post-top-breadcrumb-block_line,.post-mid-breadcrumb-block_line {width:100%;}
					.post-top-pic,.post-mid-pic {width:100%;height:210px;}
					.post-top-footer,.post-mid-footer {width:96%;margin-left:2%;}
					.post-top-footer p,.post-mid-footer p{margin-right:2%;}
					.post-top-title h1,.post-mid-title h1 {font-size:1em;margin-left: 2%;margin-right: 2%;}
					.post-top-time,.post-mid-time {width:60%;}
					.post-top-gallery, .post-top-comments, .post-top-video,.post-mid-gallery, .post-mid-comments, .post-mid-video {margin-right:4%;}
									#mySwipe3 .post-top-title {font-size:1.2em;position:relative;width:100%;height:100px;color:#fff;	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );top:95px;}
									#mySwipe3 .post-top-title h1 {position:absolute;	bottom:0;font-size:0.8em;font-weight:bold;	margin: 7px;}
									#mySwipe3 .post-top-title span {font-weight:normal;}



					.post {margin-left:2%;width: 96%;height:122px;}
					.post-breadcrumb {top:1px;margin-left: -34%;}
					.post-breadcrumb-icon {margin-right:2%;}
					.post-breadcrumb-separator {margin-left:2%;margin-right:2%;}
					.post-breadcrumb-block_line {width:100%;margin-left: 0;}
					.post-title h1 {font-size:0.9em;font-weight:bold;}
					.post-pic {width:32%;margin-left:2%;height:87px;background-color:#fff;top:-6px;}
					.tv-play {background-size:35%;}
					.post-breadcrumb {left:36%;width:61%;}
					.post-title {left:36%;width:61%;height:70px;top:-103px;}
					.post-footer {left:36%;width:61%;height:24px;top:-102px;}
					.top11-skip .post-breadcrumb-block_line {width:100%;margin-left: 0;top:0;}
					.top11-skip .post-title {top:-95px;height:70px;}
					.top11-skip .post-footer {top:-95px;}
					.top11-skip .post-pic {top:0;height:85px;}
					.top11-skip .post {top:0;height:102px;}

					.block-more {width:70%; margin-left:15%;}

					.contactus-box {width:96%;margin-left:2%;}
					.contactus-title p {margin-left:4%;}
					.contactus-title {float:left; width:80%;margin-top:-5px;}
					.contactus-icon {margin-top:-20px;width:20%;height:48px;}

					.contactus-in {width:94%; margin:0 3% 10px;}

					.fotodiena-page {width:96%;margin-left:2%;}
					.fotodiena-page-pic {width:49%; margin:1px 0.5%;height:113px;}
					.fotodiena-page-pic-img {width:96%; margin:2px 2%;height:108px;}

					.more-tv {width:50%; margin-left:25%;margin-right:25%;}

					.up-page-comments {width:96%;margin-left:2%;}
					.up-page-comments p {margin-left:2%;}
					.up-page-comments-form-name, .up-page-comments-form-email, .up-page-comments-form-message, .up-page-comments-form-select {width:92%;margin-left:2%;padding:5px 2%;}
					.up-page-comments-form-select {width:80%;margin-right:20%;}
					.up-page-comments-form-submit {width:50%; margin-left:25%;padding:15px 0;}

					.orai-list-day, .orai-list-today {background-size:85%;}

					#ad-placement-300x250 {width:96%;margin-left:2%;}

					.footer {width:96%;margin-left:2%;}

					.btn-success {
					width:96%;
					margin-left: 2%;
					}
					.progress {
					width: 96%;
					margin-left: 2%;
					}
					#files .up-page-comments-form-name {
					width: 92%;
					margin-left: 0%;
					padding: 5px 4%;
					}



					.post-pic {background-position:top center;}
					.post-top-pic {height: 204px;background-size:cover;}
					.post .tv-play {height: 65%;}
					.news-page-pic .tv-play {height: 100%;background-size:25%;}
					.post-top .tv-play {background-size: 20%;height:100%;}
					#top-block_oras > h1:first-of-type {display:none;}
					#top-block_oras h1 span {display:inline-block;}
					.news-page-headline h1 {font-size: 18px;}
					.news-page-content-comments a, .news-page-headline h2, .news-page-headline h3{font-size: 12px;}
					.fotodiena-foto {height:67px;background-size:cover;background-color:#fff;}
					.fotodiena-box {height: 113px;}
					.news-page-pic {height: 213px;}
					#mySwipe3 .post-top-title {top: 100px;}
					.tv-play {height:65%;}

					.post-breadcrumb p, .post-time > p {
					overflow-x: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					}

					.post-footer {
					left: 2%;
					width: 96%;
					}
					.post-time {
					width: 60%;
					}
					.post-pic {
					height: 72px;
					margin-bottom: 23px;
					background-position:top left;
					}
					.post-pic .photo-play { background-size: 38px; opacity: 0.7;}
				}
						@media only screen and (min-width: 320px) and (max-width: 480px) {
							.post-breadcrumb {
							width: 98%;
							}
						}

						@media only screen and (min-width: 480px) and (max-width: 767px) {

								.block-separator {width:96%;margin-left:2%;}
								.subblock-separator {width:96%;margin-left:2%;}

								.swipenav {margin-right:0%;}

								.fotodiena-box {margin-left:2%;width: 96%;}
								.fotodiena-placeholder {float:left;width:104%;margin-left:-2%;height:100px;}
								.fotodiena-foto {width:31.3%;margin:0 1%;height:90px;}
								.fotodiena-pagination {margin-right:2%;}
								.fotodienax3 {display:inline !important;}
								.fotodienax5 {display:none !important;}

								.komentarai-box {margin-left:2%;width: 96%;}
								.komentarai-foto {width:25%;margin-left:3%;height:90px;}
								.komentarai-komentaras {width:60%;margin-left: 3%;height:90px;}
								.komentarai-komentaras h1 {font-size:1em;}
								.komentarai-pagination {margin-right:2%;}
								.komentaraix1 {display:inline !important;}
								.komentaraix2 {display:none !important;}

								.news-page {width: 96%;margin-left: 2%;}
								.news-page-pic {width:100%;height:320px;}
								.news-page-textsize {width:100%;}
								.news-page-textsize-title {margin-left:2%;}
								.news-page-textsize-buttons img {margin-left:2%;}
								.news-page-content h1, .news-page-headline h1 {font-size:1.4em;margin:0 2%;}
								.news-page-content-comments a {margin-left:2%;}
								.news-page-content h2, .news-page-headline h2 {margin-left:2%;}
								.news-page-content h3, .news-page-headline h3 {margin-left:2%;}
								.news-page-content p, .news-page-headline p {margin-left:2%;margin-right:2%;}
								.news-page-social {width:99%;margin-left: 0.5%;}
								.news-page-comments {width:96%;margin-left: 2%;}
								.news-page-comments a {margin-left: 3%;}
								.news-page-comments-form-end {float:left;width:50%;margin: 10px 25%;}
								.news-page-comments-form-name, .news-page-comments-form-email, .news-page-comments-form-message {width:90%;max-width:90%;min-width:90%;margin-left:3%;padding-left:2%;padding-right:2%;}

								.comments-page-comment {width:96%;padding-left:2%;padding-right:2%;}
								.comments-page-content {font-size:0.9em;width:96%;margin-left:2%;}

								.video-page-similar-box {width:96%;margin-left:2%;}
								.video-page-similar-single {width:47%;margin-left:2%;height:200px;}
								.video-page-similar-pic {width:100%;height:130px;margin-top:8px;}
								.video-page-similar-headline {width:100%;margin-bottom:10px;height:65px;}
								.video-page-similar-single {float:left}

								.post-top, .post-mid {float:left;margin:0 2%;width: 96%;height:380px;background:#fff;z-index:90;border:solid #fff 1px inset; margin-bottom:10px;}
								.top11 .post-top, .top11 .post-mid {height:398px;}
								.post-top-pic, .post-mid-pic {float:left;width:100%;height:320px;	background-repeat: no-repeat;	background-position:center center;}
								.post-top-gallery, .post-top-comments, .post-top-video,.post-mid-gallery, .post-mid-comments, .post-mid-video {margin-right:5%;}
								.post-top-title, .post-mid-title {	position:relative;top:-100px;width:100%;height:100px;color:#fff;	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
								.post-top-title h1, .post-mid-title h1 {position:absolute;	bottom:0;font-size:1.5em;font-weight:bold;	margin: 7px;}
								.post-top-footer, .post-mid-footer {margin-top:-100px;}
								.post-top-footer p, .post-mid-footer p {font-size:0.7em;margin:8px;color:#66664a;}
								.post-top-time, .post-top-time {float:left;width:73%;height:100%;}
								.post-top-footer img, .post-mid-footer img {float:left;margin:7px;}

								.post {float:left;margin-left:2%;width: 47%;	height:300px;background:#fff;z-index:90;	border:solid #fff 1px inset; margin-bottom:10px;}
								.top11-skip .post {height:275px;}
								.post-breadcrumb {left:0;margin-left:4%;width:92%;}
								.post-breadcrumb {overflow: hidden;}
								.post-breadcrumb-block_line {top:0;}
								.post-breadcrumb-icon {margin-right:2%;}
								.post-breadcrumb-separator {margin-left:2%;margin-right:2%;}
								.post-breadcrumb-block_line {width:100%;margin-left: 0;}
								.post-pic {top:-7px;float:left;width:100%;height:155px;background-repeat: no-repeat;background-position:center center;}
								.post-title {float:left;left:0;top:-17px;width:100%;height:90px;}
								.post-title h1 {font-size:1em;font-weight:bold;	margin-top:7px;margin-left:4%;margin-right:4%;}
								.post-footer {float:left;left:4%;top:-14px;width:92%;height:24px;border-top:solid #f2f2f2 1px;}
								.post-footer p {font-size:0.7em;margin-top:5px;color:#66664a;white-space: pre;}
								.post-time {float:left;width:36%;height:100%;left:4%;}
								.post-time p {white-space:nowrap;margin-left:1%;}
								.post-gallery, .post-comments, .post-video {float:right;height:100%;margin-left:4%;text-align:right;margin-right:1%;}
								.post-footer img {float:left;margin-left:4%;margin-top:5px;}
									#mySwipe3 .post-top-title {font-size:1.2em;top:205px;}
									#mySwipe3 .post-top-title h1 {font-size:0.8em;}
									#mySwipe3 .post-top-title span {font-weight:normal;}
								.post-top-title .post-grad {display:none;}


								.block-more {width:60%; margin-left:20%;}

								.contactus-box {width:96%;margin-left:2%;}
								.contactus-title p {margin-left:4%;}

								.contactus-box {width:96%;margin-left:2%;}
								.contactus-title p {margin-left:4%;}
								.contactus-title {float:left; width:80%;margin-top:-5px;}
								.contactus-icon {margin-top:-20px;width:20%;height:48px;}

								.contactus-in {width:96%; margin:0 2% 10px;}

								#ad-placement-300x250 {width:96%;margin-left:2%;}

								.fotodiena-page {width:96%;margin-left:2%;}
								.fotodiena-page-pic {width:32.8%; margin:1px 0.25%;height:110px;}
								.fotodiena-page-pic-img {width:98%; margin:3px 1%;height:104px;}

								.orai-dropdown-miestas, .orai-dropdown-salis {width:150px;margin-left:2%;}
								.orai-place {width:40%;margin-left:2%;height:90px;}
								.orai-place-miestas {font-size:0.65em;}
								.orai-place-diena, .orai-place-laikas {font-size:0.6em;font-weight:normal !important;}
								.orai-temp {width:40%;margin-left:-40%;margin-top:90px;}
								.orai-temp-status {font-size:0.65em;}
								.orai-temp-icon {width:30%;height:90px;}
								.orai-temp-temp {max-width:65%;margin-left:5%;font-size:1.1em;}
								.orai-info {float:left;width:53%;}
								.orai-info-1,.orai-info-2 {line-height:1.8em;}
								.orai-graph-title {margin-top:20px;margin-left:2%;font-size:1.2em;}
								.orai-list-title {margin-top:0;margin-left:2%;font-size:1.2em;}
								.orai-list-day, .orai-list-today {width:22.5%; margin-left:2%}

								.tv-programa-dabar-kanalas {width:10%;}
								.tv-programa-dabar-tinklelis {width:90%;height:auto;}

								.up-page-comments {width:98%;margin-left:1%;}
								.up-page-comments p {margin-left:1%;}
								.up-page-comments-form-name, .up-page-comments-form-email, .up-page-comments-form-message, .up-page-comments-form-select {width:94%;margin-left:1%;padding:5px 2%;}
								.up-page-comments-form-select {width:50%;margin-right:50%;}
								.up-page-comments-form-submit {width:40%; margin-left:30%;padding:15px 0;}

								.more-tv {width:34%; margin-left:33%;margin-right:33%;}

								.footer {width:96%;margin-left:2%;}

								.post-top-pic {height: 313px;background-size:cover;}
								.post-top {height: 372px;}
								.post-pic {height: 150px;background-size:cover;}
								.post {height: 295px;}
								.top11-skip .post {height:270px;}
								.top11 .post-top, .top11 .post-mid {height:348px;}
								.post-breadcrumb {overflow: hidden;}
								.news-page-headline h1 {font-size: 20px;}
								.news-page-content-comments a, .news-page-headline h2, .news-page-headline h3{font-size: 12px;}
								.fotodiena-foto {height:100px;background-size:cover;background-color:#fff;}
								.fotodiena-box {height: 146px;}
								.news-page-pic {height: 320px;}
								#mySwipe3 .post-top-title {top: 206px;}
								.news-page-pic {height: 378px;}
								#mySwipe3 .post-top-title {top: 263px;}

						}

								@media only screen and (min-width: 568px) and (max-width: 767px) {
									.post-top-pic {height: 363px;background-size:cover;}
									.post-top {height: 422px;}
									.post-pic {height: 178px;background-size:cover;}
									.post {height: 323px;}
									.top11-skip .post {height:298px;}
									.top11 .post-top, .top11 .post-mid {height:398px;}
									.post-breadcrumb {overflow: hidden;}
									.news-page-headline h1 {font-size: 20px;}
									.news-page-content-comments a, .news-page-headline h2, .news-page-headline h3{font-size: 12px;}
									.fotodiena-foto {height:119px;background-size:cover;background-color:#fff;}
									.fotodiena-box {height: 146px;}
									.news-page-pic {height: 378px;}

									#mySwipe3 .post-top-title {top: 263px;}
									.video-page-similar-single {float:left}
								}

							@media only screen and (min-width: 768px) {

										.block-separator {width:98%;margin-left:1%;}
										.subblock-separator {width:49%;}
										.subblock-separator:nth-child(odd) {margin-left:1%;}

										.swipenav {margin-right:0%;}

										.fotodiena-box {width:98%;margin-left:1%;height:160px;}
										.fotodiena-placeholder {float:left;width:102%;margin-left:-1%;height:120px;}
										.fotodiena-foto {width:19%;margin:0 0.5%;height:110px;}
										.fotodiena-pagination {margin-right:1%;}
										.fotodienax3 {display:none !important;}
										.fotodienax5 {display:inline !important;}

										.komentarai-box {width:98%;margin-left:1%;}
										.komentarai-foto {width:12.5%;margin-left:1.5%;height:90px;}
										.komentarai-komentaras {width:30%;margin-left: 1.5%;height:90px;}
										.komentarai-komentaras h1 {font-size:1em;width:100%; height:auto;}
										.komentarai-pagination {margin-right:1%;}
										.komentaraix1 {display:none !important;}
										.komentaraix2 {display:inline !important;}

										.news-page {width:98%;margin-left:1%;}
										.news-page-pic {width:100%;height:520px;}
										.news-page-textsize {width:100%;}
										.news-page-textsize-title {margin-left:2%;}
										.news-page-textsize-buttons img {margin-left:3%;}
										.news-page-content {-webkit-columns:2;-moz-columns:2;columns:2;}
										.news-page-headline {-webkit-columns:1;-moz-columns:1;columns:1;}
										.news-page-content h1 {font-size:1.4em;margin:0 3%;}
										.news-page-headline h1 {font-size:2em;margin:0 1%;}
										.news-page-content-comments a {margin-left:3%;}
										.news-page-content h2 {margin-left:3%;}
										.news-page-content h3 {margin-left:3%;}
										.news-page-headline h2 {margin-left:1%;}
										.news-page-headline h3 {margin-left:1%;}
										.news-page-content p, .news-page-headline p {font-size:1.09em;margin-left:3%;margin-right:3%;}
										.news-page-social {margin-left: 0.5%;}
										.news-page-comments {width:98%;margin-left: 1%;}
										.news-page-comments a {margin-left: 1.5%;}
										.news-page-comments-form-end {float:left;width:50%;margin: 10px 25%;}
										.news-page-comments-form-name, .news-page-comments-form-email, .news-page-comments-form-message {width:96%;max-width:96%;min-width:96%;margin-left:1%;padding-left:1%;padding-right:1%;}

										.comments-page-comment {width:88%;padding-left:4%;padding-right:4%;margin-right:2%;margin-left:2%;}
										.comments-page-comments {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;}
										.comments-page-content {font-size:1em;width:98%;margin-left:1%;}

										.video-page-similar-box {width:96%;margin-left:2%;}
										.video-page-similar-single {width:47%;margin-left:2%;height:200px;}
										.video-page-similar-pic {width:100%;height:115px;margin-top:8px;}
										.video-page-similar-headline {width:100%;margin-bottom:10px;}

										.post-top, .post-mid {float:left;margin:0 1%;width: 98%;height:580px;background:#fff;z-index:90;border:solid #fff 1px inset; margin-bottom:10px;}
										.top11 .post-top, .top11 .post-mid {height:535px;}
										.post-top-pic, .post-mid-pic {float:left;width:100%;height:520px;	background-repeat: no-repeat;	background-position:center center;}
										.post-top-title, .post-mid-title {	position:relative;top:-175px;width:100%;height:175px;color:#fff;	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
										.post-top-title h1, .post-mid-title h1 {position:absolute;	bottom:0;font-size:2.4em;font-weight:bold;	margin: 7px;}
										.post-top-footer, .post-mid-footer {margin-top:-175px;}
										.post-top-footer p, .post-mid-footer p {font-size:0.7em;margin:8px;color:#66664a;}
										.post-top-time, .post-top-time {float:left;width:80%;height:100%;}
										.post-top-footer img, .post-mid-footer img {float:left;margin:7px;}
											#mySwipe3 .post-top-title {font-size:1.2em;top:330px;}
											#mySwipe3 .post-top-title h1 {font-size:0.8em;}
											#mySwipe3 .post-top-title span {font-weight:normal;}

										.post {float:left;margin-left:1%;width: 32%;height:300px;background:#fff;z-index:90;	border:solid #fff 1px inset; margin-bottom:10px;}
										.top11-skip .post {height:275px;}
										.post-breadcrumb {left:0;margin-left:4%;width:92%;}
										.post-breadcrumb-block_line {top:0;}
										.post-breadcrumb-icon {margin-right:2%;}
										.post-breadcrumb-separator {margin-left:2%;margin-right:2%;}
										.post-breadcrumb-block_line {width:100%;margin-left: 0;}
										.post-pic {top:-7px;float:left;width:100%;height:155px;background-repeat: no-repeat;background-position:center center;}
										.post-title {float:left;left:0;top:-17px;width:100%;height:90px;}
										.post-title h1 {font-size:1.1em;font-weight:bold;	margin-top:7px;margin-left:4%;margin-right:4%;}
										.post-footer {float:left;left:4%;top:-14px;width:92%;height:24px;border-top:solid #f2f2f2 1px;}
										.post-footer p {font-size:0.7em;margin-top:5px;color:#66664a;margin-left: 20px;}
										.post-time {float:left;width:auto;height:100%;left:4%;}
										.post-time p {white-space:nowrap;margin-left:1%;}
										.post-gallery, .post-comments, .post-video {float:right;	height:100%;margin-left:4%;text-align:right;margin-right:1%;}
										.post-footer img {float:left;margin-left:4%;margin-top:5px;}
										.post-top-title .post-grad {display:none;}

										.block-more {width:30%; margin-left:35%;}

										.contactus-box {width:48%;margin-left:1%;}
										.contactus-title p {margin-left:4%;}
										.contactus-title {float:left; width:80%;margin-top:-5px;}
										.contactus-icon {margin-top:-20px;width:20%;height:48px;}

										.contactus-in {width:94%; margin:0 3% 10px;}

										.fotodiena-page {width:98%;margin-left:1%;}
										.fotodiena-page-pic {width:24.5%; margin:2px 0.25%;height:140px;}
										.fotodiena-page-pic-img {width:97%; margin:3px 2%;height:134px;}

										#ad-placement-300x250 {width:98%;margin-left:1%;}

										.orai-dropdown-miestas, .orai-dropdown-salis {width:170px;margin-left:1%;}
										.orai-place {width:30%;margin-left:1%;height:90px;}
										.orai-place-miestas {font-size:0.75em;}
										.orai-place-diena, .orai-place-laikas {font-size:0.7em;font-weight:normal !important;}
										.orai-temp {float:left;width:30%;margin-left:-30%;margin-top:90px;}
										.orai-temp-status {font-size:0.75em;}
										.orai-temp-icon {width:30%;height:90px;}
										.orai-temp-temp {max-width:65%;margin-left:5%;font-size:1.2em;}
										.orai-info {float:left;width:40%;}
										.orai-info-1,.orai-info-2 {line-height:1.6em;}
										.orai-graph-title {margin-top:20px;margin-left:1%;font-size:1em;}
										.orai-list-title {margin-top:0;margin-left:1%;font-size:1em;}
										.orai-list-day, .orai-list-today {width:11.375%; margin-left:1%}

										.tv-programa-dabar-kanalas {width:10%;}
										.tv-programa-dabar-tinklelis {width:90%;height:auto;}

										.more-tv {width:28%; margin-left:36%;margin-right:36%;}

										.up-page-comments {width:98%;margin-left:1%;}
										.up-page-comments p {margin-left:1%;}
										.up-page-comments-form-name, .up-page-comments-form-email, .up-page-comments-form-message, .up-page-comments-form-select {width:96%;margin-left:1%;padding:5px 1%;}
										.up-page-comments-form-select {width:50%;margin-right:50%;}
										.up-page-comments-form-submit {width:20%; margin-left:40%;padding:15px 0;}

										.footer {width:98%;margin-left:1%;}

										.post-top-pic {height: 501px;background-size:cover;}
										.post-top {height: 560px;}
										.post-pic {height: 163px;background-size:cover;}
										.post {height: 310px;}
										.top11-skip .post {height:285px;}
										#top-block_name {display:inline-block;}
										#top-separator {display:inline-block;}
										.post-breadcrumb {overflow: hidden;}
										.news-page-headline h1 {font-size: 28px;}
										.news-page-content-comments a, .news-page-headline h2, .news-page-headline h3{font-size: 14px;}
										.fotodiena-foto {height:97px;background-size:cover;background-color:#fff;}
										.fotodiena-box {height: 145px;}
										.news-page-pic {height: 512px;}
										#mySwipe3 .post-top-title {top: 322px;}
										.video-page-similar-single {float:left}
								}

								@media only screen and (min-width: 1024px) {
									.post-top-pic {height: 669px;background-size:cover;}
									.post-top {height: 728px;}
									.post-pic {height: 218px;background-size:cover;}
									.post {height: 365px;}
									.top11-skip .post {height: 340px;}
									.top11 .post-top, .top11 .post-mid {height:702px;}
									#top-block_name {display:inline-block;}
									#top-separator {display:inline-block;}
									.post-breadcrumb {overflow: hidden;}
									.news-page-headline h1 {font-size: 28px;}
									.news-page-content-comments a, .news-page-headline h2, .news-page-headline h3{font-size: 14px;}
									.fotodiena-foto {height:130px;background-size:cover;background-color:#fff;}
									.fotodiena-box {height: 170px;}
									.news-page-pic {height: 682px;}
									#mySwipe3 .post-top-title {top: 492px;}
									.video-page-similar-single {float:left}
									.fotodiena-page-pic {height:192px;}
									.fotodiena-page-pic-img {height:186px;}
								}


@media only screen and (min-width: 1025px) {
#wrapper {position:relative;top:0;left:50%;height:100%;width:1024px;margin: 0 auto;margin-left:-512px;}
.video-page-similar-single {float:left}
#wrapper.fixedwrapper {left:50% !important;}
}

#mySwipe3 .post-top-title {pointer-events:none;font-size:16px;}
.scroller-title {pointer-events:none;}
#progress {font-family: tahoma, sans-serif;}
.bar {padding-top: 4px;}
.post-top-breadcrumb-text-inside > p {font-size:12px;}
.post-top-breadcrumb-separator p, .post-mid-breadcrumb-separator p {font-size:12px;}
.scroller-title h1, .scroller-title h1 span, .scroller-title h1 span span {font-size:12px !important;}
a[href^=tel] {text-decoration:none;}


.blogo {float:left;width:94%;height:auto; background: #e5f2f7;-moz-border-radius: 4px;border-radius: 4px;margin:5px 3%;display: table;-webkit-box-shadow:  0px 2px 0px 0px #017fb3;box-shadow:  0px 2px 0px 0px #017fb3;}
.blogo img {margin:10px;margin-bottom: 5px;float: left;}
.blogo a {display: table-cell;width:100%;vertical-align: middle;font-weight:bold;color:#017fb3;text-decoration:none;padding: 5px;}
.blogo a:hover {text-decoration:underline;}
.news-page-content > a > img {position:relative;max-width:94%;height:auto;margin:5px 3%;}
.extra_reklaminis {float:left;width:94%;margin:5px 3%;height:auto; display: table;border-top:dotted 1px #aaa;}
.extra_reklaminis p {display: table-cell;width:100%;vertical-align: middle;text-align:center;font-weight:normal;font-size:11px;color:#aaa;text-decoration:none;padding: 5px 0;text-indent: 0;}




.komentarai-icon {visibility:hidden;}
.komentarai-box >h1:first-of-type {margin-left:-31px;}




#mySwipe3 .fotodiena-pagination,#mySwipe3 .fotodiena-pagination {
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
}

#mySwipe3 .swipenavr,#bigphoto .swipenavr {
	position: absolute;
	width: 10%;
	height: 100%;
	background: url('../gfx/icons/nav-right.svg') no-repeat center center;
	background-position:75% 50%;
	top: 0;
	right: 0;
	pointer-events: auto;
	;
}

#mySwipe3 .swipenavl,#bigphoto .swipenavl {
	position: absolute;
	width: 10%;
	height: 100%;
	background: url('../gfx/icons/nav-left.svg') no-repeat center center;
	background-position:25% 50%;
	top: 0;
	left: 0;
	pointer-events: auto;
	;
}

#mySwipe3 .swipenavx,#bigphoto .swipenavx {
	position: absolute;
	width: 10%;
	height: 10%;
	background: url('../gfx/icons/nav-close.svg') no-repeat center center;
	background-position:75% 50%;
	top: 0;
	right: 0;
	pointer-events: auto;
	;
}

#mySwipe3 .post-top-title, #mySwipe3 .post-mid-title, #bigphoto .post-top-title, #bigphoto .post-mid-title {
	margin-top: 15px;
}

.fotodiena-box {
	position: relative;
}

.fotodiena-box .fotodiena-pagination {
	position: absolute;
	width: 100%;
	height: 70%;
	top: 20%;
	z-index: 100;
	pointer-events:none;
}

.fotodiena-box .swipenavr {
	position: absolute;
	width: 35px;
	height: 90%;
	background: url('../gfx/icons/nav-right.svg') no-repeat center center;
	top: 0;
	right: 0;
	pointer-events:auto;
	;
}

.fotodiena-box .swipenavl {
	position: absolute;
	width: 35px;
	height: 90%;
	background: url('../gfx/icons/nav-left.svg') no-repeat center center;
	top: 0;
	left: 0;
	pointer-events:auto;
	;
}

.komentarai-box {
	position: relative;
}

.komentarai-box .komentarai-pagination {
	position: absolute;
	width: 100%;
	height: 70%;
	top: 20%;
	z-index: 100;
	pointer-events:none;
}

.komentarai-box .swipenavr {
	position: absolute;
	width: 35px;
	height: 80%;
	background: url('../gfx/icons/nav-right-b.svg') no-repeat center center;
	top: 0;
	right: 0;
	pointer-events:auto;
	;
}

.komentarai-box .swipenavl {
	position: absolute;
	width: 35px;
	height: 80%;
	background: url('../gfx/icons/nav-left-b.svg') no-repeat center center;
	top: 0;
	left: 0;
	pointer-events:auto;
	;
}

.news-page-pic .post-top-title {
	display:none;
}



.news-page, #wrapper {overflow-x:hidden;-webkit-overflow-scrolling: touch;}
.komentarai-komentarai {display:block;font-size: 0.8em;float: right;margin-top: 4px;color: #66664a;text-decoration:none;}
.komentarai-komentarai img {margin-bottom: -3px;}





.post-breadcrumb p {
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


/* Komentarai */
	.news-page-pic-komentarai {width: 100px;height: 100px;margin: 10px;background:#fff !important;}
	.news-page-pic-komentarai .swipe-wrap {width: 100px;height: 100px;}
	.news-page-pic-komentarai .news-page-pic {width: 100px;height: 100px;background-color:#fff !important;}
	.news-page-pic-komentarai .fotodiena-pagination {display:none;}
	.news-page-headline-komentarai {position: relative;margin-top: -120px;left: 0;width: 100%;height: auto;min-height: 110px;}
	.news-page-headline-komentarai h1,.news-page-headline-komentarai h2,.news-page-headline-komentarai h3 {margin-left:120px;}


/* classic */
.toclassic {margin:18px 0 0 5px;}
@media only screen and (min-width: 568px) {.toclassic {display:inline-block;} #top-block_oras #top-separator {display:inline;}}
@media only screen and (max-width: 567px) {.toclassic {display:none;}}


.theGallery {margin:0 !important;padding:0 !important;border:none !important;-webkit-overflow-scrolling: touch !important;overflow: scroll !important;}
.theGallery .description {padding: 10% 10px 10px 10px !important;}

@media only screen and (min-width: 768px) {
	/*#tvblock-block>div:nth-of-type(n+5)*/,
	#augintinis>div:nth-of-type(n+5),
	#bendraukime>div:nth-of-type(n+5),
	#bustas>div:nth-of-type(n+5),
	#fotoalbumai>div:nth-of-type(n+5),
  #auto>div:nth-of-type(n+5),
  #kultura>div:nth-of-type(n+5),
	#itirmokslas>div:nth-of-type(n+5) {
		display:none;
	}
}

@media only screen and (max-width: 767px) {
	/*#tvblock-block>div:nth-of-type(n+4)*/,
	#augintinis>div:nth-of-type(n+4),
	#bendraukime>div:nth-of-type(n+4),
	#bustas>div:nth-of-type(n+4),
	#fotoalbumai>div:nth-of-type(n+4),
  #auto>div:nth-of-type(n+4),
  #kultura>div:nth-of-type(n+4),
	#itirmokslas>div:nth-of-type(n+4) {
		display:none;
  }
}


@media only screen and (min-width: 568px) {
	.photo-play, .tv-play {background-position:10px 10px;}
	.post-pic .photo-play, .post-pic .tv-play {background-size:40px;}
	.post-top-pic .photo-play, .post-top-pic .tv-play {background-size:60px;}
}
@media only screen and (max-width: 567px) {
	.photo-play, .tv-play {background-position:5px 5px;}
	.post-pic .photo-play, .post-pic .tv-play {background-size:30px;}
	.post-top-pic .photo-play, .post-top-pic .tv-play {background-size:60px;}
}


#bigBtnBendraukime {
	position:relative;
	float:left;
	width: 98%;
	margin-left: 1%;
	height:60px;
	background: rgb(222,54,42); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMzYyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMTEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(222,54,42,1) 0%, rgba(161,19,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,54,42,1)), color-stop(100%,rgba(161,19,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,54,42,1) 0%,rgba(161,19,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,54,42,1) 0%,rgba(161,19,15,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,54,42,1) 0%,rgba(161,19,15,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,54,42,1) 0%,rgba(161,19,15,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de362a', endColorstr='#a1130f',GradientType=0 ); /* IE6-8 */
	overflow:hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2), inset 0 2px 2px 0px rgba(255,255,255, 0.25), inset 0 -4px 1px 0px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2), inset 0 2px 2px 0px rgba(255,255,255, 0.25), inset 0 -4px 1px 0px rgba(0,0,0, 0.5);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2), inset 0 2px 2px 0px rgba(255,255,255, 0.25), inset 0 -4px 1px 0px rgba(0,0,0, 0.5);
}

#bigBtnBendraukime div {
	position:relative;
	float:left;
	width:145px;
	height:38px;
	margin:10px;
	background:url(../gfx/add/bigBtnBendraukime.jpg) center center no-repeat;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0 8px 0px rgba(0, 0, 0, 0.25), inset 0 2px 2px 0px rgba(255,255,255, 0.25), inset 0 -2px 2px 0px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 0 8px 0px rgba(0, 0, 0, 0.25), inset 0 2px 2px 0px rgba(255,255,255, 0.25), inset 0 -2px 2px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 0 8px 0px rgba(0, 0, 0, 0.25), inset 0 2px 2px 0px rgba(255,255,255, 0.25), inset 0 -2px 2px 0px rgba(0,0,0, 0.25);
}

#bigBtnBendraukime p {
	display:inline-block;
	position:absolute;
	left:165px;
	right:10px;
	top:13px;
	bottom:0;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 21px;
}

@media only screen and (max-width: 767px) {
	#bigBtnBendraukime {
		width: 96%;
		margin-left: 2%;
		height:70px
	}

#bigBtnBendraukime div {
	width:125px;
	height:48px;
}

#bigBtnBendraukime p {
	left:145px;
	top:13px;
	font-size: 15px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#bigBtnBendraukime {
	height:60px
}
#bigBtnBendraukime div {
	width:145px;
	height:38px;
}
#bigBtnBendraukime p {
	left: 165px;
	top: 17px;
	font-size: 15px;
}
}

/* zymes */ .block-bg-zymes { background: #A3222A !important; } .block-text-zymes { color: #A3222A !important; }

/* search form */
.full-width-box {
  float: left;
  margin: 0 0 10px 2%;
  width: 96%;

  background: #fff;
  border-radius: 3px;
}

.full-width-box .input-container {
  position: relative;
  height: 42px;
  margin-top: 10px;
}

.full-width-box input[type=text] {
  position: absolute;
  margin: 0;
  left: 2%;
}
.full-width-box input[type=submit] {
  position: absolute;
  margin: 0;
  right: 2%;
}

.full-width-box .alphabet {
  width: 95%;
  margin: 5px auto;
  overflow: hidden;
  list-style: none;
}

.full-width-box .alphabet li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 4px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #cccccc;
  line-height: 30px;
  background: #eeeeee;
}

.full-width-box .alphabet li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #a9a9a9;
}

.full-width-box .alphabet li.active {
  width: auto;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #004880;
  background: #0067b4;

}
.full-width-box .alphabet li.active a {
  color: white;
}

.full-width-box .alphabet li.all-topics {
  width: auto;
  padding: 0 10px;
}

/* tags */

.tag-title {
  font-size: 1.2em;
  padding: 0.3em;
}

.tag-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: auto;
  height: 15em;
  clear: left; /* ugh :( */
}

.tag-description > p {
  margin: 5px;
  text-indent: 20px;
  text-align: justify;
  line-height: 18px;
}

.tags-container {
  margin: 0 0 10px 2%;
  width: 96%;
  border-radius: 3px;
}

.tags {
  margin-bottom: 5px;
  list-style: none;
  font-family: Tahoma, Geneva, sans-serif;
  background: white;
}
.tags li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #bbbbbb;
}
.tags li a {
  display: block;
  position: relative;
  top: 0; right: 0; bottom: 0; left: 0;
  padding: 7px;
  color: black;
  font-weight: bold;
  font-size: 14px;
}

.tags a:after {
  position: absolute;
  right: 3%;
  content: "\203A";
  color: #005fae;
}

/* media queries */
@media only screen and (max-width: 319px) {
  .full-width-box input[type=text] { width: 70%; }
  .alphabet li {
    width: 29px;
  }
  .tag-thumb { height: 10em; }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .full-width-box input[type=text] { width: 76%; }
  .tag-thumb { height: 15em; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .full-width-box input[type=text] { width: 83%; }
  .tag-thumb { height: 26em; }
  .tags-container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
  }
}

@media only screen and (min-width: 768px) {
  .full-width-box, .tags-container { width: 98%; margin-left: 1%; }
  .full-width-box input[type=text] { width: 88%; }
  .tag-thumb { height: 40em; }
  .tags-container {
    -webkit-column-count: 3;
       -moz-column-count: 3;
  }

}

.event-place strong {color:#017fb3;}
.event-place {margin: 1px 0;}


#orai-graph-graph {width:100%;}


/* TV */

#Lietuvos-ryto-tv {position:relative;background: #444 url(../gfx/tv/lrytastv.png) center center no-repeat !important;background-size: auto 36px !important;background-position: center 10px !important;height: 55px;}
#Lietuvos-ryto-tv a {display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
#Lietuvos-ryto-tv h1 {display:none;}
#Lietuvos-ryto-tv .block-separator-arrow {margin-top:9px;}

@media only screen and (min-width: 1023px){
#tvblock-block .post-top {height:669px;}
#tvblock-block .post-top-pic {height:502px;}
#tvblock-block .post-title {height:65px;}
}

@media only screen and (min-width: 768px){
#tvblock-block .subblock-separator{margin-left:1%;}
#tvblock-block {margin-top: -13px;}
#tvblock-block .post, #tvblock-block .post-top {margin-bottom:0;border-radius:0;box-shadow:none;-webkit-box-shadow:none;}
#tvblock-block .post-top {height:502px;}
#tvblock-block .post {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:32.66%;height: auto;padding:10px 5px;}
#tvblock-block .post-pic {width:100%;margin-left:0;padding-bottom:56.25%;height:auto;margin-bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);}
#tvblock-block .post-pic .tv-play {position: absolute;width:64px;height:64px;background-size:90%;background-position:right bottom;}
#tvblock-block .post-title {width: 100%;float: left;left: 0;top:0;margin-top: 0;margin-bottom: 0;height:85px;}
#tvblock-block .post-title h1 {margin:0;}
#tvblock-block .post-grad {display:none;}
#tvblock-block .post:nth-of-type(3),#tvblock-block .post:nth-of-type(4),#tvblock-block .post:nth-of-type(6),#tvblock-block .post:nth-of-type(7) {margin-left:0;}
#tvblock-block .post-breadcrumb, #tvblock-block .post-breadcrumb-block_line, #tvblock-block .post-top-breadcrumb-block_line, #tvblock-block .post-footer, #tvblock-block .post-top-footer {display:none;}
#tvblock-block .subblock-separator:first-of-type {margin-top:10px;}
#tvblock-block .subblock-separator {width:98%;}
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
#tvblock-block {margin-top: -13px;}
#tvblock-block .post, #tvblock-block .post-top {margin-bottom:0;border-radius:0;box-shadow:none;-webkit-box-shadow:none;}
#tvblock-block .post-top {height:363px;}
#tvblock-block .post {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:48%;height: auto;padding:10px 10px 0 10px;}
#tvblock-block .post-pic {width:100%;margin-left:0;padding-bottom:56.25%;height:auto;margin-bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);}
#tvblock-block .post-pic .tv-play {position: absolute;width:64px;height:64px;background-size:90%;background-position:right bottom;}
#tvblock-block .post-title {width: 100%;float: left;left: 0;top:0;margin-top: 0;margin-bottom: 0;height:65px;}
#tvblock-block .post-title h1 {margin:0;}
#tvblock-block .post-grad {display:none;}
#tvblock-block .post:nth-of-type(2n+1) {margin-left:0;}
#tvblock-block .post-breadcrumb, #tvblock-block .post-breadcrumb-block_line, #tvblock-block .post-top-breadcrumb-block_line, #tvblock-block .post-footer, #tvblock-block .post-top-footer {display:none;}
#tvblock-block .subblock-separator:first-of-type {margin-top:10px;}
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
#tvblock-block {margin-top: -13px;}
#tvblock-block .post, #tvblock-block .post-top {margin-bottom:0;border-radius:0;box-shadow:none;-webkit-box-shadow:none;}
#tvblock-block .post {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:48%;height: auto;padding:5px;}
#tvblock-block .post-pic {width:100%;margin-left:0;padding-bottom:56.25%;height:auto;margin-bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);}
#tvblock-block .post-pic .tv-play {position: absolute;width:38px;height:38px;background-size:90%;background-position:right bottom;}
#tvblock-block .post-title {width: 100%;float: left;left: 0;top:0;margin-top: -3px;margin-bottom: 10px;}
#tvblock-block .post-grad {display:none;}
#tvblock-block .post:nth-of-type(2n+1) {margin-left:0;}
#tvblock-block .post-breadcrumb, #tvblock-block .post-breadcrumb-block_line, #tvblock-block .post-top-breadcrumb-block_line, #tvblock-block .post-footer, #tvblock-block .post-top-footer {display:none;}
#tvblock-block .subblock-separator:first-of-type {margin-top:10px;}
}


@media only screen and (max-width: 567px) {
	#top-block_oras * {display:none;}
	#top-block_oras:after {content:'Orai';padding: 6px 15px 8px;border: 1px solid rgba(0,0,0,0.25);border-radius: 6px;margin: 14px 2%;background: #005fa6;font-weight: bold;font-size: 15px;color: #fff;float: right;-webkit-box-shadow:inset 0 -2px 0 0 rgba(0,0,0,0.25);box-shadow:inset 0 -2px 0 0 rgba(0,0,0,0.25);}
}

.post-live .tv-play:before {content: '';position: absolute;top: 10px;right: 10px;left: 0;bottom: 0;background: url(../gfx/tv/lrtv.png) top right no-repeat;background-size: 120px;}
@media only screen and (max-width: 567px) {.post-live .tv-play:before {background-size: 100px;}}


/*fotoalbumai*/
@media only screen and (min-width: 1023px){
#fotoalbumai {margin-top: -10px;margin-bottom: 10px;}
#fotoalbumai .post-top {height:669px;}
#fotoalbumai .post-top-pic {background-size: cover;height:502px;}
#fotoalbumai .post-title {height:65px;}
}

@media only screen and (min-width: 768px){
#fotoalbumai {margin-top: -10px;margin-bottom: 10px;}
#fotoalbumai .post, #fotoalbumai .post-top {margin-bottom:0;border-radius:0;box-shadow:none;-webkit-box-shadow:none;}
#fotoalbumai .post-top {height:502px;}
#fotoalbumai .post {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:32.66%;height: auto;padding:10px 5px;}
#fotoalbumai .post-pic {background-size: cover;width:100%;margin-left:0;padding-bottom:66.66%;height:auto;margin-bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);}
#fotoalbumai .post-pic .photo-play {position: absolute;width:64px;height:64px;background-size:90%;background-position:right bottom;}
#fotoalbumai .post-title {width: 100%;float: left;left: 0;top:0;margin-top: 0;margin-bottom: 0;height:85px;}
#fotoalbumai .post-title h1 {margin:0;}
#fotoalbumai .post-grad {display:none;}
#fotoalbumai .post:nth-of-type(3),#fotoalbumai .post:nth-of-type(4),#fotoalbumai .post:nth-of-type(6),#fotoalbumai .post:nth-of-type(7) {margin-left:0;}
#fotoalbumai .post-breadcrumb, #fotoalbumai .post-breadcrumb-block_line, #fotoalbumai .post-top-breadcrumb-block_line, #fotoalbumai .post-footer, #fotoalbumai .post-top-footer {display:none;}
#fotoalbumai .subblock-separator:first-of-type {margin-top:10px;}
#fotoalbumai .subblock-separator {width:98%;}
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
#fotoalbumai {margin-top: -10px;margin-bottom: 10px;}
#fotoalbumai .post, #fotoalbumai .post-top {margin-bottom:0;border-radius:0;box-shadow:none;-webkit-box-shadow:none;}
#fotoalbumai .post-top {height:363px;}
#fotoalbumai .post {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:48%;height: auto;padding:10px 10px 0 10px;}
#fotoalbumai .post-pic {background-size: cover;width:100%;margin-left:0;padding-bottom:66.66%;height:auto;margin-bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);}
#fotoalbumai .post-pic .photo-play {position: absolute;width:64px;height:64px;background-size:90%;background-position:right bottom;}
#fotoalbumai .post-title {width: 100%;float: left;left: 0;top:0;margin-top: 0;margin-bottom: 0;height:65px;}
#fotoalbumai .post-title h1 {margin:0;}
#fotoalbumai .post-grad {display:none;}
#fotoalbumai .post:nth-of-type(2n+1) {margin-left:0;}
#fotoalbumai .post-breadcrumb, #fotoalbumai .post-breadcrumb-block_line, #fotoalbumai .post-top-breadcrumb-block_line, #fotoalbumai .post-footer, #fotoalbumai .post-top-footer {display:none;}
#fotoalbumai .subblock-separator:first-of-type {margin-top:10px;}
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
#fotoalbumai .post-top-title,
#tvblock-block .post-top-title {height:auto !important;}
#fotoalbumai {margin-top: -10px;margin-bottom: 10px;}
#fotoalbumai .post, #fotoalbumai .post-top {margin-bottom:0;border-radius:0;box-shadow:none;-webkit-box-shadow:none;}
#fotoalbumai .post {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:48%;height: auto;padding:5px;}
#fotoalbumai .post-pic {background-size: cover;width:100%;margin-left:0;padding-bottom:66.66%;height:auto;margin-bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);}
#fotoalbumai .post-pic .photo-play {position: absolute;width:38px;height:38px;background-size:90%;background-position:right bottom;}
#fotoalbumai .post-title {width: 100%;float: left;left: 0;top:0;margin-top: -3px;margin-bottom: 10px;}
#fotoalbumai .post-grad {display:none;}
#fotoalbumai .post:nth-of-type(2n+1) {margin-left:0;}
#fotoalbumai .post-breadcrumb, #fotoalbumai .post-breadcrumb-block_line, #fotoalbumai .post-top-breadcrumb-block_line, #fotoalbumai .post-footer, #fotoalbumai .post-top-footer {display:none;}
#fotoalbumai .subblock-separator:first-of-type {margin-top:10px;}
}