body {
	height: 100%;
	background-color: #f9f9f9;
	margin: 0;
	padding: 0;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	/*
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	*/
}
@media screen and (max-width: 767px) {
body {
   /*	background-color: #fff;  */
}
}
a,
a:hover, a:focus {
	color: #007cae;
}

a.a_juodas{color: #333;}
a:hover.a_juodas{color: #333; text-decoration: none;}

.glyphicon {
	-webkit-print-color-adjust: exact;
}

.btn-link {
	color: #007cae;
}

.btn-link:hover,
.btn-link:focus {
	color: #007cae;
}


.tooltip-inner {
	color: #fff;
	background-color: #333;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #333;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #333;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #333;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #333;
}

/* h1 h2 ... */
h1 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	color: #333333;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	color: #333333;
	font-weight: 500;
}

h3 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	color: #333333;
	font-weight: 500;
}

@media (max-width: 767px) {
	h1 {
		font-size: 20px;
		margin: 25px 0px 10px 0px;
		color: #000000;
		font-weight: 600;
	}

	h2 {
		font-size:18px;
		margin:15px 0px 20px 0px;
		color:#000000;
		font-weight: 600;
	}
	h3 {
		font-size:16px;
		margin:10px 0px 20px 0px;
		color:#000000;
		font-weight: 600;
	}
}
h1 > small {
	font-size:14px;
	color:#333333;
	margin-left:5px;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	h1 > small {
		font-size:14px;
	}
}

/* puslapiams  pvz. <div class="container page">*/
.page {
	background-color: #ffffff;
	border-left: 1px solid #e1e2e4;
	border-right: 1px solid #e1e2e4;
	border-bottom: 1px solid #e1e2e4;
	box-shadow: 5px 5px 15px -4px rgba(0,0,0,.1);
	padding-top: 11px;
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.page {
		border: none;
	}
}

/* tpl_tuscias.php fonas */
.template-empty {
	background-color: #ffffff;
}


/* btn */
.btn-default {
	color: #000000;
	background-color: #dfdfdf;
	/*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(192,193,197,1) 100%);*/
	border-color: #dfdfdf;
	/*font-weight:bold;*/
}
.btn:focus {
    outline: none;
}

.forma {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
@media screen and (max-width: 767px) {
.forma {
  min-height: 20px;
  padding: 10px;
}
}


.form-control:-moz-placeholder {
  color: #a9a9a9;
}

.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}

.form-control:-webkit-input-placeholder {
  color: #a9a9a9;
}

.clear {
	clear: both;
}

.navigation {
	position: relative;
	background-color: #ffdd00;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.20);
	/* for shadow on firm page map */
	z-index: 3;
}

/*
@media screen and (max-width: 767px) {
	.navigation {
		box-shadow: none;
	}
}
*/

/*
.navigation .btn-default {
	background: #ffffff;
	background-image: none;
	border: none;
}
*/

.navigation .container {
	padding-right: 11px;
	padding-left: 11px;
}

.navigation .dropdown-menu {
	min-width: 0px;
}

.navigation .btn-default {
	border-radius: 0;
	border: none;
	padding: 10px 15px 10px 15px;
	background-color: transparent;
}

.navigation .btn-default:active {
	background-color: transparent;
}

/*
.navigation .btn-menu {
	padding: 13px 15px 13px 15px;
}
*/
.navigation .logo {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: 50px;
}

.navigation .logo img {
	height: 54px;
}

@media screen and (max-width: 991px) {
	.navigation .logo {
		margin-right: 0;
	}
}

/*
.navigation-start .logo {
	margin-bottom: 7px;
}
*/
/*
.navigation .header {
	float: left;
	width: 86%;
	text-align: right;
}


@media screen and (max-width: 991px) {
	.navigation .logo {
		position: relative;
		margin-top: 0;
		margin-bottom: 0;
		width: auto;
		margin-top: 2px;
	}

	.navigation .logo img {
		max-height: 36px;
	}

	.navigation .header {
		float: none;
		width: 100%;
	}
}
*/
/*
.navigation .slogan {
	font-size: 18px;
	float: left;
	margin-top: -19px;
}

.navigation .header .btn-default {
	background-color: transparent;
}

.navigation .header .dropdown-menu {
	min-width: 0px;
}

.navigation .header .btn-default {
	border-radius: 0;
	border: none;
	padding: 10px 15px 10px 15px;
}

.navigation .header .btn-menu {
	padding: 13px 15px 13px 15px;
}

.navigation .header .btn-default .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #888;
}

.navigation .header .btn-default .icon-bar + .icon-bar {
	margin-top: 4px;
}
*/
/*
.navigation .slogan {
	display: none;
}
*/
/*
.navigation .header-info {
	text-align: right;
	padding-right: 20px;
	float: right;
}

@media screen and (max-width: 767px) {
	.navigation .header-info {
		text-align: left;
		padding-right: 0;
		float: none;
	}
	.navigation .slogan {
		margin-top: 0;
		text-align: left;
		float: none;
	}
}
*/



/*
@media screen and (min-width: 1200px) {
	.navigation-start > .container {
		width: 1070px;
	}
}
*/
/*
@media screen and (min-width: 768px) {
	.navigation-start > .container {
		padding: 0;
	}
}

.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	z-index: 100;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ffdd00;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
}

.navigation-fixed > .container {
	background-color: transparent;
	padding-bottom: 5px;
}

.navigation-fixed .slogan,
.navigation-fixed .header-info,
.navigation-fixed .search-form-link {
	display: none;
}
*/
/*
.navigation-fixed .logo {
	margin: 0;
	margin: 5px 0 0 0;
}

.navigation-fixed .logo img {
	height: 45px;
	margin: auto;
}

@media screen and (max-width: 992px) {
	.navigation-fixed .logo {
		display: none;
	}
}

.navigation-fixed .header > .btn-group {
	display: none;
}
*/
/* menu */

.navigation .menu-back {
	background-color: #fff;
	/*border-top: 1px solid #cccccc;*/
}

@media screen and (min-width: 768px) {
	.navigation.navigation-start .menu-back {
		border-bottom: 4px solid #ffdd00;
	}
	.navigation.navigation-fixed .menu-back {
		border-bottom: none;
	}
}

.navigation .menu-right {
	margin-top: 4px;
	float: right;
}

.navigation .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	margin-top: 4px;
	/*float: left;*/
	/*margin-top: 20px;*/
}

.navigation .menu > li {
	/*float: left;*/
	display: inline-block;
}

.navigation .menu > li > a {
	color: #444;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 10px 4px 6px 4px;
	margin-left: 35px;
	/*text-transform: uppercase;*/
	/*padding: 10px 4px 6px 4px;
	margin-left: 24px;*/
}
.navigation .menu > li > a:hover,
.navigation .menu > li > a:focus {
	color: #444;
}
.navigation .menu > .active > a,
.navigation .menu > .active > a:hover,
.navigation .menu > .active > a:focus {
	color: #444;
	font-weight: bold;
	/*border-bottom: 7px solid #ffdd00;*/
}

.navigation .menu .counter {
	display: inline-block;
	background-color: #ffdd00;
	min-width: 21px;
	min-height: 21px;
	text-align: center;
	border-radius: 10px;
	color: #000;
	line-height: 21px;
	margin-top: -1px;
}

.navigation .menu > .active > a .counter,
.navigation .menu > .active > a:hover .counter,
.navigation .menu > .active > a:focus .counter {
	color: #000;
}

.navigation .menu > li > a.menu-mano-imones-active,
.navigation .menu > li > a.menu-mano-imones-active:hover,
.navigation .menu > li > a.menu-mano-imones-active:focus {
	color: #007cae;
}

.navigation .menu > .active > a.menu-mano-imones-active,
.navigation .menu > .active > a.menu-mano-imones-active:hover,
.navigation .menu > .active > a.menu-mano-imones-active:focus {
	color: #007cae;
}

@media screen and (min-width: 768px) {
	.navigation .menu > li > a {
		margin-left: -2px;
	}
	.navigation .menu > li > .dropdown-menu {
		left: -2px;
	}
}

@media screen and (min-width: 992px) {
	.navigation .menu > li > a {
		margin-left: 35px;
	}
	.navigation .menu > li > .dropdown-menu {
		left: 35px;
	}
}
@media screen and (max-width: 767px) {
	.navigation .menu-back .btn-group button {
		padding-left: 7px;
		padding-right: 7px;
	}
}
/*
@media screen and (min-width: 768px) {
	.navigation .menu > li > a {
		display: block;
		font-size: 16px;
		padding: 13px 4px 6px 4px;
		margin-left: 10px;
	}
	.navigation .menu > li > .dropdown-menu {
		left: 10px;
	}
}

@media screen and (min-width: 992px) {
	.navigation .menu > li > a {
		text-decoration: none;
		display: block;
		font-size: 14px;
		padding: 10px 4px 6px 4px;
		margin-left: 24px;
	}
	.navigation .menu > li > .dropdown-menu {
		left: 24px;
	}
}
*/

/* menu icon */
.menu-container-mobile .menu-icon {
	height: 12px;
	width: 12px;
	display: inline-block;
	/*position: absolute;
	display: block;
	left: -20px;
	top: 50%;*/
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-right: 10px;
	margin-bottom: -1px;
	/*
	background: linear-gradient(
	   to bottom,
	   black, black 20%,
	   white 20%, white 40%,
	   black 40%, black 60%,
	   white 60%, white 80%,
	   black 80%, black 100%
	 );
	 */
}

.menu-container-mobile .menu-icon:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border-top: 2px solid #000;
	position: relative;
	top: 3px;
	left: 0;
}

.menu-container-mobile .sub {
	padding-left: 25px;
}

.navigation .menu > li:first-child > a {
	margin-left: 0;
}

.background {
	width: 100%;
	height: 120%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	max-height: 549px;

	background-position: left 63px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
	.background {
		/*display: none;*/
		height: 126px;
		position: static;
		background-position: center center;
	}
}



/* page content */
.content-start {
	/*background-color: #fdfdfd;*/
	/*background: #ff0000 url(../images/search-form/search_icon.png) 20px center no-repeat;*/
	/*background-image: linear-gradient(rgba(255, 255, 255, 0) 50px, #ffffff 40px, #f0f0f0 200px);*/
	/*background-image: linear-gradient(#ffffff 1px, #f0f0f0 200px);*/
	/*background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #ffffff), color-stop(1%, #ff0000));*/
	/*background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0 200px);*/
	background-color: #f0f0f0;
	background-image: linear-gradient(#ffffff, #f9f9f9 200px);
	background-position: top center;
	/*padding-top: 40px;
	margin-top: 40px;
	min-height: 200px;*/
}
@media screen and (max-width: 767px) {
	.content-start {
		background-image: none;
		background-color: #ffffff;
		padding-top: 0;
		margin-top: 0;
	}
}

.content-start .container {
	/*margin-top: -40px;*/
	/*background-color: #fdfdfd;*/
	/*background-image: linear-gradient(#ffffff 40px, rgba(255, 255, 255, 0) 40px);*/
	/*background-image: -webkit-linear-gradient(top, #fff 40px, #f0f0f0 240px);*/
	background-image: linear-gradient(#fff 40px, #f9f9f9 240px);
	background-color: #f9f9f9;
	/*margin-top: -80px;*/
	padding-top: 28px;
	padding-bottom: 31px;
}
@media screen and (max-width: 767px) {
	.content-start .container {
		background-image: none;
		margin-top: 0px;
		padding-top: 10px;
	}
}

.content {
	background-color: #f9f9f9;
    background: linear-gradient(0deg, rgb(249, 249, 249) 0%, rgb(249, 249, 249) 90%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
	.content {
		background-image: none;
		/*background-color: #ffffff;   */
	}
}

@media screen and (max-width: 767px) {
	.content .container {
	/*padding-right: 10px;
	padding-left: 10px;*/
	}
}

.content .row-space {
	padding-top: 10px;
}

/* jei reikia pakeisti, tai container, row ir col-... turi būti vienodo padding (row neigiamas) arba container padding gali būti didesnis nei row, kitaip bus horizontal scroll */

/* vidinių puslapių container */
.content .container,
.content .container .row > div {
	padding-right: 11px;
	padding-left: 11px;
}
.content .container .row,
.content .container .form-horizontal .form-group {
	margin-right: -11px;
	margin-left: -11px;
}

@media screen and (max-width: 767px) {
	.content .container,
	.content .container .row > div {
		padding-right: 10px;
		padding-left: 10px;
	}
	.content .container .row,
	.content .container .form-horizontal .form-group {
		margin-right: -10px;
		margin-left: -10px;
	}
}

/* čia tik pirmam puslapiui, reikia daugiau vietos reklamoms */
.content-start .container,
.content-start .container .row > div {
	padding-right: 5px;
	padding-left: 5px;
	/*transition: width 1s;*/
}
.content-start .container .row {
	margin-right: -5px;
	margin-left: -5px;
}

@media screen and (max-width: 767px) {
	.content-start .container,
	.content-start .container .row > div {
		padding-right: 0;
		padding-left: 0;
	}
	.content-start .container .row {
		margin-right: 0;
		margin-left: 0;
	}
}

/*
.content .container .row > div {
	padding-right: 5px;
	padding-left: 5px;

}

.content .container .row,
.footer .container .row {
	margin-right: -5px;
	margin-left: -5px;
}
*/

/*
.content-start .container,
.content-start .container .row > div,
.footer .container,
.footer .container .row > div {
	padding-right: 5px;
	padding-left: 5px;
}
*/
/*
.content-start .container .row,
.footer .container .row {
	margin-right: -5px;
	margin-left: -5px;
}
*/

/* start page */
@media screen and (min-width: 768px) {
	.navigation-start {
		/*margin-bottom: 110px;*/
		/*margin-bottom: 170px;*/
		min-height: 540px;
		background: none;
		box-shadow: none;
	}

	.navigation-start > .container {
		/*margin-top: 105px;*/
		margin-top: 220px;
		/*background-color: rgba(255, 255, 255, .8);*/
	}
}

/*.navigation-fixed .search-form.search-form-start {*/
.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	z-index: 100;
	width: 100%;
	min-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ffdd00;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
	transition: background-color .1s;
}

.navigation-fixed > .container {
	margin-top: 0;
}

.navigation-fixed .menu-back {
	border: none;
}

.navigation-fixed .search-form-link,
.navigation-fixed .menu,
.navigation-fixed .menu-right {
	display: none;
}

.navigation-fixed .logo {
	position: fixed;
	top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.navigation-fixed .search-form.search-form-start {
		width: 89%;
		margin-left: auto;
		margin-right: 0;
	}
}

/* bottom */
.footer {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-top:40px;
}

/* custom row pad */
.footer .container,
.footer .container .row > div {
	padding-right: 11px;
	padding-left: 11px;
}

.footer .container .row {
	margin-right: -11px;
	margin-left: -11px;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover,
.footer a:focus {
	text-decoration: underline;
	color: #ffffff;
}

.footer .menu {
	background-color: #444444;
	padding: 15px 0 15px 0;
	color: #a3a3a3;
}

.footer .menu a {
	color: #a3a3a3;
	line-height:180%;
}

.footer .menu a:hover,
.footer .menu a:focus {
	text-decoration: underline;
	color: #ffffff;
}

.footer .menu a.title {
	color: #ffffff;
	text-transform: uppercase;
}


.footer .copyright {
	border-top: 1px solid #303030;
	background-color: #2e2e2e;
	padding: 11px 0 11px 0;
}

.footer .copyright .list-inline li {
	padding-left: 16px;
	padding-right: 0;
}

.footer .copyright .list-inline li.icon {
	padding-left: 5px;
}

.footer .copyright .link {
	padding-top: 8px;
	color: #a3a3a3;
}

.footer .copyright .link a {
	color: #a3a3a3;
}


/*** Pranesimai ***/
div.Pranesimas{
	font-size:12px;
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 6px;
	line-height: 18px;
	text-align:left;
}

div.PranesimasKlaida{
	font-size:12px;
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
	background:#FFFFE1 url(../images/icon/error.jpg) no-repeat 8px 8px;
	text-align:left;
}
/********************/



/* div'as breadcrumb'ui */
#navigacija {
	font-size: 12px;
	background-color: #f0f0f0;
	/*box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.10);*/
}

/* navigacijos container */
#navigacija .container,
#navigacija .container .row > div {
	padding-right: 11px;
	padding-left: 11px;
}
#navigacija .container .row {
	margin-right: -11px;
	margin-left: -11px;
}

@media screen and (max-width: 767px) {
	#navigacija .container,
	#navigacija .container .row > div {
		padding-right: 10px;
		padding-left: 10px;
	}
	#navigacija .container .row {
		margin-right: -10px;
		margin-left: -10px;
	}
}

#navigacija.imones-sarasas-navigacija {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#navigacija.imones-sarasas-navigacija {
		margin-bottom: 15px;
	}

}
#navigacija .navigacija_container{
	margin: 10px 0px 10px 0px;
	float: left;
}
@media screen and (max-width: 767px) {
	#navigacija .navigacija_container{
		margin: 5px 0px 5px 0px;
		float: none;
	}
}

#navigacija a {text-decoration: underline;}
#navigacija a:hover {text-decoration: none}
#navigacija .kaire {
	float:left;
}
#navigacija .desine {
	float:right;
	margin-left:20px;
	text-decoration:none;
}
#navigacija .desine a{text-decoration:none;}
#navigacija .desine a:hover{text-decoration:underline;}

#navigacija .share {
	float: right;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	#navigacija .share {
		float: none;
		margin-left: 0;
	}
}

#navigacija .share .title {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: inherit;
}
/*
.breadcrumb a{
	color:#000;
}

.breadcrumb > .active {
	color: #000;
}
*/
.breadcrumb > li + li:before {
	color: #777;
}
.breadcrumb > .active, .breadcrumb > .active a{
	color: #777;
}
.breadcrumb > .active a:hover{
	text-decoration: none;
}

#Filtras {
	font-size:11px;
	padding:13px;
	background-color:#ffffff;
	margin-bottom:1px;
}
#Filtras div{
	margin-bottom:3px;
}
#Filtras .h1{
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	text-transform: uppercase;
}
#Filtras .h1.active{
	color:#ff0000;
}
#Filtras form{
	margin:0px 0px 0px 0px;
}
#Filtras label {
	font-weight:normal;
}
#Filtras a{color:#000000; text-decoration:underline;}
#Filtras a:hover{color:#000000; text-decoration:none;}:hover
#Filtras a.active{color:#ff0000;}
#Filtras a:hover.active{color:#ff0000;}
#Filtras .link_more{
padding-left:17px;
}
/*
#footer {
	margin-top:40px;
}
*/

.icon-flip {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}


/*
* Off Canvas
* --------------------------------------------------
*/

@media screen and (max-width: 767px) {
.row-offcanvas {
	position: relative;
	/*transition: all .25s ease-out;*/
}

.row-offcanvas-right {
	right: 0;
}

.row-offcanvas-left {
	left: 0;
}

.row-offcanvas-right
.sidebar-offcanvas {
	right: -50%; /* 6 columns */
}

.row-offcanvas-left
.sidebar-offcanvas {
	left: -50%; /* 6 columns */
}

.row-offcanvas-right.active {
	right: 50%; /* 6 columns */
}

.row-offcanvas-left.active {
	left: 50%; /* 6 columns */
}

.sidebar-offcanvas {
	position: absolute;
	top: 0;
	width: 50%; /* 6 columns */

}
}

/* loading animation */
.loading {
	background: url(../images/loading.gif) center center no-repeat;
	width: 16px;
	height: 16px;
}

/* submenu */
.submenu {
    list-style-type: none;
    padding: 0;
    margin: 0 0 11px 0;
	border-bottom: 2px solid #ffdd00;
	margin-left: -11px;
	margin-right: -11px;
}

@media screen and (max-width: 767px) {
	.submenu {
		margin-left: -10px;
		margin-right: -10px;
		border-bottom: none;
	}
}

.submenu:after {
    content:'';
    display:block;
    clear: both;
}

.submenu li {
	text-transform: uppercase;
	display: block;
	float: left;
	/*padding: 5px 10px 5px 10px;*/
	background-color: #e9e5e4;
	margin: 0;
}

.submenu li.active {
	background-color: #ffdd00;
}

@media screen and (max-width: 767px) {
	.submenu li {
		float: none;
	}
}

.submenu li a {
	color: #000;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
}

.submenu li a,
.submenu li a:hover,
.submenu li a:focus {
	text-decoration: none;
}


/* text overflow */

.text-overflow {

}

.text-overflow .text-limit {
	max-height: 60px;
	overflow: hidden;
}

.scroll-top {
	/*border: 2px solid #007cae;*/
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.83);
	line-height: 14px;
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	top: 90%;
	/*bottom: 10px;*/
	right: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	box-shadow: none;
	opacity: 0;
	/*opacity: 1;*/
	/*transition: all .5s ease-out;*/
	z-index: 90;
	transition: top 250ms 600s;
}

.scroll-top.scroll-top-shadow {
	opacity: 1;
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.6);
	transition: all .5s ease-out;
}

@media print {
	body {
		background: none;
	}

	.content.content-start .hidden-xs {
		display: inherit !important;
	}

	.content,
	.content-start .container {
		background: none;
	}
/*
	.navigation .menu > li > a {
		font-size: 16px;
		padding: 13px 4px 6px 4px;
		margin-left: 10px;
	}
*/
	.page {
		background: none;
		box-shadow: none;
		border: none;
	}

	.breadcrumb > li.hidden-xs {
		display: inline-block !important;
	}

	.menu-container {
		display: initial !important;
	}

	.footer {
		display: none;
	}
	.background {
		display: none;
	}

	.navigation {
		box-shadow: none;
	}
	.navigation .menu {
		display: inline-block !important;
	}
	.navigation .menu > li > a {
		padding: 3px 5px 3px 5px;
		margin-left: 0;
	}
	.navigation .menu > li > .dropdown-menu {
		left: 0;
	}
	.navigation .menu.btn-group {
		display: none !important;
	}

	.cookie-policy {
		display: none;
	}

	.slogan {
		display: none;
	}

	.navigation.navigation-start .menu-back {
		border: 1px solid #fff;
	}
}


/* hide only for screen, not for print */

@media screen and (max-width: 767px) {
	.info-hidden-xs {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.info-hidden-sm {
		display: none !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.info-hidden-md {
		display: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.info-hidden-lg {
		display: none !important;
	}
}


.info-visible-xs-block {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.info-visible-xs-block {
		display: block !important;
	}
}

.info-visible-sm-block {
	display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.info-visible-sm-block {
		display: block !important;
	}
}

.btn-more {
	color: #333;
	background-color: #ffdd00;
	border-color: #ffdd00;
	padding-top:8px;
	padding-bottom:8px;

}

.glyphicon-facebook {
	display: inline-block;
	width: 22px;
	height: 22px;
	/*width: 21px;
	height: 32px;*/
	/*line-height: 14px;*/
	vertical-align: middle;
	background-image: url(../images/icon/facebook.png);
	background-size: 14px 14px;
	background-position: center center;
	background-repeat: no-repeat;
	/*margin: -2px 3px -6px -4px;*/
	/*margin: 0 7px 0 0;*/
}

.glyphicon-twitter {
	display: inline-block;
	width: 22px;
	height: 22px;
	/*width: 21px;
	height: 32px;*/
	/*line-height: 14px;*/
	vertical-align: middle;
	background-image: url(../images/icon/twitter.png);
	background-size: 17px 14px;
	background-position: center center;
	background-repeat: no-repeat;
	/*margin: -2px 3px -6px -4px;*/
	/*margin: 0 7px 0 0;*/
}

.btn-share {

}

.btn-share:hover,
.btn-share:focus,
.btn-share.focus,
.btn-share:active,
.btn-share.active,
.open > .dropdown-toggle.btn-share {
	background-color: #eee;
}




 /* blokeliai */
.blokas_pirmas_psl h2{
	font-size: 32px;
	color: #4a4a4a;
	vertical-align: baseline;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-left: 10px;
}
.blokas_pirmas_psl h2 a {
	color: #000000;
	text-decoration: none;
}
.blokas_pirmas_psl h2 a:hover {
	text-decoration: none;
	color: #000000;
}
.blokas_vid_psl > h2{
	font-size: 32px;
	color: #4a4a4a;
	vertical-align: baseline;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-left: 10px;
}
.blokas_vid_psl > h2 a {
	color: #000000;
	text-decoration: none;
}
.blokas_vid_psl > h2 a:hover {
	text-decoration: none;
	color: #000000;
}
@media screen and (max-width: 767px) {
	.blokas_pirmas_psl h2 {
		font-size: 18px;
		padding: 18px 10px 7px 10px;
		margin: 0;
		font-weight: normal;
		color: #000;
	}
	.blokas_pirmas_psl h2 a {
		color: #000;
	}
	.blokas_vid_psl > h2 {
		font-size: 28px;
		padding: 18px 10px 7px 0px;
		margin: 0;
		font-weight: normal;
		color: #000;
	}
}
.blokas_pirmas_psl .btn-egroup {
	float: right;
	margin-top: -68px;
}

@media screen and (max-width: 767px) {
	.blokas_pirmas_psl .btn-egroup {
		float: none;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
}

/* mygtuku grupe */
.btn-egroup .btn {
	margin-right: 10px;
}
.btn-egroup .btn:last-child {
	margin-right: 0;
}




/* saraso virsus */
.list_header h1 {
	font-size: 26px;
	margin-bottom: 40px;
	color:#333333;
	font-weight:bold;
	float:left;
}
.list_header h1 a { color:#333333;}
.buttons_right{
	float:right;
	padding-top:7px;
}
@media screen and (max-width: 767px) {
	.list_header h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.buttons_right{
		margin-top:20px;
	}

}
/* EOF saraso virsus */

.cookie-policy {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f0f0f0;
	color: #000;
	z-index: 100000;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	padding: 12px 10px 20px 10px;
	overflow: hidden;
	transform-origin: 98.7% 50%;
	box-shadow: -4px 0px 8px 0px rgba(0,0,0,.6);
}

.cookie-policy .container {
    padding-right: 0;
    padding-left: 0;
}

.cookie-policy .cookie-control {
    margin-top: 10px;
	margin-bottom: 5px;
}
.cookie-policy .cookie-txt{
	color:#111;
}

.cookie-policy .btn-link{
	text-decoration:underline;
}
.cookie-policy .btn-primary {
	background-color: #333;
	border-color: #333;
	padding:8px 40px;
}
@media screen and (max-width: 767px) {
.cookie-policy .btn-primary {
	padding:8px 25px;
	font-size:16px;
}
}
.cookie-policy .btn.cookie-control-btn-primary svg {
    fill: #FFFFFF;
    width: 10pt;
    height: 10pt;
	margin-right:10px;
	margin-bottom:-2px;
}

.cookie-policy .container .btn:focus {
    outline: none;
}
.cookie-policy .glyphicon.glyphicon-remove{
	color:#bebebe;
}

.cookie-policy .cookie-policy-close {
	color: #2e2e2e;
	display: block;
	cursor: pointer;
	font-size: 26px;
	float: right;
}

.cookie-policy .cookie-control {
	text-align: center;
	position: relative;
}

.cookie-policy #cookie_policy_more {
	position: absolute;
	right: 0;
}

@media screen and (max-width: 767px) {
	.cookie-policy .cookie-control {
		text-align: right;
	}
	.cookie-policy #cookie_policy_more {
		position: static;
	}
}

.cookie-policy .cookie-list {
	position: relative;
}

.cookie-policy .cookie-list .checkbox input {
	margin-top: 3px;
}

.cookie-policy button .glyphicon,
.cookie-policy a .glyphicon {
	margin-left: 3px;
}

.cookie-policy .cookie-tab-content {
	overflow: auto;
	max-height: 200px;
	border: 1px solid #ddd;
	background-color: #fff;
	color:#000;
	border-top: none;
	padding: 7px 10px 0 10px;
}

.cookie-policy .cookie-list .cookie-type {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 130px;
	margin-left: -10px;
	padding: 3px 0 3px 10px;
	background-color: #eee;
	cursor: pointer;
}

.cookie-policy .cookie-list .cookie-type.active {
	background-color: #fff;
	border-right: none;
	cursor: inherit;
}

/*
.cookie-policy .cookie-list .cookie-type.active input:not([disabled]) {
	cursor: pointer;
}
*/

.cookie-policy .cookie-list .cookie-type label {
	font-weight: normal;
}

.cookie-policy .cookie-list .cookie-type.active label {
	cursor: pointer;
}

.cookie-policy .cookie-list .cookie-type.active:first-child {
	border-top: 1px solid #fff;
}

.cookie-policy .cookie-list .cookie-description {
	position: absolute;
	top: 0;
	left: 140px;
	max-height: 100%;
	overflow: auto;
}

.cookie-policy .cookie-list .cookie-description:before {
	content: '';
	display: block;
	height: 7px;
}

/*
.cookie-policy {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(65, 65, 65, .8);
	color: #fff !important;
	z-index: 100000;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	padding: 7px 10px;
	overflow: hidden;
	transform-origin: 98.7% 50%;
}

.cookie-policy a {
	color: #fff !important;
	text-decoration: underline;
}

.cookie-policy-close {
	color: #fff !important;
	display: block;
	cursor: pointer;
	font-size: 26px;
	float: right;
}

.cookie-policy-close:hover {
	text-shadow: 0 0 5px #fff;
}

.cookie-policy.animate {
	animation: cookie-policy-remove 1s ease-out 1;
	animation-fill-mode: forwards;
}

@keyframes cookie-policy-remove {
	100% {
		opacity: 1;
		transition-timing-function: ease-out;
	}
	100% {
		opacity: 0;
	}
}
*/

.slogan {
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	font-size: 3rem;
	line-height: 32px;
	line-height: 3.2rem;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	text-align: center;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
	.slogan {
		font-size: 14px;
		font-size: 2.4rem;
		font-weight:bold;
		top: 0;
		margin-top: -72px;
		position: relative;
	}
}

.field_required{
	color:#ff0000;
}


/* abbr title turinį parodyti paspaudus, nes telefone nerodo title atributo turinio */
abbr[title] {
	position: relative;
}

abbr[title]:active {
	color: #f00;
}

abbr[title]:after {
	position: absolute;
	bottom: 150%;
	left: 0;
	content: attr(title);
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
	white-space: pre;
	visibility: hidden;
	transition: visibility 3s;
	z-index: 1;
}

abbr:active[title]:after {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.font-weight-normal{
	font-weight:400;
}
.rkl_gad{
	position:relative;
	padding-top:15px;
}

.rkl_gad:before{
	content: 'Reklama';
    font-family: Arial,sans-serif;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	font-size: 10px;
	/*line-height: 8px;*/
	letter-spacing: 1px;
	text-align: left;
    padding-right:5px;
}

/* nerodyti tuščių reklamos vietų */
.rkl_gad:has(> [data-ad-status="unfilled"]) {
	display: none;
}

.nav-toolbar{
}

.nav-toolbar-items{
	float:left;
	color:#000;
	font-size:16px;
	line-height: 36px;
	padding-left: 10px;
	margin-bottom: 30px;
	background-color: #f0f0f0;
	border: 1px solid #e1e1e1;
	border-radius: 19px;
	font-size:16px;
	letter-spacing: .02em;
}
.nav-toolbar-items::after{
	clear:both;
}
.nav-toolbar-items a.btn-nav-link, .nav-toolbar-items .btn-item-active {
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
	margin-right: 20px;
}
.nav-toolbar-items .item-inactive{
	margin-right: 20px;
}
.nav-toolbar-items-h1{
	padding-right: 10px;
	color:#666;
}
@media screen and (max-width: 767px) {
	.nav-toolbar-items {
		font-size:14px;
		border-radius: 0px;
	}
}
.stat_prz{
	color:#fff;
	font-weight:500;
	background-color:#ff2727;
	padding-right:3px;
	padding-left:3px;
	margin-left:4px;
	margin-right:4px;
	border-radius: 7px;
	user-select: none;
}
.stat_abc_prz{
	color:#ff0000;
	font-weight:500;
	padding-left:3px;
}
.stat_abc_rakt{
	color:#999;
	padding-left:3px;
}

.info-tooltip {
	cursor: default;
	line-height: 16px;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	/*mobiliems tooltip rodyti paspaudus*/
	.info-tooltip[title] {
		cursor: pointer;
		position: relative;
	}

	.info-tooltip[title]::after {
		background-color: #fff;
		color: #222;
		font-size:14px;
		padding: 8px 12px;
		height: fit-content;
		width: fit-content;
		border-radius: 0px;
		position: absolute;
		text-align: center;
		bottom: 0;
		left: 100%;
		content: attr(title);
		display: none;
		box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.05);
	}

	.info-tooltip[title]:hover:after, .info-tooltip[title]:active:after {
		display: block;
		width: 250px;
	}
}