* {
	border:						0;
	margin:						0;
	padding:					0;
	outline:					none;
}

@font-face
{
	font-family: PT_Sans-Web-Regular;
	src: url("../fonts/PT_Sans-Web-Regular.ttf");
}

@font-face
{
	font-family: OpenSans-ExtraBold;	
	src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#font') format('svg');
}

@font-face
{
	font-family: OpenSans-Bold;
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#font') format('svg');
}

@font-face
{
	font-family: OpenSans-Regular;
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#font') format('svg');
}

@font-face
{
	font-family: OpenSans-Semibold;
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#font') format('svg');
}

@font-face
{
	font-family: OpenSans-Light;
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#font') format('svg');
}

body {
	margin:0px; 
	padding:0px; 
	line-height: 16px;
	font-family: "OpenSans-Regular", tahoma,sans-serif;
	overflow-x: hidden !important;
}

p, h1, h2, h3, h4, h5, h6{
	margin:0px; 
	padding:0px;
}

p { 
	padding:0; 
	margin:0; 
	color:#3d3d3d; 
	font: 14px/16px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
}

p a {
	color:#000000;
	text-decoration: none;
	
	transition: all 0.7s ease 0s;
}

a {
	color:#000000;
	text-decoration: none;
	
	transition: all 0.7s ease 0s;
}

p a:hover {
	color:#7FC241;
	text-decoration: none;
	
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}

a:hover {
	color:#7FC241;
	text-decoration: none;
	
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}

ul{
	padding:0; 
	margin:0; 
	color:#3d3d3d; 
	font: 14px/16px /*"PT_Sans-Web-Regular", */tahoma,sans-serif;
}

li {
	padding:0; 
	margin:0; 
	color:#3d3d3d; 
	font: 14px/16px /*"PT_Sans-Web-Regular", */tahoma,sans-serif;
}

.item-page li {
	padding:0; 
	margin:5px 0 5px 10px; 
	color:#3d3d3d; 
	font: 14px/16px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
}

table
{
	border-collapse:collapse;
}

table,th, td
{
	/*border: 1px solid #616262;*/
	color: #000000;
	padding:1px;
}

.wrapper {
	width: 100%;
	height: auto;
}

.main-header {
	width: 100%;
	min-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	height: 1px;
	z-index: 500;
}

.top-menu {
	position: relative;
}

.flip_menu_wrapper {
	width:700px;
	position: relative;
	float: right;
	margin: 15px 0 0 0;
}

.side-wrapper {
	width: 130px;
	height: 30px;
	position: relative;
	margin-left:10px;
	float: left;
}

.side-wrapper .first-side a{
    background: none repeat scroll 0 0 #c5c5c5;
    height: 25px;
    left: 0;
    padding: 10px 0 0px 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 130px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	/*border-radius: 3px; */
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.side-wrapper .second-side {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 35px;
    left: 0;
    padding: 0px 0px 0px 0px;
	text-align: left;
    position: absolute;
    top: 0;
	width: 130px;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #474747;
	/*border-radius: 3px; */
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.side-wrapper .second-side {
	background: #056b2e; /* Old browsers */
	/*background: -moz-linear-gradient(-45deg, #7fc241 0%, #056b2e 50%, #7fc241 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7fc241), color-stop(50%,#056b2e), color-stop(100%,#7fc241)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(135deg, #7fc241 0%,#056b2e 50%,#7fc241 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(-45deg, #7fc241 0%,#056b2e 50%,#7fc241 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(-45deg, #7fc241 0%,#056b2e 50%,#7fc241 100%); /* IE10+ */
	/*background: linear-gradient(-45deg, #7fc241 0%,#056b2e 50%,#7fc241 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc241', endColorstr='#7fc241',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
   /* background: linear-gradient(-45deg, #dee0de, #f3f4f3 50%, #dee0de 100%) repeat scroll 0 0 transparent; */
	box-shadow: 1px 1px 2px #aaa;
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	-moz-transform: perspective(800px) rotateX(180deg);
	-webkit-transform: perspective(800px) rotateX(180deg);
	-o-transform: perspective(800px) rotateX(180deg);
	-ms-transform: perspective(800px) rotateX(180deg);
	transform: perspective(800px) rotateX(180deg);
}

.side-wrapper .second-side a {
	display: block;
	text-transform: uppercase;
	color: #474747;
	height: 25px;
	padding: 10px 0 0 0;
	width: 130px;
	text-align: center;
	color: #d3eeba;
}

.side-wrapper .second-side a:hover{
	color: #d3eeba;
}

.side-wrapper .first-side a{
	background: #056b2e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #056b2e 0%, #7fc241 50%, #056b2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#056b2e), color-stop(50%,#7fc241), color-stop(100%,#056b2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(135deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* IE10+ */
	background: linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056b2e', endColorstr='#056b2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 1px 1px 2px #aaa;
	text-transform: uppercase;
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    
	-moz-transform: perspective(800px) rotateX(0deg);
	-webkit-transform: perspective(800px) rotateX(0deg);
	-o-transform: perspective(800px) rotateX(0deg);
	-ms-transform: perspective(800px) rotateX(0deg);
	transform: perspective(800px) rotateX(0deg);
}

.side-wrapper:hover .second-side {
	-moz-transform: perspective(800px) rotateX(0deg);
	-webkit-transform: perspective(800px) rotateX(0deg);
	-o-transform: perspective(800px) rotateX(0deg);
	-ms-transform: perspective(800px) rotateX(0deg);
	transform: perspective(800px) rotateX(0deg);
}
.side-wrapper:hover .first-side a {
	-moz-transform: perspective(800px) rotateX(-179.9deg);
	-webkit-transform: perspective(800px) rotateX(-179.9deg);
	-o-transform: perspective(800px) rotateX(-179.9deg);
	-ms-transform: perspective(800px) rotateX(-179.9deg);
	transform: perspective(800px) rotateX(-179.9deg);
	
	color: #474747;
}

.top-line {
	position: fixed;
	left: 0;
	top: 0;
	height: 5px;
	width: 100%;
	background: #ffffff;
	z-index: 5;
}

.logo {
	width: 126px;
	background: #ffffff;
	height:116px;
	top: 0;
	left: 0;
	margin: 0 auto;
	position: fixed;
	z-index: 3;
}

.logo a {
	background:url(../images/logo.png) no-repeat;
	width: 99px;
	height: 65px;
	display: block;
	position: absolute;
	left: 10px;
	top: 23px;
	z-index: 50000;
}

.fotter-wrapper {
	position: fixed;
	bottom: 0;
	height: 57px;
	width: 100%;
	z-index: 50000;
	background: rgba(0, 0, 0, 0.9);

}

.fotter-inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 50000;
	height: 30px;
	position: relative;
}

.fotter-inner-skew {
	height: 30px;
	position: absolute;
	width: 100%;
}

.fotter-right {
	position: absolute;
	right: 34px;
	z-index: 50000;
	width: 200px;
	top: 0;
}

.fotter-right a {
	background:url(../images/hanner_logo.png) no-repeat;
	width: 90px;
	height: 20px;
	display: block;
	margin-top: 22px;
	opacity: 1;
	float: left;
	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.fotter-right a:hover {
	background:url(../images/hanner_logo.png) no-repeat;
	width: 90px;
	height: 20px;
	display: block;
	margin-top: 22px;
	opacity: 0.7;
	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.fotter-right p {
	font-family: "OpenSans-Semibold";
	color: #cccccc;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	display: block;
	margin-top: 21px;
}

.fotter-left {
	float: left;
}

.fotter-center {
	margin: 20px 210px 0 70px;
	width: 700px;
	display: inline-block;
	position: relative;
	z-index: 5000;
}

.fotter-center p a{
	color: #cccccc;
	font-family: "OpenSans-Semibold";
	font-size: 10px;
	text-transform: uppercase;
	
}

.fotter-center p {
	color: #cccccc;
	font-family: "OpenSans-Semibold";
	font-size: 10px;
	text-transform: uppercase;
	
}

.fotter-left p.webbus {
	float: left;
	display: block;
	color: #cccccc;
	font-size: 10px;
	margin: 21px 0 0 0px;
	left: 33px;
	position: relative;
	font-family: "OpenSans-Semibold";
	text-transform: uppercase;
}

.fotter-left p.webbus a{
	color: #cccccc;
	font-size: 10px;
	font-family: "OpenSans-Semibold";
	z-index: 9999;
	
}


.fotter-left div.verkiu_slenis {
	float: left;
	display: block;
	color: #ffffff;
	font-size: 10px;
	margin: 7px 20px 0 180px;
	position: relative;
	z-index: 1000000;
}

.fotter-left div.verkiu_slenis .custom {
	float:left;
	display: block;
}

.fotter-left div.verkiu_slenis .VombieLikeButton {
	float: left;
	display: block;
	margin-left: 120px;
	width: 100px;
}

.fotter-left div.verkiu_slenis .custom p a{
	color: #ffffff;
	z-index:9999999;
	font-weight: bold;
}

.fotter-left div.verkiu_slenis .custom p a:hover{
	color: #ccea9b;
	z-index:9999999;
}

.fotter-left div.daugiau {
	float: left;
	display: block;
	color: #88c476;
	font-size: 10px;
	margin: 5px 20px 0 180px;
	position: relative;
	width: 600px;
}

.fotter-left div.daugiau a{
	color: #ffffff;
	font-size: 14px;
	z-index: 9999;
	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.fotter-left div.daugiau a:hover{
	color: #bfe8b3;
	font-size: 14px;
	z-index: 9999;
	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.edit-icon {
	display: none;
}

.content {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	/*position: relative;*/
	top: 100px;
}

.content .blog {
	background:url(../images/transparent-bg.png) repeat;
	padding: 30px 30px 60px 30px;
	width: 700px;
	top: 20px;
	right: 150px;
	position: absolute;
}

.content .blog .items-row div .item .page-header h2 {
	font-size: 14px;
	line-height: 16px;
	color: #F75100;
}

.content .blog .items-row div .item {
	border-bottom: 1px solid #474746;
	padding-bottom:5px;
	margin-bottom: 5px;
	overflow: hidden;
}

.content .blog .items-row div .item .readmore {
	color: #ffffff;
	background: #F75100;
	padding: 5px;
	margin: 3px;
	float: right;
	display: block;
}

.content .blog .items-row div .item .readmore a {
	color: #ffffff;
}

.content .blog .items-row div .item .readmore a:hover {
	color: #9CCD29;
}

.item-page {
	background:url(../images/transparent-bg.png) repeat;
	padding: 30px 30px 60px 30px;
	width: 700px;
	top: 20px;
	right: 150px;
	position: absolute;
}

.item-page h1,
.item-page h3 {
	color: #7FC241;
	font-size: 16px;
	margin: 0 0 10px;
}

.item-page .page-header h2 {
	color: #056B2E;
	font-size: 16px;
	margin: 0 0 20px 10px;
}

.moduletable_bg1 h3 {
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 0px 5px #348c1d;
	padding:  0 0 20px 0;
	font-size: 23px;
}

.moduletable_bg1 {
	width: 1140px;
	margin: 0 auto;
	position: absolute;
	padding: 0 0 20px 0;
	z-index: 5;
}

.custom_bg1 {
	position: relative;
	width: 1150px;
	z-index: -1;
}

.custom_bg1 p img {
	background: url(../images/transparent-bg.png) repeat;
	padding: 3px;
	width:840px;
	margin: 0 auto;
	display: block;
	z-index: -1;	
}

.moduletable_menu ul {
	margin: 9px 10px 0 0;
}

.moduletable_menu ul li {
	float: left;
	height: 30px;
	margin-left: 10px;
	position: relative;
	width: 130px;
	list-style: none;
}

.moduletable_menu ul li a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #ffffff 0%, #dadcd9 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#dadcd9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	box-shadow: 0px 0px 2px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 5px 0 0px 0;
	margin:3px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 120px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #477105;
	border-radius: 3px; 
	border: 1px solid #ffffff;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_menu ul li a:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #ffffff 0%, #dadcd9 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#dadcd9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	box-shadow: 0px 0px 5px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 8px 3px 3px 3px;
	margin: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 120px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #F75100;
	border-radius: 3px;
	border: 1px solid #ffffff;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_menu ul li.active a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #ffffff 0%, #dadcd9 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#dadcd9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(-15deg, #ffffff 0%,#dadcd9 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	box-shadow: 0px 0px 5px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 8px 3px 3px 3px;
	margin: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 120px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #F75100;
	border-radius: 3px;
	border: 1px solid #ffffff;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.jpanelHandle p {
	color: #ffffff !important;
}

.jpanelContent {
	background: url(../images/transparent-bg.png) repeat;
}

.jpanelContent div h2 {
	display: none;
}

.jpanelContent div p a {
	color: #3D3D3D !important;
}

.jpanelContent div p a:hover {
	color: #000000 !important;
}

.top-cover {
	position: fixed;
	width: 100%;
	height: 285px;
	background: url(../images/top-cover.png) repeat-x;
	z-index:-1;
	left:0;
	top: 5px;
}

#zhgm-wrapper {
	background: url(../images/top-cover.png) repeat-x;
}

.gm-style div:nth-of-type(1) div:nth-of-type(2) {
	background: url(../images/top-cover.png) repeat-x;
}

.gm-style div div:nth-of-type(1) div:nth-of-type(2),
.gm-style div div div:nth-of-type(1) div:nth-of-type(2) {
	background: transparent;
}

.background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -5;
}

.background-v {
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 1150px;
}

.custom_4 {
	height: 1200px;
	min-height: 600px;
	min-width: 1150px;
	left: 50%;
	margin-left: -950px;
	position: absolute;
	width: 1900px;
}

.custom_N1 {
	height: 1200px;
	min-height: 600px;
	min-width: 1150px;
	left: 50%;
	margin-left: -950px;
	position: absolute;
	width: 1900px;
	top: -150px;
}

.custom_N2 {
	height: 1200px;
	min-height: 600px;
	min-width: 1150px;
	left: 50%;
	margin-left: -920px;
	position: absolute;
	width: 1900px;
	top: -50px;
}

.custom_N3 {
	height: 1100px;
	min-height: 600px;
	min-width: 1150px;
	left: 50%;
	margin-left: -830px;
	position: absolute;
	width: 1700px;
	top: -50px;
}

.custom_N4 {
	height: 1100px;
	min-height: 600px;
	min-width: 1150px;
	left: 50%;
	margin-left: -820px;
	position: absolute;
	width: 1700px;
	top: -150px;
}

.custom_N14 {
	height: 1050px;
	min-height: 600px;
	min-width: 1150px;
	left: 50%;
	margin-left: -790px;
	position: absolute;
	width: 1900px;
	margin-top: 15px;
}

.custom_N15 {
	height: 1050px;
	min-height: 600px;
	min-width: 1150px;
	left: 50%;
	margin-left: -800px;
	position: absolute;
	width: 1900px;
	top: -50px;
}

/*.custom_privalumai_bg {
	height: 1100px;
	min-height: 600px;
	min-width: 1150px;
	left: 50%;
	margin-left: -950px;
	position: absolute;
	width: 1900px;
	top: -120px;
}*/

.moduletable_kvartalas .htmlmap_center {
	margin: 0 0 40px;
}

.moduletable_kvartalas {
	left: 150px;
}

.moduletable_kvartalas .htmlmap_center img {
	background: url("../images/transparent-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 3px !important;
	width:840px;
	margin: 0 auto;
	display: block;
	z-index: 300;
}

.custom_kvartalas {
	position: fixed;
	background: url("/images/backgrounds/blur_bg/5_blur_5.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
	min-height: 100%;
  min-width: 1024px;
  top: 0;
  left: 0;
}

.custom_kvartalas_blur {
	position: fixed;
	background: url("/images/backgrounds/blur_bg/ap_blur.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
	min-height: 100%;
  min-width: 1024px;
  top: 0;
  left: 0;
}

.custom_kvartalas_butai {
	position: fixed;
	background: url("/images/backgrounds/blur_bg/butai_blur.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
	min-height: 100%;
  min-width: 1024px;
  top: 0;
  left: 0;
}

.custom_kvartalas_apie {
	position: fixed;
	background: url("/images/backgrounds/blur_bg/apie.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
	min-height: 100%;
  min-width: 1024px;
  top: 0;
  left: 0;
}

.moduletable_kvartalas {
	z-index: 300;
	position: relative;
	top: -25px;
	border: 3px solid #FFFFFF;
	width: 840px;
	height: 533px;
}

.moduletable_namas {
	padding: 3px;
	width:853px;
	height: 553px;
	z-index: 300;
	position: absolute;
	top: -36px;
	left: 194px;
}

.moduletable_namas1 {
	padding: 3px;
	width:1000px;
	height: 550px;
	z-index: 300;
	position: absolute;
	top: -36px;
	left: 100px;
}

.moduletable_namas .htmlmap_center img {
	border: none;
}

.header {
	position: relative;
	/*overflow:hidden;
	height: 100px;*/
}

.dbp {
	width: 100px;
	height: 50px;
	position: absolute;
	top: -50px;
	right: 40px;
	z-index: 400;
}

.moduletable_dbp ul li {
	list-style: none;
	width: 100px;
	height: 30px;
}

.moduletable_dbp ul li a {
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
	border: none;
	border-radius: 3px;
	opacity: 1;
	text-align: center;
	color: #ffffff;
	margin: 10px;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_dbp ul li a .menu_wrapper .menu_title .image-title {
	position: relative;
	top: -70px;
	left: 7px;
	color: #ffffff;
	font-size: 16px;
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_dbp ul li a:hover .menu_wrapper .menu_title .image-title {
	position: relative;
	top: -70px;
	left: 7px;
	color: #cfedb2;
	font-size: 16px;
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_dbp ul li a .menu_wrapper .menu_title img {
	-webkit-transform: scale(.9);
		   -moz-transform: scale(.95);
		    -ms-transform: scale(.95);
		     -o-transform: scale(.95));		
		        transform: scale(.95);
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_dbp ul li a:hover .menu_wrapper .menu_title img {
	-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1));		
		        transform: scale(1);
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_filter {
	width: 950px;
	position: absolute;
	margin: 0 0 0 50px;
	background: #ffffff;
	padding: 30px 30px 30px 50px;
	top: 150px;
	height: 605px;
	overflow: hidden;
	/*border-radius: 3px;*/
}

.moduletable_filter h3 {
	font-family: "OpenSans-Bold";
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	position: absolute;
	top:46px;
}

.k2Filtrify.k2ItemsBlock._filter {
	margin: 0 0 20px 0;
}

#k2FiltrifyPlaceHolder ul li.ft-field {
	border: 1px solid #7FC241;
	border-radius: 3px;
	padding: 8px 15px;
	box-shadow: 0 0 5px #6b9460;
}

#k2FiltrifyPlaceHolder{
	margin: 0 0 20px 0;
}

ul#k2FiltrifyContainer {
	width: 775px;
	box-shadow: 0 0 3px #6b9460;
	padding: 25px;
	margin: 15px 0 10px 0;
	overflow: hidden;
}

ul#k2FiltrifyContainer li.itemContainer {
	float: left;
	height: 10px;
	border-top: 1px solid #b0beac;
	padding: 5px 0 3px 0;
}

ul#k2FiltrifyContainer li.itemContainer a.moduleItemTitle {
	width: 40px;
	float: left;
	padding: 0 0 0 10px;
	color: #135602;
	font-weight: bold;
}

ul#k2FiltrifyContainer li.itemContainer a.moduleItemTitle:hover {
	width: 40px;
	float: left;
	padding: 0 0 0 10px;
	color: #7ed568;
	font-weight: bold;
}

ul#k2FiltrifyContainer li.itemContainer .moduleItemExtraFields {
	float: left;
	width: 720px;
}

ul#k2FiltrifyContainer li.itemContainer .moduleItemExtraFields ul li.typeSelect {
	width: 80px;
	float: left;
	list-style: none;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

ul#k2FiltrifyContainer li.itemContainer .moduleItemExtraFields ul li.typeRadio {
	width: 150px;
	float: left;
	list-style: none;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

ul#k2FiltrifyContainer li.itemContainer .moduleItemExtraFields ul li.typeTextfield {
	width: 80px;
	float: left;
	list-style: none;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

ul#k2FiltrifyContainer li.itemContainer .moduleItemExtraFields ul li .moduleItemExtraFieldsLabel{
	display: none;
}

#legend h4 {
	font-size:14px;
	color: #7c7d7c;
	margin: 5px 0 5px 0;
}

#legend p.selected {
	display: block;
	float: left;
	margin-right: 10px;
	color: #7c7d7c;
}

#legend p.selected .category {
	text-transform: capitalize;
}

#legend p.result {
	margin-right: 10px;
	display: inline-block;
	width: 700px;
	color: #7c7d7c;
}

#k2Container {
	width: 910px;
	position: absolute;
	margin: 100px 0 0 255px;
	/*right: 0px;*/
	/*background:url(../images/transparent-bg.png) repeat; */
	padding: 0px;
	/*top: 80px;*/
}

.itemHeader {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 26px;
	left: 522px;
	
	font-family: "OpenSans-Bold";
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
}

.itemHeader h2 {
	font-family: "OpenSans-Bold";
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
}

.custom_buto_nr p {
	position: absolute;
	width:150px;
	height: 20px;
	top: 12px;
	margin: 130px 0 0 655px;
	
	font-family: "OpenSans-Bold";
	font-size: 24px;
	color: #ffffff;
}

.itemHeader .itemCategory {
	color: #F75100;
	font-weight: normal;
	font-size: 14px;
}

.itemToolbar {
	text-align: center;
	color: #7c7d7c;
	margin: 0 0 0px 5px;
	display: inline-block;
	padding: 10px 10px 7px 10px;
	/*border-radius: 3px;*/
	color: #7FC241;
	/*float: left;*/
	position: absolute;
	top: -75px;
	left: 635px;
	
}

.itemToolbar ul li {
	list-style: none;
}

.itemToolbar ul li a {
	background:url(../images/print.png) no-repeat;
	display: block;
	width: 29px;
	height: 26px;
	opacity: 1;
	position: absolute;
	right: -130px;
	top: 100px;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.itemToolbar ul li a:hover {
	opacity: 0.7;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.itemToolbar ul li a span {
	display:none;
}

.itemBody {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 910px;
	padding: 10px 0 80px 0;
}

.itemExtraFields {
	float: left;
	display: block;
	width: 208px;
	background: transparent;
	position: relative;
	top: 29px;
	left: 170px;
	/*border-radius: 3px;*/
}

.itemExtraFields h3 {
	text-align: left;
	color: #ffffff;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-family: "OpenSans-Bold";
	font-weight: normal;
}

.itemExtraFields ul li.odd {
	background: #ffffff;
	list-style: none;
	display: inline-block;
	width: 208px;
	height: 34px;
}

.itemExtraFields ul li.even {
	background: #e1ecf2;
	list-style: none;
	display: inline-block;
	width: 208px;
	height: 34px;
}

.itemExtraFields ul li .itemExtraFieldsLabel {
	width:80px;
	display: block;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: "OpenSans-Regular";
	color: #666666;
	padding: 8px 0 0 15px;
}

.itemExtraFields ul li .itemExtraFieldsValue {
	width: 93px;
	display: block;
	margin: 0 0 0 0px;
	padding: 8px 0 0 0px;
	float: left;
	font-size: 12px;
	font-family: "OpenSans-Bold";
	color: #666666;
	text-align: right;
}

.itemExtraFields ul li:nth-of-type(10),
.itemExtraFields ul li:nth-of-type(11),
.itemExtraFields ul li:nth-of-type(12),
.itemExtraFields ul li:nth-of-type(13),
.itemExtraFields ul li:nth-of-type(14),
.itemExtraFields ul li:nth-of-type(15),
ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(10),
ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(11),
ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(12),
ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(13),
ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(14),
ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(15) {
	display: none;
	visibility: hidden;
}

.itemExtraFields ul li:nth-of-type(10) .itemExtraFieldsLabel,
.itemExtraFields ul li:nth-of-type(12) .itemExtraFieldsLabel,
.itemExtraFields ul li:nth-of-type(13) .itemExtraFieldsLabel,
.itemExtraFields ul li:nth-of-type(16) .itemExtraFieldsLabel {
	width: 143px;
}

.itemExtraFields ul li:nth-of-type(10) .itemExtraFieldsValue,
.itemExtraFields ul li:nth-of-type(12) .itemExtraFieldsValue,
.itemExtraFields ul li:nth-of-type(13) .itemExtraFieldsValue,
.itemExtraFields ul li:nth-of-type(16) .itemExtraFieldsValue {
	width: 30px;
}

.itemExtraFields ul li:nth-of-type(11) .itemExtraFieldsValue {
	display: none;
	visibility: hidden;
}

.itemExtraFields ul li:nth-of-type(11) .itemExtraFieldsLabel {
	font-weight: bold;
	width: 163px;
}

.itemExtraFields ul li:nth-of-type(8) .itemExtraFieldsLabel {
	width:40px;
	display: block;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: "OpenSans-Regular";
	color: #666666;
	padding: 8px 0 0 15px;
}

.itemExtraFields ul li:nth-of-type(8) .itemExtraFieldsValue {
	width: 133px;
	display: block;
	margin: 0 0 0 0px;
	padding: 8px 0 0 0px;
	float: left;
	font-size: 12px;
	font-family: "OpenSans-Bold";
	color: #666666;
	text-align: right;
}

.itemBackToTop {
	display: none;
}

.itemNavigation {
	width: 360px;
	display: block;
	background:url(../images/transparent-bg.png) repeat;
	padding: 15px;
	/*border-radius: 3px;*/
	position: absolute;
	top: 280px;
	right: 240px;
}

.itemNavigationTitle {
	color: #7FC241;
	font-size: 14px;
	font-weight: bold;
}

.itemNavigation .itemPrevious {
	color: #7FC241;
	font-size: 14px;
	margin: 0 0px 0 0px;
	float: left;
	font-weight: bold;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.itemNavigation .itemPrevious:hover {
	color: #cccccc;
	font-size: 14px;
	margin: 0 0px 0 0px;
	float: left;
	font-weight: bold;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.itemNavigation .itemNext {
	color: #7FC241;
	font-size: 14px;
	float: right;
	font-weight: bold;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.itemNavigation .itemNext:hover {
	color: #cccccc;
	font-size: 14px;
	float: right;
	font-weight: bold;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_rodykle_n1 {
	position: absolute;
	width: 37px;
	height: 55px;
	z-index: 500;
	top: 310px;
	left: 770px;
}

.custom_rodykle_n1 {
	width: 37px;
	height: 55px;
}

.custom_rodykle_n1 p a {
	width: 37px;
	height: 55px;
	display: block;
}

.custom_rodykle_n2 p a {
	width: 37px;
	height: 55px;
	display: block;
}

.custom_rodykle_n3 p a {
	width: 37px;
	height: 55px;
	display: block;
}

.custom_rodykle_n4 p a {
	width: 37px;
	height: 55px;
	display: block;
}

.custom_rodykle_n14 p a {
	width: 37px;
	height: 55px;
	display: block;
}

.custom_rodykle_n15 p a {
	width: 37px;
	height: 55px;
	display: block;
}

.moduletable_rodykle_n2 {
	position: absolute;
	width: 37px;
	height: 55px;
	z-index: 500;
	top: 260px;
	left: 480px;
}

.custom_rodykle_n2 {
	width: 37px;
	height: 55px;
}

.moduletable_rodykle_n3 {
	position: absolute;
	width: 37px;
	height: 55px;
	z-index: 500;
	top: 160px;
	left: 400px;
}

.custom_rodykle_n3 {
	width: 37px;
	height: 55px;
}

.moduletable_rodykle_n4 {
	position: absolute;
	width: 37px;
	height: 55px;
	z-index: 500;
	top: 170px;
	left: 650px;
}

.custom_rodykle_n4 {
	width: 37px;
	height: 55px;
}

.moduletable_rodykle_n14 {
	position: absolute;
	width: 37px;
	height: 55px;
	z-index: 500;
	top: -20px;
	left: 210px;
}

.custom_rodykle_n14 {
	width: 37px;
	height: 55px;
}

.moduletable_rodykle_n15 {
	position: absolute;
	width: 37px;
	height: 55px;
	z-index: 500;
	top: -20px;
	left: 340px;
}

.custom_rodykle_n15 {
	width: 37px;
	height: 55px;
}

.moduletable_pasirinkite_auksta {
	position: absolute;
	top: 20px;
	left: 250px;
}

.moduletable_pasirinkite_auksta .custom_pasirinkite_auksta h4 {
	color: #056B2E;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 5px #ffffff;
}

.moduletable_pasirinkite_auksta .custom_pasirinkite_auksta p {
	color: #F75100;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 5px #ffffff;
}

#k2FiltrifyContainer .buto_pav {
	font-size: 12px;
	color: #545453;
	width: 40px;
	padding: 0 0 0 10px;
	text-align: center;
} 

#k2FiltrifyContainer .typeSelect {
	font-size: 12px;
	color: #545453;
	width: 80px;
	text-align: center;
}

#k2FiltrifyContainer .typeTextfield {
	font-size: 12px;
	color: #545453;
	width: 80px;
	text-align: center;
}

#k2FiltrifyContainer .typeRadio {
	font-size: 12px;
	color: #545453;
	width: 150px;
	text-align: center;
}

.itemFullText_susisiekit {
	width: 380px;
	display: block;
	background:url(../images/transparent-bg.png) repeat;
	padding: 10px;
	/*border-radius: 3px;*/
	right: 230px;
	top: 215px;
	position: absolute;
	
}

.full_susisiekti_title {
	width: 100%;
	text-align: left;
	color: #F75100;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 0 0 0 10px;
}

.full_susisiekti_k1, .full_susisiekti_k2, .full_susisiekti_k3 {
	width: 180px;
	padding: 10px 5px 10px 5px;
	float: left;
	display: none;
	font-size: 14px;
	color: #545454;
}

.full_susisiekti_k1 a, .full_susisiekti_k2 a, .full_susisiekti_k3 a{
	color: #056B2E;
}

.full_susisiekti_k1 a:hover, .full_susisiekti_k2 a:hover, .full_susisiekti_k3 a:hover{
	color: #7FC241;
}

.itemBody .itemFullText {
	float: right;
	width: 400px;
	display: block;
	padding: 0px;
	height: 205px;
	position: relative;
	top: 81px;
	margin-right: 120px;
}

.itemBody .itemFullText .sigplus-gallery ul li {
	display: block;
	margin: 0 0px 0 0px !important;
	position: relative;
	float: right;
}	

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(2) {
	top: 0;
	left: 0;
	float: left;
}

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(3) {
	margin-top: 10px !important;
	position: relative;
	display: block;
	width: 114px;
	height: 88px;
}

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(4) {
	display: none !important;
}

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(1) a img,
.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(3) a img{
	max-width: 114px;
	max-height: 88px;
}

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(3) a img {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(2) a {
	width: 250px;
	height: 182px;
	background: transparent;
	/*border-radius: 3px;*/
	padding: 0px;
	/*vertical-align: middle;*/
	display: table-cell;
}

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(1) a {
	width: 114px;
	height: 88px;
	background: transparent;
	/*border-radius: 3px;*/
	padding: 0px;
	/*vertical-align: middle;*/
	display: table-cell;
}

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(1) a .image_hover_butuose,
.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(3) a .image_hover_butuose {
	width: 114px;
	height: 88px;
	background:url(../images/buto_image_cover_plus.png) no-repeat rgba(0,0,0,0.7);
	/*border-radius: 3px;*/
	padding: 0px;
	/*vertical-align: middle;*/
	display: table-cell;
	position: absolute;
	left: 0;
	top: 0;
	z-index:10;
	opacity: 0;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(1) a:hover .image_hover_butuose,
.itemBody .itemFullText .sigplus-gallery ul li:nth-of-type(3) a:hover .image_hover_butuose {
	width: 114px;
	height: 88px;
	background:url(../images/buto_image_cover_plus.png) no-repeat rgba(0,0,0,0.7);
	/*border-radius: 3px;*/
	padding: 0px;
	/*vertical-align: middle;*/
	display: table-cell;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index:10;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_ap {
	width: 850px;
	position: absolute;
	right: 50px;
	padding-bottom: 40px;
}

.moduletable_ap14 {
	width: 850px;
	position: absolute;
	right: 50px;
	padding-bottom: 40px;
}

.moduletable_ap .custom_ap {
	width: 850px;
	height: 533px;
	background-repeat: no-repeat;
	top: 100px;
	position: relative;
}

.moduletable_ap14 .custom_ap14 {
	width: 850px;
	height: 533px;
	background-repeat: no-repeat;
	top: 50px;
	position: relative;
}

.moduletable_ap_menu ul li {
	list-style: none;
}

.background-gmap {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
}

.jpanelContent ul {
	margin: 5px 0 5px 0;
}

.jpanelContent ul li {
	color:#3d3d3d; 
	font: 14px/18px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	margin: 0px 0 0px 15px;
}

.moduletable_left_menu_namas {
	position: absolute;
	top: 60px;
	left: 60px;
	display: block;
	z-index: 9999999;
}

.moduletable_left_menu_namas h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #056B2E;
	text-shadow: 0 0 7px #ffffff;
	padding: 7px;
	background-color: rgba(255,255,255,.6);
}

.moduletable_left_menu_namas ul li {
	list-style: none;
	height: 35px;
	position: relative;
	margin: 0 0 5px 0;
}

.moduletable_left_menu_namas ul li.active .menu_wrapper{
	background: #9ccd29; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #9ccd29 0%, #6D9A0F 50%, #9ccd29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9ccd29), color-stop(50%,#6D9A0F), color-stop(100%,#9ccd29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* IE10+ */
	background: linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccd29', endColorstr='#9ccd29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 2px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 10px 0 0px 0;
	margin:3px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 120px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	border-radius: 3px; 
	border: 1px solid #ffffff;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
	transform: scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.moduletable_left_menu_namas ul li a .menu_wrapper {
	background: #9ccd29; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #9ccd29 0%, #6D9A0F 50%, #9ccd29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9ccd29), color-stop(50%,#6D9A0F), color-stop(100%,#9ccd29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* IE10+ */
	background: linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccd29', endColorstr='#9ccd29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 2px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 10px 0 0px 0;
	margin:11px 4px 3px 4px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 120px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	border-radius: 3px;
	border: 1px solid #ffffff;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}	

.moduletable_left_menu_namas ul li a {
	color: #477105;
}

.moduletable_left_menu_namas ul li a:hover {
	color: #ffffff;
}

.moduletable_left_menu_namas ul li.active a {
	color: #ffffff;
}

.moduletable_left_menu_namas ul li a:hover .menu_wrapper {
	background: #9ccd29; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #9ccd29 0%, #6D9A0F 50%, #9ccd29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9ccd29), color-stop(50%,#6D9A0F), color-stop(100%,#9ccd29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* IE10+ */
	background: linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccd29', endColorstr='#9ccd29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 5px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 10px 0px 0px 0px;
	margin: 11px 4px 3px 4px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 120px;
	text-transform: uppercase;
	font: 12px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	border-radius: 3px;
	border: 1px solid #ffffff;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
	transform: scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.moduletable_left_menu_namas ul li.active a .menu_wrapper{
	background: #9ccd29; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #9ccd29 0%, #537017 50%, #9ccd29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9ccd29), color-stop(50%,#537017), color-stop(100%,#9ccd29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* IE10+ */
	background: linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccd29', endColorstr='#9ccd29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 5px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 10px 0px 0px 0px;
	margin: 11px 4px 3px 4px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 120px;
	text-transform: uppercase;
	font: 12px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #F75100;
	border-radius: 3px;
	border: 1px solid #F75100;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
	transform:scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.moduletable_left_menu_namas ul li a .menu_wrapper {
	text-transform: uppercase;
	text-align: center;
    position: absolute;
	width: 120px;
	font: 12px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
}

.moduletable_left_menu_namas ul li.active a .menu_wrapper {
	text-transform: uppercase;
	text-align: center;
    position: absolute;
	width: 120px;
	font: 12px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	margin: 11px 0 0 5px;
}




.moduletable_top_menu_aukstai {
	position: absolute;
	top: -5px;
	left: 450px;
	display: block;
}

.moduletable_top_menu_aukstai h3 {
	font-size: 14px;
	margin: 0 0 20px 0;
	color: #7FC241;
	text-shadow: 0 0 7px #ffffff;
}

.moduletable_top_menu_aukstai ul li {
	list-style: none;
	height: 35px;
	width: 40px;
	float: left;
	position: relative;
	margin: 0 0 5px 10px;
}

.moduletable_top_menu_aukstai ul li.active a .skew{
	background: #9ccd29; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #9ccd29 0%, #537017 50%, #9ccd29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9ccd29), color-stop(50%,#537017), color-stop(100%,#9ccd29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* IE10+ */
	background: linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccd29', endColorstr='#9ccd29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 2px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 10px 0 0px 0;
	margin:3px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 40px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	border-radius: 3px; 
	border: 1px solid #F75100;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
	transform: scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.moduletable_top_menu_aukstai ul li a .skew {
	background: #9ccd29; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #9ccd29 0%, #6D9A0F 50%, #9ccd29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9ccd29), color-stop(50%,#6D9A0F), color-stop(100%,#9ccd29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* IE10+ */
	background: linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccd29', endColorstr='#9ccd29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 2px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 10px 0 0px 0;
	margin:3px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 40px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	border-radius: 3px; 
	border: 1px solid #ffffff;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}	

.moduletable_top_menu_aukstai ul li a {
	color: #ffffff;
}

.moduletable_top_menu_aukstai ul li a:hover {
	color: #ffffff;
}

.moduletable_top_menu_aukstai ul li.active a {
	color: #ffffff;
}

.moduletable_top_menu_aukstai ul li a:hover .skew {
	background: #9ccd29; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #9ccd29 0%, #6D9A0F 50%, #9ccd29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9ccd29), color-stop(50%,#6D9A0F), color-stop(100%,#9ccd29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* IE10+ */
	background: linear-gradient(-15deg, #9ccd29 0%,#6D9A0F 50%,#9ccd29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccd29', endColorstr='#9ccd29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 5px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 10px 0px 0px 0px;
	margin: 3px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 40px;
	text-transform: uppercase;
	font: 12px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	border-radius: 3px;
	border: 1px solid #ffffff;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
	transform: scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.moduletable_top_menu_aukstai ul li.active a .skew{
	background: #9ccd29; /* Old browsers */
	background: -moz-linear-gradient(-15deg, #9ccd29 0%, #537017 50%, #9ccd29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9ccd29), color-stop(50%,#537017), color-stop(100%,#9ccd29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(165deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* IE10+ */
	background: linear-gradient(-15deg, #9ccd29 0%,#537017 50%,#9ccd29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccd29', endColorstr='#9ccd29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 5px #ffffff;
	text-transform: uppercase;
	
	height: 20px;
    left: 0;
    padding: 10px 0px 0px 0px;
	margin: 3px;
	text-align: center;
    position: absolute;
    top: 0;
	width: 40px;
	text-transform: uppercase;
	font: 12px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #F75100;
	border-radius: 3px;
	border: 1px solid #F75100;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
	transform:scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.moduletable_top_menu_aukstai ul li a .menu_wrapper {
	/*text-transform: uppercase;*/
	text-align: center;
    position: absolute;
	width: 40px;
	font: 12px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	margin: 11px 0 0 5px;
}

.moduletable_top_menu_aukstai ul li.active a .menu_wrapper {
	/*text-transform: uppercase;*/
	text-align: center;
    position: absolute;
	width: 40px;
	font: 12px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	margin: 11px 0 0 5px;
}

.moduletable h3 {
	position: absolute;
	width: 400px;
	top: 175px;
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 40px 24px 24px 48px;
	background: none repeat scroll 0 0 #ffffff;
	/*border-radius: 3px;*/
	height: 30px;
	text-transform:uppercase;
	font-family: "OpenSans-Bold";
	margin: 0 0 0 560px;
}

h4._sef {
	position: absolute;
	width: 624px;
	top: 193px;
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 40px 48px 5px 48px;
	background: none repeat scroll 0 0 #ffffff;
	/*border-radius: 3px;*/
	height: 30px;
	text-transform:uppercase;
	font-family: "OpenSans-Bold";
	text-align: center;
	margin: 0 0 0 170px;
}

.mod_sef_susisiekti {
	position: absolute;
	width: 400px;
	height: 335px;
	top: 250px;
	display: block;
	padding: 10px 24px 24px 48px;
	background: #ffffff;
	/*border-radius: 3px;*/
	margin: 0 0 40px 170px;
}

.mod_sef_susisiekti #_SimpleEmailForm_1 .mod_sef_table {
	border: none;
}

.mod_sef_susisiekti_tr, .mod_sef_susisiekti_th, .mod_sef_susisiekti_td, .mod_sef_susisiekti_space {
	border: none;
}

.mod_sef_susisiekti_table tbody {
	position: relative;
	display: block;
	width: 350px;
	padding: 25px 25px 60px 25px;
	background-color: rgba(255,255,255, 0.7);
	overflow: hidden;
}

.mod_sef_susisiekti_space {
	display: none;
}

.mod_sef_susisiekti_td {
	position: relative;
	display: block;
	width: 100%;
	height: 35px;
}

.mod_sef_susisiekti_th {
	display: block;
}

.mod_sef_susisiekti_th {
	color: #056839;
	font-size: 14px;
	font-weight: bold;
}

.mod_sef_susisiekti_tr {
	min-height: 30px;
	margin: 0 0 3px 0;
	display: inline-block;
}

#mod_simpleemailform_captcha_1 {
	margin: 0 0 0 10px;
}

.mod_sef_susisiekti_tr:nth-of-type(1){
	float: left;
	width: 150px;
	display: block;
	position: relative;
}

.mod_sef_susisiekti_tr:nth-of-type(2){
	float: right;
	width: 150px;
	display: block;
	position: relative;
}

.mod_sef_susisiekti_tr:nth-of-type(5){
	float: left;
	display: block;
	position: relative;
	margin: 35px 0 0 0;
}

.mod_sef_susisiekti_tr:nth-of-type(6){
	float: right;
	display: block;
	position: relative;
	margin: 0px 0 0 0;
}

.mod_sef_susisiekti_tr:nth-of-type(5) th {
	display: none;
	visibility: hidden;
}

.mod_sef_susisiekti_tr:nth-of-type(7){
	float: right;
	display: block;
	position: relative;
	margin: 0px 0 0 0;
}

.mod_sef_susisiekti_tr:nth-of-type(1) .mod_sef_susisiekti_td input{
	float: left;
	width: 140px;
}

.mod_sef_susisiekti_tr:nth-of-type(2) .mod_sef_susisiekti_td input{
	float: left;
	width: 130px;
}

.mod_sef_susisiekti_tr:nth-of-type(3) .mod_sef_susisiekti_td input {
	margin: 0 0 17px 0;
	width: 330px;
}

.mod_sef_susisiekti_td input {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
}

.mod_sef_susisiekti_td textarea {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
	min-height:125px;
	width: 330px;
	min-width: 330px;
	max-width: 330px;
	min-height:60px;
	max-height: 60px;
}

#mod_simpleemailform_submit_1 {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
	background: #ffa800;
	padding: 7px 39px 7px 39px;
	margin: 19px 0 0 0;
	display: block;
	float: right;
	border-bottom: 2px solid #e5e5e5;
	border-top: 0px solid #ffffff !important;
	border-left: 0px solid #ffffff !important;
	border-right: 0px solid #ffffff !important;
	cursor: pointer;
}

#mod_simpleemailform_reset_1 {
	float: right;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	background: none;
	border: 0px solid #ffffff !important;
	text-decoration: underline;
	margin: 21px 5px 0 0;
	cursor: pointer;
	
	display: none;
	visibility: hidden;
}

.kontaktai-absolute {

}

.kontaktai-absolute .moduletable_absolute {
	position: relative;
	width: 100%;
	height: 200px;
	display: block;
	z-index: -9999999;
}

.moduletable_footer_cover {
	position: relative;
	width: 100%;
	height: 700px;
	display: block;
	z-index: -999999999999;
}

.moduletable_footer_cover_2 {
	position: relative;
	width: 100%;
	height: 700px;
	display: block;
	z-index: -999999999999;
}

.moduletable_susisiekti_agne_b {
	position: relative;
	float: left;
	width: 150px;
	display: block;
	padding: 15px;
	background:url(../images/transparent-bg.png) repeat;
	/*border-radius: 3px;*/
	top: 25px;
	margin: 0 40px 0 0;
}

.moduletable_susisiekti_milda_b {
	position: relative;
	float: left;
	width: 150px;
	display: block;
	padding: 15px;
	background:url(../images/transparent-bg.png) repeat;
	/*border-radius: 3px;*/
	top: 25px;
	margin: 0 40px 0 0;
}

.custom_susisiekti_agne_b h4 {
	font-size: 14px;
	font-weight: bold;
	color: #056B2E;
	margin: 0 0 5px 0;
}

.custom_susisiekti_milda_b h4 {
	font-size: 14px;
	font-weight: bold;
	color: #056B2E;
	margin: 0 0 5px 0;
}







.moduletable_susisiekti2 {
	position: absolute;
	width: 400px;
	top: 30px;
	left: 450px;
	display: block;
	padding: 15px 15px 5px 15px;
	background:url(../images/transparent-bg.png) repeat;
	/*border-radius: 3px;*/
	margin: 0 0 40px 0;
}

.moduletable_susisiekti {
	position: absolute;
	width: 350px;
	top: 30px;
	left: 55px;
	display: block;
	padding: 15px;
	background:url(../images/transparent-bg.png) repeat;
	/*border-radius: 3px;*/
	margin: 0 0 40px 0;
}

.moduletable_susisiekti_milda {
	position: relative;
	float: left;
	width: 150px;
	display: block;
	padding: 15px;
	background:url(../images/transparent-bg.png) repeat;
	/*border-radius: 3px;*/

	left: 55px;
	
	margin: 140px 20px 0 0;
	
}

.moduletable_susisiekti_agne {
	position: relative;
	float: left;
	width: 150px;
	display: block;
	padding: 15px;
	background:url(../images/transparent-bg.png) repeat;
	/*border-radius: 3px;
	
	top: 120px;*/
	
	left: 55px;
	
	margin: 140px 20px 0 0;
}

.custom_susisiekti_agne h4 {
	font-size: 14px;
	font-weight: bold;
	color: #056B2E;
	margin: 0 0 5px 0;
}

.custom_susisiekti_milda h4 {
	font-size: 14px;
	font-weight: bold;
	color: #056B2E;
	margin: 0 0 5px 0;
}



.custom_susisiekti h4 {
	font-size: 14px;
	font-weight: bold;
	color: #056B2E;
	margin: 0 0 5px 0;
}

.custom_susisiekti p a {
	color: #056B2E;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.custom_susisiekti p a:hover {
	color: #7FC241;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.blog-featured_namas .page-header {
	display: block;
	padding: 15px;
	position: absolute;
	/*border-radius: 3px;*/
	font-size: 10px;
	color: #056B2E;
	left: 50%;
	top: 0;
	text-shadow: 0 0 5px #ffffff;
}

.blog-featured_namas .page-header h1 {
	color: #056B2E;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	padding: 5px;
	font-size: 16px;
}

.moduletable_siaure_n1 {
	position: absolute;
	right: 250px;
	top: -50px;
}

.custom_siaure_n1 .siaure_bg {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 0px 0 0 0;
}

.custom_siaure_n1 .siaure_bg img {
	position: absolute;
	left: 6px;
	top: 4px;
}

.custom_siaure_n1 p {
	color: #056B2E;
	font-size: 14px;
	text-shadow: 0 0 5px #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}

.moduletable_siaure_n2 {
	position: absolute;
	right: 250px;
	top: -50px;
}

.custom_siaure_n2 .siaure_bg {
	position: relative;
	display: block;
	padding: 0px 0 0 0;
}

.custom_siaure_n2 .siaure_bg img {
	position: absolute;
	left: 0px;
	top: 2px;
}

.custom_siaure_n2 p {
	color: #056B2E;
	font-size: 14px;
	text-shadow: 0 0 5px #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}

/*.moduletable_spalvu_paaiskinimas {
	position: absolute;
	top: -20px;
	right: 250px;
	background:url(../images/transparent-bg.png) repeat;
	padding: 4px;
	/*border-radius: 3px;*/
}

/*.moduletable_spalvu_paaiskinimas .custom_spalvu_paaiskinimas ul li.laisv {
	list-style: none;
	font-size: 16px;
	background:url(../images/green-button.png) no-repeat;
	padding: 0 0 0 20px;
	line-height: 20px;
	background-position: 0 4px;
}

.moduletable_spalvu_paaiskinimas .custom_spalvu_paaiskinimas ul li.rezerv {
	list-style: none;
	font-size: 16px;
	background:url(../images/yellow-button.png) no-repeat;
	padding: 0 0 0 20px;
	line-height: 20px;
	background-position: 0 4px;
}*/
/*
ul#k2FilterContainer {
	width: 775px;
	box-shadow: 0 0 3px #6b9460;
	padding: 25px;
	margin: 15px 0 10px 0;
	overflow: hidden;
}*/

ul#k2FilterContainer li.itemContainer, ul#k2FilterContainer_titles li.itemContainer {
	float: left;
	min-height: 10px;
	border-top: 1px solid #b0beac;
	padding: 5px 0 3px 0;
	margin: 0 0 3px;
	display: block;
	list-style: none;
}

ul#k2FilterContainer li.itemContainer a.moduleItemTitle, ul#k2FilterContainer_title li.itemContainer a.moduleItemTitle {
	width: 55px;
	float: left;
	padding: 8px 0 8px 25px;
	color: #999999;
	text-align: left;
	font-family: "OpenSans-Regular";
	font-size: 14px;
}

.itemExtraFields  p{
	font-size: 12px;
	margin:5px 0 3px 0;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields, ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields {
	float: left;
	width: 850px;
}

ul#k2FilterContainer li.itemContainer .clr, ul#k2FilterContainer_titles li.itemContainer .clr {
	float: left;
	clear: none;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li.typeMultipleSelect.group1,
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li.typeMultipleSelect.group1 {
	display: none;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li.typeSelect,
ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li.typeRadio,
ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li.typeTextfield,
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li.typeSelect,
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li.typeRadio,
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li.typeTextfield {
	width: 80px;
	float: left;
	list-style: none;
	color: #999999 !important;
	text-align: center;
	font-family: "OpenSans-Regular";
	font-size: 14px;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(8),
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li:nth-of-type(8) {
	width:160px;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li span a,
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li span a {
	color: #999999 !important;
	text-align: center;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 8px 0 8px 0;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li span a:hover,
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li span a:hover {
	color: #999999 !important;
	text-align: center;
	font-family: "OpenSans-Regular";
	font-size: 14px;
}

/*ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(5) {
	display: none !important;
}*/

.k2Filter ul li.itemContainer {
	display: block;
	/*height: 27px;
	padding: 12px 0 0 0;*/
	border-bottom: 1px solid #cccccc;
}

.k2Filter ul li.itemContainer:hover {
	display: block;
	/*height: 27px;
	padding: 12px 0 0 0;*/
	border-bottom: 1px solid #cccccc;
	background: #d7eed3;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(5),
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li:nth-of-type(5) {
	width:100px !important;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li:nth-of-type(6),
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li:nth-of-type(6) {
	width:100px !important;
}

ul#k2FilterContainer li.itemContainer .moduleItemExtraFields ul li .moduleItemExtraFieldsLabel,
ul#k2FilterContainer_titles li.itemContainer .moduleItemExtraFields ul li .moduleItemExtraFieldsLabel{
	display: none;
}

#k2FilterContainer .buto_pav,
#k2FilterContainer .typeSelect,
#k2FilterContainer .typeTextfield,
#k2FilterContainer .typeRadio,
#k2FilterContainer_titles .buto_pav,
#k2FilterContainer_titles .typeSelect,
#k2FilterContainer_titles .typeTextfield,
#k2FilterContainer_titles .typeRadio {
	font-size: 14px;
	color: #999999;
	width: 90px;
	text-align: center;
	float: left;
	font-family: "OpenSans-Bold";
	height: 25px;
	list-style: none;
}

#k2FilterContainer_titles li:nth-of-type(1),
#k2FilterContainer_titles li:nth-of-type(2),
#k2FilterContainer_titles li:nth-of-type(3),
#k2FilterContainer_titles li:nth-of-type(4),
#k2FilterContainer_titles li:nth-of-type(5) {
	width: 80px !important;
}

#k2FilterContainer_titles li:nth-of-type(6),
#k2FilterContainer_titles li:nth-of-type(7) {
	width: 100px !important;
}

#k2FilterContainer_titles li:nth-of-type(9) {
	width: 140px !important;
}

/*#k2FilterContainer .typeRadio {
	width: 120px !important;
}*/

.filter_line {
	width: 100%;
	background: #cccccc;
	height: 1px;
	display: block;
	position: relative;
	overflow: hidden;
}

#k2FilterPlaceHolder {
	color: #545453;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.k2FilterSelectInner span, .k2FilterSelectInner label{
	color: #666666;
	margin: 0 0 5px 0;
	display: inline-block;
	width: 100%;
	font-family: "OpenSans-Regular";
	font-size: 14px;
}

.k2FilterSelectInner .row {
	margin: 0px 0 5px 0;
	display: inline-block;
	padding: 3px;
	/*border-radius: 3px;*/
}

.k2FilterSelectInner .row label {
	width: auto !important;
}

.k2FilterSelect {
	margin: 0 0 10px 0;
	max-width: 240px;
	height: 50px;
}

.k2FilterSelect.field_range {
	padding-left: 10px;
	width: 240px !important;
	margin: 0 30px 10px 0 !important;
	float: left;
	display: block;
}

#k2FilterSelectors form .clr {
	display: none;
}

.ui-widget-content {
	width: 240px;
}

.noResultsContainer {
	list-style: none;
}

.field_range .k2FilterSelectInner label, .field_range .k2FilterSelectInner label span {
	width: auto !important;
}

#filterForK2Module130Form .filter_field_4 {
	width: 300px;
	height: 80px;
}

#filterForK2Module130Form .filter_field_1 {
	width: 150px;
	height: 80px;
}

#filterForK2Module130Form .filter_field_2 {
	width: 200px;
	height: 80px;
}

#filterForK2Module130Form .filter_field_3 {
	width: 350px;
	margin: 0 30px 0 50px;
}

#filterForK2Module130Form .filter_field_6 {
	width: 350px;
	margin: 0 30px 0 10px;
}

#filterForK2Module130Form .filter_field_9 {
	width: 150px;
	height: 50px;
}


.row input.filteDataForSerialize {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}

.row input.filteDataForSerialize + label {
	padding-left:27px;
	height:22px; 
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	font-family: "OpenSans-Regular";
	color: #666666;
	vertical-align:middle;
	cursor:pointer;
}

.row input.filteDataForSerialize:checked + label {
	background-position: 0 -22px;
}

.row label  { 
	background-image: url(../images/elegant.png); 
}

.addRangeFilter a.ui-slider-handle {
	-moz-transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}

.moduletable_top_menu ul {
	margin: 0px 5px 0 0;
}

.moduletable_top_menu ul li {
	float: left;
	margin: 0 3px 0 3px;
	position: relative;
	height:55px;
	width: 130px;
	list-style: none;
}

.moduletable_top_menu ul li a {
	background: #056b2e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #056b2e 0%, #7fc241 50%, #056b2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#056b2e), color-stop(50%,#7fc241), color-stop(100%,#056b2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(135deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* IE10+ */
	background: linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056b2e', endColorstr='#056b2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 2px #888888;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	
	height: 25px;
    left: 0;
    padding: 35px 0 0px 0;
	text-align: center;
    position: absolute;
    top: -30px;
	width: 130px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	/*border-radius: 3px;*/
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_top_menu ul li a:hover {
	background: #056b2e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #056b2e 0%, #7fc241 50%, #056b2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#056b2e), color-stop(50%,#7fc241), color-stop(100%,#056b2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(135deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* IE10+ */
	background: linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056b2e', endColorstr='#056b2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 2px #888888;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	
	height: 25px;
    left: 0;
    padding: 35px 0 0px 0;
	text-align: center;
    position: absolute;
    top: -10px;
	width: 130px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	/*border-radius: 3px;*/
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_top_menu ul li.active a {
	background: #056b2e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #056b2e 0%, #7fc241 50%, #056b2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#056b2e), color-stop(50%,#7fc241), color-stop(100%,#056b2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(135deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* IE10+ */
	background: linear-gradient(-45deg, #056b2e 0%,#7fc241 50%,#056b2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056b2e', endColorstr='#056b2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	box-shadow: 0px 0px 2px #888888;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	
	height: 25px;
    left: 0;
    padding: 35px 0 0px 0;
	text-align: center;
    position: absolute;
    top: -10px;
	width: 130px;
	text-transform: uppercase;
	font: 14px/14px /*"PT_Sans-Web-Regular",*/ tahoma,sans-serif;
	color: #ffffff;
	/*border-radius: 3px;*/
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_apie_projekta_menu ul li {
	list-style: none;
	float: left;
}

.moduletable_apie_projekta_menu ul li a {
	background-color: rgba(255,255,255,.6);		
	display: block;
	margin: 10px;
	padding: 10px;
	/*-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
	text-align: center;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu ul li a:hover {
	background-color: rgba(255,255,255,.0);		
	display: block;
	margin: 10px;
	padding: 10px;
	/*-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
	text-align: center;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu ul li a img {
	border: 1px solid #ffffff;
	/*border-radius: 3px;*/

	-webkit-transform: scale(.9);
		   -moz-transform: scale(.95);
		    -ms-transform: scale(.95);
		     -o-transform: scale(.95));		
		        transform: scale(.95);
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu ul li a:hover img {
	border: 1px solid #ffffff;
	/*border-radius: 3px;*/

	-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1));		
		        transform: scale(1);
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu ul li a .image-title {
	margin: 10px 0 0 0;
	font-size: 20px;
	color: #056B2E;
	text-shadow: 0 0 5px #FFFFFF;
	display: block;
	opacity: 1;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu ul li a:hover .image-title {
	margin: 10px 0 0 0;
	font-size: 20px;
	color: #056B2E;
	text-shadow: 0 0 5px #FFFFFF;
	display: block;
	opacity: 0;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu {
	display: block;
	margin: 0 auto;
	top: 50px;
	position: relative;
	width: 1060px;
	padding: 0 0 0 20px;
}



.moduletable_apie_projekta_sub_menu ul li {
	list-style: none;
	float: left;
}

.moduletable_apie_projekta_sub_menu ul li a {
	background-color: rgba(255,255,255,.75);		
	display: block;
	margin: 10px;
	padding: 10px 10px 20px 10px;
	/*-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
	text-align: center;
	min-width: 200px;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_sub_menu ul li a:hover {
	background-color: rgba(255,255,255,.35);		
	display: block;
	margin: 10px;
	padding: 10px 10px 20px 10px;
	/*-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
	text-align: center;
	min-width: 200px;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_sub_menu ul li a .menu_wrapper .menu_title img {
	border: 1px solid #ffffff;
	/*border-radius: 3px;*/
	

	-webkit-transform: scale(.9);
		   -moz-transform: scale(.95);
		    -ms-transform: scale(.95);
		     -o-transform: scale(.95));		
		        transform: scale(.95);
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_sub_menu ul li a:hover .menu_wrapper .menu_title img {
	border: 1px solid #ffffff;
	/*border-radius: 3px;*/

	-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1));		
		        transform: scale(1);
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_sub_menu ul li a .menu_wrapper .menu_title .image-title {
	margin: 10px 0 0 0;
	font-size: 18px;
	color: #056B2E;
	text-shadow: 0 0 5px #FFFFFF;
	display: block;
	opacity: 1;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_sub_menu ul li a:hover .menu_wrapper .menu_title .image-title {
	margin: 10px 0 0 0;
	font-size: 18px;
	color: #056B2E;
	text-shadow: 0 0 5px #FFFFFF;
	display: block;
	opacity: 1;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_sub_menu {
	display: block;
	margin: 0 auto;
	top: 50px;
	position: relative;
	width: 900px;
	float: right;
	padding: 0 0 0 20px;
}














#supersized li {
	margin: 0 !important;
}

.placemarkContent p {
	font-size: 11px;
}

#sidejPanel_136_left .jpanelHandle {
	background: none;
	padding: 0 !important;
}

#sidejPanel_136_left .jpanelHandle img {
	width: 30px;
	height: 147px;
	position: absolute;
	right: -30px;
	bottom: 0;
}

.item-page .sigplus-gallery ul li a img {
	border: 1px solid #7FC241 !important;
	padding: 2px !important;
	background-color: #c4e8a3;
}

.item-page h3 {
	color: #F75100;
	font-size: 16px;
}

.moduletable_privalumai {
	position: absolute;
	width: 1150px;
}

.moduletable_privalumai .custom_privalumai .privalumas_bendras {
	display: block;
	position: absolute;
	height: 41px;
	cursor:pointer;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_privalumai .custom_privalumai .privalumas_bendras:hover {
	display: block;
	position: absolute;
	height: 41px;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.privalumas_bendras .privalumo_lapelis {
	background:url(../images/pliusiukas_small.png) no-repeat;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0px 5px 5px 5px;
	position: relative;
	top: -2px;
}

.moduletable_privalumai .custom_privalumai .privalumas_bendras .privalumo_title {
	background: rgba(250,250,250,.8); /* Old browsers */
	box-shadow: 0px 0px 4px #ffffff;
	text-transform: uppercase;
	
	padding: 3px;
	border: none;
	border-radius: 3px;
	
	display: block;
	font-size: 12px;
	color: #135602;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.privalumas_bendras .privalumo_info {
	max-width: 300px;
	min-width: 200px;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 45px;
	left: 5px;
	visibility: hidden;
	
	font-size: 12px;
	color: #3D3D3D;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.privalumas_bendras:hover .privalumo_info {
	max-width: 300px;
	min-width: 200px;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	top: 45px;
	left: 5px;
	visibility: visible;
	
	font-size: 12px;
	color: #3D3D3D;

	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.privalumas_bendras .privalumo_info_top {
	max-width: 300px;
	min-width: 200px;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 5px;
	visibility: hidden;
	
	font-size: 12px;
	color: #3D3D3D;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.privalumas_bendras:hover .privalumo_info_top {
	max-width: 300px;
	min-width: 200px;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	left: 5px;
	visibility: visible;
	
	font-size: 12px;
	color: #3D3D3D;

	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_sveikinimas {
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	width:400px;
	bottom: 10%;
	right: 5%;
	position: fixed;
}

.custom_sveikinimas p {
	font-size: 12px;
	line-height: 13px;
}

.moduletable_pirkejo_atmintine {
	display: block;
	position: absolute;
	color: #7FC241;
	top: 432px;
	right: 202px;
	padding: 15px;
	background: url("../images/transparent-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.moduletable_pirkejo_atmintine .custom_pirkejo_atmintine a {
	color: #F75100;
	font-size: 14px;
	font-weight: bold;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_pirkejo_atmintine .custom_pirkejo_atmintine a:hover {
	color: #7c7d7c;
	font-size: 14px;
	font-weight: bold;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_galerija .sigplus-gallery ul li a img {
	background: none repeat scroll 0 0 #FFFFFF !important;
	border: 1px solid #DDDDDD !important;
	padding: 5px !important;
	margin: 0 5px 10px !important;
	max-height: 230px !important;
}

/* ul#supersized li {
	top: 50px !important;
}*/

.ispard_lent tbody tr td {
	padding:5px;
	font-size: 14px;
}

.moduletable_intro {
	width: 250px;
	height: 160px;
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 10%;
	padding: 5px 10px 10px 10px;
	position: fixed;
	right: 5%;
	
}

#sidejPanel_136_left {
	bottom: 40px;
	left: -276px;
	width: 276px;
}

.placemarkContent h1.placemarkHead {
	font-size: 14px !important;
}

.k2Pagination ul .pagination-start, 
.k2Pagination ul .pagination-prev, 
.k2Pagination ul .pagination-next, 
.k2Pagination ul .pagination-end {
	display: none;	
}

.k2Pagination {
	margin: 30px 0 10px 0;
	padding: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.k2Pagination ul li {
	list-style: none;
	display: block;
	float: left;
}

.k2Pagination ul li span {
	padding: 5px 10px 5px 10px;
	margin: 5px;
	border:1px solid #e5e5e5;
	background-color: #ffffff;
	color: #545453;
	/*border-radius: 3px;*/
}

.k2Pagination ul li a {
	padding: 5px 10px 5px 10px;
	margin: 5px;
	border:1px solid #e5e5e5;
	background-color: #ffffff;
	color: #f6a828;
	/*border-radius: 3px;*/
}

.k2Pagination ul li a:hover {
	padding: 5px 10px 5px 10px;
	margin: 5px;
	background-color: #ffffff;
	color: #545453;
	/*border-radius: 3px;*/
}

.bt-introtext .readmore {
	position: relative;
	top: -20px;
}

.bt-introtext .readmore a {
	color: #ffffff;
	font-size: 12px;
	display: block;
	position: relative;
	float: right;
}


.custom_rse2 p {
	font-size: 12px;
	/*background: none repeat scroll 0 0 rgba(130, 190, 30, 0.8);*/
	background: none repeat scroll 0 0 rgba(250, 190, 0, 0.7);
	color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 4px #FFFFFF;
	display: block;
	padding: 7px 10px;
	text-shadow: 0 0 0px #000000;
	text-transform: uppercase;
	position: absolute;
	width: 200px;
	left: 750px;
	top: 190px;
	font-weight: bold;
	z-index: 9999999;
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.custom_rse2 p:hover {
	font-size: 12px;
	/*background: none repeat scroll 0 0 rgba(130, 190, 30, 0.8);*/
	background: none repeat scroll 0 0 rgba(250, 190, 0, 0.7);
	color: #dffbc5;
	border-radius: 5px;
	box-shadow: 0 0 4px #FFFFFF;
	display: block;
	padding: 7px 10px;
	text-shadow: 0 0 0px #000000;
	text-transform: uppercase;
	position: absolute;
	width: 200px;
	left: 750px;
	top: 190px;
	font-weight: bold;
	z-index: 9999999;
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.custom_rse3 p {
	font-size: 12px;
	/*background: none repeat scroll 0 0 rgba(130, 190, 30, 0.8);*/
	background: none repeat scroll 0 0 rgba(250, 190, 0, 0.7);
	color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 4px #FFFFFF;
	display: block;
	padding: 7px 10px;
	text-shadow: 0 0 0px #000000;
	text-transform: uppercase;
	position: absolute;
	width: 220px;
	left: 410px;
	top: 0px;
	font-weight: bold;
	z-index: 9999999;
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.custom_rse3 p:hover {
	font-size: 12px;
	/*background: none repeat scroll 0 0 rgba(130, 190, 30, 0.8);*/
	background: none repeat scroll 0 0 rgba(250, 190, 0, 0.7);
	color: #dffbc5;
	border-radius: 5px;
	box-shadow: 0 0 4px #FFFFFF;
	display: block;
	padding: 7px 10px;
	text-shadow: 0 0 0px #000000;
	text-transform: uppercase;
	position: absolute;
	width: 220px;
	left: 410px;
	top: 0px;
	font-weight: bold;
	z-index: 9999999;
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.gm-style-iw {
	overflow: hidden !important;
}

.background .moduletable_omp {
	height: 100%;
	min-width: 1100px;
	position: relative;
	width: 100%;
}

.background .moduletable_omp .custom_omp {
	background: url("../images/bg.jpg") no-repeat fixed center center rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	min-height: 100%;
	min-width: 1100px;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background .moduletable_omp_2 {
	height: 100%;
	min-width: 1100px;
	position: absolute;
	width: 100%;
}

.background .moduletable_omp_2 .custom_omp_2 {
	background: url("../images/bg_2.jpg") no-repeat fixed center center rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	min-height: 100%;
	min-width: 1100px;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.moduletable_map {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

#k2FilterSelectors {
	display: block;
	overflow: hidden;
	position: relative;
	width: 690px;
	float: right;
}

ul#k2FilterContainer {
	width: 100%;
	position: relative;
	display: block;
	height: 400px;
	top: 10px;
	max-width: 100%;
    overflow-y: hidden;
}
ul#k2FilterContainer_titles {
	width: 100%;
	position: relative;
	display: block;
	top: 10px;
	max-width: 100%;
    overflow-y: hidden;
	height: 35px;
}

._filter .clr {
	clear: both;
}

.background .moduletable_privalumai_bg {
	height: 100%;
	min-width: 1150px;
	width: 100%;
	position: relative;
}

.background .moduletable_privalumai_bg .custom_privalumai_bg {
	background:url("../images/privalumai.jpg") no-repeat fixed center center rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	min-height: 100%;
	min-width: 1100px;
}

.background .moduletable_hp_bg .custom_hp_bg {
	background:url("../images/home-page.jpg") no-repeat fixed center top / cover  rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	min-height: 100%;
	min-width: 1100px;
}

.background .moduletable_kvartalo_map {
	min-height: 600px;
	min-width: 1150px;
	position: relative;
	z-index: 2;
}

.background .moduletable_kvartalo_map .custom_kvartalo_map {
	background-image: url("../images/kvartalas.jpg");
	background-repeat: no-repeat;
	height: 1100px;
	width: 1920px;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -300px;
	position: absolute;
	z-index: 2;
}

.background .moduletable_n1_map {
	min-height: 600px;
	min-width: 1150px;
	position: relative;
	z-index: 2;
}

.background .moduletable_n1_map .custom_n1_map {
	background-image: url("../images/n1.jpg");
	background-repeat: no-repeat;
	height: 1200px;
	width: 1920px;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -350px;
	position: absolute;
	z-index: 2;
}

.background .moduletable_n2_map {
	min-height: 600px;
	min-width: 1150px;
	position: relative;
	z-index: 2;
}

.background .moduletable_n2_map .custom_n2_map {
	background-image: url("../images/n2.jpg");
	background-repeat: no-repeat;
	height: 1200px;
	width: 1920px;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -340px;
	position: absolute;
	z-index: 2;
}

.background .moduletable_n3_map {
	min-height: 600px;
	min-width: 1150px;
	position: relative;
	z-index: 2;
}

.background .moduletable_n3_map .custom_n3_map {
	background-image: url("../images/n3.jpg");
	background-repeat: no-repeat;
	height: 1200px;
	width: 1920px;
	left: 50%;
	top: 50%;
	margin-left: -955px;
	margin-top: -325px;
	position: absolute;
	z-index: 2;
}

.custom_hp_intro_text {
	width: 300px;
	height: 130px;
	top: 35%;
	left:10%;
	position: fixed;
	z-index: 500;
}

.custom_hp_intro_text p {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	font-family: "OpenSans-ExtraBold";
	margin: 0 0 5px 0;
	text-transform:uppercase;
	text-shadow: 2px 0 8px rgba(0,0,0,0.76);
}

.custom_hp_intro_text p.rinkis {
	color: #056839;
	font-size: 24px;
	line-height: 24px;
	text-transform:uppercase;
	background: #ffffff;
	font-family: "OpenSans-Bold";
	text-shadow: none;
	height: 60px;
	width: 268px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 43px 0 0 3px;
}

.custom_hp_intro_text p a {
	color: #056839;
	font-size: 24px;
	line-height: 24px;
	text-transform:uppercase;
	background: #ffffff;
	padding: 18px 0 18px 18px;
	font-family: "OpenSans-Bold";
	text-shadow: none;
	display: block;
	width: 185px;
	float: left;
}

.custom_hp_intro_text p a:hover {
	color: #056839;
	font-size: 24px;
	line-height: 24px;
	text-transform:uppercase;
	background: #ffffff;
	padding: 18px 0 18px 18px;
	font-family: "OpenSans-Bold";
	text-shadow: none;
	display: block;
	width: 185px;
	float: left;
}

.custom_hp_intro_text p a.pliusas {
	color: #056839;
	font-size: 36px;
	line-height: 36px;
	text-transform:uppercase;
	background: #ffffff;
	padding: 12px;
	font-family: "OpenSans-Bold";
	text-shadow: none;
	width: 30px;
	margin: 0 0 0 10px;
	float: left;
	display: block;
}

.moduletable_menu_top {
	position: absolute;
	display: block;
	width: 300px;
	left: 163px;
	top: 20px;
	z-index: 998;
}

.moduletable_menu_top ul li {
	list-style: none;
	float: left;
	display: block;
	margin: 0 27px 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.moduletable_menu_top ul li:hover {
	list-style: none;
	float: left;
	display: block;
	margin: 0 27px 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.moduletable_menu_top ul li.active {
	padding: 0 0 2px 0;
	border-bottom: 2px solid #ffffff;
}

.moduletable_menu_top ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "OpenSans-ExtraBold", Helvetica;
	
}

.moduletable_paieska {
	position: fixed;
	width: 200px;
	height: 45px;
	right: 0;
	top: 39px;
	background: #ffffff;
	cursor: pointer;
}

.moduletable_paieska:hover a{
	color: #056839;
}

.moduletable_paieska ul li {
	list-style: none;
	background: url("../images/paieska_icon.png") no-repeat 165px 10px;
	height: 25px;
	padding: 10px 0 10px 0;
}

.moduletable_paieska ul li a {
	font-family: "OpenSans-Bold", Helvetica;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	margin: 7px 0 0 18px;
	position: relative;
	display: block;
	text-transform: uppercase;
}

.moduletable_aukstai_butuose {
	position: absolute;
	display: block;
	height: auto;
	margin: 153px 0 0 165px;
	top:150px;
	z-index:308;
}

.moduletable_korpusas_butuose {
	position: absolute;
	display: block;
	height: auto;
	top:150px;
	margin: 82px 0 0 165px;
	z-index:309;
}

.moduletable_aukstai_aukstuose {
	position: absolute;
	display: block;
	width: 540px;
	height: 240;
	top:260px;
	margin: 0 0 0 95px;
}

.moduletable_aukstai_aukstuose ul li {
	display: block;
	float: left;
	width: 130px;
	list-style: none;
}

.moduletable_aukstai_aukstuose ul li a {
	font-family: "OpenSans-Light";
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}

.moduletable_aukstai_aukstuose ul li.active a {
	font-family: "OpenSans-Light";
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	top: -45px;
	position: absolute;
	padding: 0 !important;
}

.moduletable_aukstai_aukstuose ul li ul {
	display: block;
}

.moduletable_aukstai_aukstuose ul li ul li ul {
	display: none;
}

.moduletable_aukstai_aukstuose ul li ul li.active ul {
	background: url("../images/select-menu-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 120px;
	height: 0px;
	padding: 34px 0 0 0;
	position: relative;
	display: block;
	z-index: 500;
	top: -10px;
}

.moduletable_aukstai_aukstuose ul li ul li.active ul:after {
	background: url("../images/select-menu-point.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:9;
}

.moduletable_aukstai_aukstuose ul li ul li.active ul:before {
	background: url("../images/select-menu-point2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.moduletable_aukstai_aukstuose ul li ul li.active ul:hover:before {
	background: url("../images/select-menu-point2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.moduletable_aukstai_aukstuose ul li ul li.active ul li {
	border: 0px solid #ffffff;
	overflow: hidden;
	list-style: none;
	width: 120px !important;
	height: 21px;
	background: #fcfcfc;
	display: none;
	position: relative;
	opacity: 0;
	padding: 3px 0 0 0;
	/*visibility: hidden;*/
	
	/*transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;*/
}

.moduletable_aukstai_aukstuose ul li ul li.active ul:hover li {
	border: 0px solid #ffffff;
	overflow: hidden;
	list-style: none;
	width: 156px;
	height: 21px;
	background: #fcfcfc;
	display: block;
	position: relative;
	opacity: 1;
	padding: 3px 0 0 0;
	top:-1px;
	margin: 0;
	/*visibility: visible;*/
	
}

.moduletable_aukstai_aukstuose ul li ul li.active ul:hover li:hover {
	border: 0px solid #ffffff;
	list-style: none;
	width: 156px;
	height: 21px;
	background: #ededed;
	display: block;
	position: relative;
	overflow: hidden;
	opacity: 1;
	padding: 3px 0 0 0;
	top: -1px;
	margin: 0;
}

.moduletable_aukstai_aukstuose ul li ul li.active ul li a {
	border: 0px solid #ffffff !important;
	font-family: "OpenSans-Regular";
	font-size: 12px !important;
	color: #666666 !important;
	padding: 0 0 0 10px !important;
	margin: 0;
	top: auto !important;
	left: auto !important;
	background: none !important;
	width: 80px !important;
	text-transform: none !important;
}

.moduletable_aukstai_aukstuose ul li ul li.active ul li.active {
	border: 0px solid #ffffff;
	list-style: none;
	width: 156px;
	height: 20px;
	background: transparent;
	display: block;
	position: absolute;
	opacity: 1;
	padding: 9px 0 0 0;
	top: 0;
	left: 0;
	margin: 0;
	/*visibility: visible;*/
}

.moduletable_aukstai_aukstuose ul li ul li.active ul:hover li.active {
	list-style: none;
	width: 156px;
	height: 20px;
	background: transparent;
	display: block;
	position: absolute;
	opacity: 1;
	padding: 9px 0 0 0;
	top: 0;
	left: 0;
	border: 0px solid #ffffff;
	margin: 0;
	/*visibility: visible;*/
}





















.moduletable_aukstai_aukstuose ul li:nth-of-type(1) ul li:nth-of-type(1) a {
	background: url("../images/n1k1.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:105px;
	left: 0;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(1) ul li.active:nth-of-type(1) a {
	background: url("../images/n1k1-2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:105px;
	left: 0;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(1) ul li:nth-of-type(2) a {
	background: url("../images/n1k2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:45px;
	left: 0;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(1) ul li.active:nth-of-type(2) a {
	background: url("../images/n1k2-2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:45px;
	left: 0;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(1) ul li:nth-of-type(3) a {
	background: url("../images/n1k3.png") no-repeat;
	width: 46px;
	height: 35px;
	
	top:40px;
	left: 43px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(1) ul li.active:nth-of-type(3) a {
	background: url("../images/n1k3-2.png") no-repeat;
	width: 46px;
	height: 35px;
	
	top:40px;
	left: 43px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(2) ul li:nth-of-type(1) a {
	background: url("../images/n2k1.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:100px;
	left: 165px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(2) ul li.active:nth-of-type(1) a {
	background: url("../images/n2k1-2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:100px;
	left: 165px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(2) ul li:nth-of-type(2) a {
	background: url("../images/n2k2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:40px;
	left: 165px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(2) ul li.active:nth-of-type(2) a {
	background: url("../images/n2k2-2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:40px;
	left: 165px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(3) ul li:nth-of-type(1) a {
	background: url("../images/n3k1.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:105px;
	left: 337px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(3) ul li.active:nth-of-type(1) a {
	background: url("../images/n3k1-2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:105px;
	left: 337px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(3) ul li:nth-of-type(2) a {
	background: url("../images/n3k2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:45px;
	left: 338px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(3) ul li.active:nth-of-type(2) a {
	background: url("../images/n3k2-2.png") no-repeat;
	width: 40px;
	height: 57px;
	
	top:45px;
	left: 338px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(3) ul li:nth-of-type(3) a {
	background: url("../images/n3k3.png") no-repeat;
	width: 44px;
	height: 35px;
	
	top:40px;
	left: 290px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.moduletable_aukstai_aukstuose ul li:nth-of-type(3) ul li.active:nth-of-type(3) a {
	background: url("../images/n3k3-2.png") no-repeat;
	width: 44px;
	height: 35px;
	
	top:40px;
	left: 290px;
	
	position: absolute;
	opacity: 1;
	
	font-size: 0;
	color: rgba(255,255,255,0);
}

.custom_kontaktai h4 span {
	color: #135602;
	margin: 0 0 5px 0;
	display: block;
}

.custom_susisiekti_butuose h4 {
	color: #056B2E;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.moduletable_mapper_plan_butuose {
	display: block;
	position: absolute;
	top: 500px;
	right: -10px;
}

.moduletable_mapper_plan {
	display: block;
	position: absolute;
	top: 200px;
	margin: 0 0 0 600px;
}

.moduletable_mapper_plan_n3 {
	display: block;
	position: absolute;
	top: 200px;
	margin: 0 0 0 600px;
}

.moduletable_kontaktai {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 350px;
	top: 183px;
	margin: 0 0 0 642px;
}

.custom_kontaktai p.main {
	color: #ffffff;
	font-family:"OpenSans-Bold";
	font-size: 24px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
	line-height: 26px;
}

.custom_kontaktai p.main2 {
	color: #ffffff;
	font-family:"OpenSans-Bold";
	font-size: 18px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
	line-height: 20px;
}

.kontaktu_foto {
	display: block;
	margin: 10px 0 0 0;
	width: 340px;
	height: 100px;
}

.kontaktu_foto img {
	float: left;
	margin-right: 30px;
	top: -15px;
	position: relative;
}

.kontaktu_foto p {
	color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
}

.kontaktu_foto p a{
	color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
}

.kontaktu_foto_butuose {
	display: block;
	margin: 10px 15px 0 0;
	width: auto;
	height: 100px;
	float: left;
}

.kontaktu_foto_butuose img {
	float: left;
	margin-right: 30px;
	top: -15px;
	position: relative;
	display: none;
}

.kontaktu_foto_butuose p {
	color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
}

.kontaktu_foto_butuose p a{
	color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
}




.moduletable_susisiekti_butuose {
	display: block;
	position: absolute;
	top:742px;
	/*left: 150px;*/
	margin: 0 0 0 845px;
}

.moduletable_sio_auksto_butai {
	position: absolute;
	display: block;
	top: 150px;
	margin: 224px 0 0 165px;
	z-index:305;
}

.moduletable_sio_auksto_butai h3,
.moduletable_aukstai_butuose h3,
.moduletable_namai_butuose h3,
.moduletable_korpusas_butuose h3 {
	display: block;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 9px 0;
	font-family: "OpenSans-Light";
	font-weight: normal;
}

.menu_select_menu {
	background-color: rgba(255,255,255,1);
	width: 243px;
	height: 0px;
	padding: 34px 0 0 0;
	position: relative;
}

.menu_select_menu:after {
	background: url("../images/select-menu-point.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:9;
}

.menu_select_menu:before {
	background: url("../images/select-menu-point2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menu_select_menu:hover:before {
	background: url("../images/select-menu-point2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.menu_select_menu li {
	border: 0px solid #ffffff;
	overflow: hidden;
	list-style: none;
	width: 243px;
	height: 21px;
	background: #fcfcfc;
	display: none;
	position: relative;
	opacity: 0;
	padding: 3px 0 0 0;
	/*visibility: hidden;*/
	
	/*transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;*/
}

.menu_select_menu:hover li {
	border: 0px solid #ffffff;
	overflow: hidden;
	list-style: none;
	width: 243px;
	height: 21px;
	background: #fcfcfc;
	display: block;
	position: relative;
	opacity: 1;
	padding: 3px 0 0 0;
	top:-1px;
	margin: 0;
	/*visibility: visible;*/
	
}

.menu_select_menu:hover li:hover {
	border: 0px solid #ffffff;
	list-style: none;
	width: 243px;
	height: 21px;
	background: #ededed;
	display: block;
	position: relative;
	overflow: hidden;
	opacity: 1;
	padding: 3px 0 0 0;
	top: -1px;
	margin: 0;
}

.menu_select_menu li a {
	border: 0px solid #ffffff;
	font-family: "OpenSans-Regular";
	font-size: 12px;
	color: #666666;
	padding: 0 0 0 10px;
	margin: 0;
}

.menu_select_menu li.active {
	border: 0px solid #ffffff;
	list-style: none;
	width: 156px;
	height: 20px;
	background: transparent;
	display: block;
	position: absolute;
	opacity: 1;
	padding: 7px 0 0 0;
	top: 0;
	left: 0;
	margin: 0;
	/*visibility: visible;*/
}

.menu_select_menu:hover li.active {
	list-style: none;
	width: 156px;
	height: 20px;
	background: transparent;
	display: block;
	position: absolute;
	opacity: 1;
	padding: 7px 0 0 0;
	top: 0;
	left: 0;
	border: 0px solid #ffffff;
	margin: 0;
	/*visibility: visible;*/
}


.moduletable_pa .custom_pa p a{
	position: absolute;
	display: block;
	background: url("../images/book.png") no-repeat scroll 185px 10px rgba(255, 255, 255, 1);
	padding: 10px 35px 10px 15px;
	color: #1a8854;
	font-size: 12px;
	font-family: "OpenSans-Bold";
	top: 546px;
	width: 165px;
	/*right: 120px;*/
	text-align: left;
	border-bottom: 3px solid rgba(0,0,0,0.4);
	margin: 0px 0 0 830px;
}

.moduletable_namo_nr_butuose {
	position: absolute;
	display: block;
	top: 45px;
	/*left: 500px;*/
}

.custom_namo_nr_butuose p {
	position: absolute;
	width: 160px;
	height: 20px;
	top: 12px;
	margin: 85px 0 0 845px;
	
	font-family: "OpenSans-Bold";
	font-size: 24px;
	color: #ffffff;
}

.k2Filter div.k2FilterSelect .k2FilterSelectInner {
	margin: 0!important;
}

.moduletable_hp_text_top {
	position: absolute;
	display: block;
	z-index: 50000;
	top: 1000px;
	width: 100%;
	height: 50px;
	background-image: url("../images/hp_text_bg.png");
	background-attachment: scroll;
	background-repeat:repeat-x;
	background-position: 0 0;
	background-color: rgba(255, 255, 255, 0);
}

.moduletable_hp_text {
	position: absolute;
	display: block;
	z-index: 50000;
	top: 1050px;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: rgba(255, 255, 255, 1);
}

.custom_hp_text {
	width: 1000px;
	margin: 0 auto;
}

.custom_hp_text h3 {
	color: #7FC241;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.custom_hp_text h1 {
	color: #7FC241;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.moduletable_n1_kryptis {
	position: absolute;
	display: block;
	background-image: url("../images/N1-kryptis.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 10px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	width:300px;
	height: 190px;
	padding: 10px;
	z-index: 500;
	top: 370px;
	left: 400px;
}

.moduletable_n2_kryptis {
	position: absolute;
	display: block;
	background-image: url("../images/N2-kryptis.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 10px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	width:300px;
	height: 190px;
	padding: 10px;
	z-index: 500;
	top: 370px;
	left: 400px;
}

.moduletable_n3_kryptis {
	position: absolute;
	display: block;
	background-image: url("../images/N3-kryptis.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 10px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	width:300px;
	height: 190px;
	padding: 10px;
	z-index: 500;
	top: 370px;
	left: 400px;
}

.moduletable_spalvu_paaiskinimas {
	position: absolute;
	display: block;
	background-image: url("../images/spalvu_paaiskinimas.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	/*background-position: 10px 5px;*/
	background-color: rgba(255, 255, 255, 0);
	width:350px;
	height: 30px;
	/*padding: 5px 10px 5px 10px;*/
	z-index: 500;
	top: 160px;
	margin:0 0 0 600px;
}

.moduletable_namai_butuose {
	position: absolute;
	display: block;
	top: 50px;
	margin: 111px 0 0 165px;
	z-index: 310;
}

.moduletable_rodykle2_n1 {
	position: absolute;
	display: block;
	background-image: url("../images/rodykle-rytai.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color: rgba(255, 255, 255, 0);
	width:90px;
	height: 90px;
	padding: 0px;
	z-index: 500;
	top: 90px;
	margin: 0 0 0 950px;
}

.moduletable_rodykle2_n1_k3 {
	position: absolute;
	display: block;
	background-image: url("../images/rodykle-siaure.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color: rgba(255, 255, 255, 0);
	width:90px;
	height: 90px;
	padding: 0px;
	z-index: 500;
	top: 90px;
	margin: 0 0 0 950px;
}

.moduletable_rodykle2_n2_n3 {
	position: absolute;
	display: block;
	background-image: url("../images/rodykle-vakarai.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color: rgba(255, 255, 255, 0);
	width:90px;
	height: 90px;
	padding: 0px;
	z-index: 500;
	top: 90px;
	margin: 0 0 0 950px;
}

.moduletable_rodykle2_n2_n3_k3 {
	position: absolute;
	display: block;
	background-image: url("../images/rodykle-pietus.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color: rgba(255, 255, 255, 0);
	width:90px;
	height: 90px;
	padding: 0px;
	z-index: 500;
	top: 90px;
	margin: 0 0 0 950px;
}

.moduletable_kvartalas_map {
	position: absolute;
	top: 5px;
	/*left: -5px;*/
	/*border:1px solid #000000;*/
}

.moduletable_kvartalas_map_hp {
	position: absolute;
	top: 5px;
	/*left: -5px;*/
	/*border:1px solid #000000;*/
	z-index:2;
	
}

.moduletable_kvartalas_map_hp div img {
	z-index:1;
}

.moduletable_n_nr {
	position: absolute;
}

.n_nr_1 {
	position: absolute;
	width: 37px;
	height: 55px;
	background-image: url("../images/rodykle_N1.png");
	top: 50px;
	left: 150px;
}

.n_nr_2 {
	position: absolute;
	width: 37px;
	height: 55px;
	background-image: url("../images/rodykle_N2.png");
	top: 70px;
	left: 550px;
}

.n_nr_3 {
	position: absolute;
	width: 37px;
	height: 55px;
	background-image: url("../images/rodykle_N3.png");
	top: 100px;
	left: 950px;
}

.moduletable_galerija {
	background:url(../images/transparent-bg.png) repeat;
	padding: 30px 30px 60px 30px;
	width: 700px;
	top: 20px;
	right: 150px;
	position: absolute;
}

.moduletable_menu_top_kp {
	position: absolute;
	display: block;
	right: 0;
	top: 55px;
	z-index: 998;
}

.moduletable_menu_top_kp ul {
	padding: 20px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
	
}

.moduletable_menu_top_kp ul li {
	list-style: none;
	display: block;
	float: left;
	margin:0 3px;
}

/*.moduletable_menu_top ul li:nth-of-type(1){
	display: none;
}*/

.moduletable_menu_top_kp ul li a {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #ffffff;
	padding: 8px 13px 8px 13px;
	background: #ffffff; /* Old browsers */
	border: 1px solid rgba(127, 194, 65, 0.8);
	box-shadow: 0 0 5px #7FC241;
	border-radius: 5px;
	opacity: 0.8;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_menu_top_kp ul li a:hover {
	opacity: 1;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.moduletable_kiti_projektai {
	background:url(../images/transparent-bg.png) repeat;
	padding: 30px 30px 30px 30px;
	width: 945px;
	top: 50px;
	left: 65px;
	position: absolute;
}

.custom_kiti_projektai div h4{ 
	color: #056B2E;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.moduletable_pop_module a{
	position: absolute;
	display: block;
	background: url("../images/present.png") no-repeat scroll 185px 8px rgba(255, 148, 9, 1);
	padding: 10px 35px 10px 15px;
	color: #ffffff;
	font-size: 12px;
	font-family: "OpenSans-Bold";
	top: 538px;
	width: 165px;
	/*right: 120px;*/
	text-align: left;
	border-bottom: 3px solid rgba(0,0,0,0.4);
	margin: 0 0 0 830px;
}

.moduletable_pop_module_pa a{
	position: absolute;
	display: block;
	background: url("../images/book.png") no-repeat scroll 185px 10px rgba(255, 255, 255, 1);
	padding: 10px 35px 10px 15px;
	color: #1a8854;
	font-size: 12px;
	font-family: "OpenSans-Bold";
	top: 687px;
	width: 158px;
	/*right: 120px;*/
	text-align: left;
	border-bottom: 3px solid rgba(0,0,0,0.4);
	margin: 0 0 0 425px;
}


.moduletable_pop_module_galerija a{
	position: absolute;
	display: block;
	background-color: rgba(234,188,2,0.8); /* Old browsers */
	/*background-image: url(../images/present.png);*/
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding: 15px 25px 15px 15px;
	color: #000000;
	text-shadow: 0 1px 1px #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	top: 300px;
	right: 170px;
	width: 110px;
	opacity: 1;
	text-align:right;
	
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.butai_gallery_reveal_button {
	position: absolute;
	display: block;
	background: url("../images/lempa.png") no-repeat scroll 185px 10px rgba(255, 255, 255, 1);
	padding: 10px 28px 10px 15px;
	color: #1a8854;
	font-size: 12px;
	font-family: "OpenSans-Bold";
	top: 615px;
	width: 165px;
	/*right: 120px;*/
	text-align: left;
	border-bottom: 3px solid rgba(0,0,0,0.4);
	margin: 0px 0 0 425px;
}







.moduletable_apie_projekta_menu2 ul li {
	list-style: none;
	float: left;
}

.moduletable_apie_projekta_menu2 ul li a {
	background-color: rgba(255,255,255,.6);		
	display: block;
	margin: 10px;
	padding: 10px;
	/*-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
	text-align: center;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu2 ul li a:hover {
	background-color: rgba(255,255,255,.0);		
	display: block;
	margin: 10px;
	padding: 10px;
	/*-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
	text-align: center;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu2 ul li a img {
	border: 1px solid #ffffff;
	/*border-radius: 3px;*/

	-webkit-transform: scale(.9);
		   -moz-transform: scale(.95);
		    -ms-transform: scale(.95);
		     -o-transform: scale(.95));		
		        transform: scale(.95);
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu2 ul li a:hover img {
	border: 1px solid #ffffff;
	/*border-radius: 3px;*/

	-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1));		
		        transform: scale(1);
	
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu2 ul li a .image-title {
	margin: 10px 0 0 0;
	font-size: 20px;
	color: #056B2E;
	text-shadow: 0 0 5px #FFFFFF;
	display: block;
	opacity: 1;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu2 ul li a:hover .image-title {
	margin: 10px 0 0 0;
	font-size: 20px;
	color: #056B2E;
	text-shadow: 0 0 5px #FFFFFF;
	display: block;
	opacity: 0;
	
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		    -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
		        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.moduletable_apie_projekta_menu2 {
	display: block;
	margin: 0 auto;
	top: 250px;
	position: relative;
	width: 1060px;
	padding: 0 0 0 20px;
}

.custom_kiti_projektai h5 {
	font-size: 16px;
	color: #056B2E;
	display: block;
	margin: 0 0 10px 0;
}

#boxplus .boxplus-dialog {
	z-index: 999999999 !important;
}



/*
.moduletable_hp_intro_1 {
	background: transparent;
	width: 200px;
	height: 230px;
	position:fixed;
	top:30%;
	padding:15px 5px 15px 15px;
	margin: 15px 5px 15px 15px;
	right: 410px;
	display: block;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner .intro_inner_p {
	padding:135px 0 0 35px;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 .intro_inner_p2 {
	padding:25px 0 0 35px;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 .intro_inner_p2 p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 .intro_inner_p2 p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 .intro_inner_p2 p._sd a {
	color: #ffffff;
	font-family:"OpenSans-Bold";
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	margin: 80px 0 0 0;
	text-decoration: underline;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 {
	width: 200px;
	height: 230px;
	position: relative;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
    padding: 0;
	text-align: left;
    position: absolute;
    top: 0;
	width: 200px;
	font: 12px/25px tahoma,sans-serif;
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 {
	background: #ffb400;
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	-moz-transform: perspective(800px) rotateY(180deg);
	-webkit-transform: perspective(800px) rotateY(180deg);
	-o-transform: perspective(800px) rotateY(180deg);
	-ms-transform: perspective(800px) rotateY(180deg);
	transform: perspective(800px) rotateY(180deg);
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 a {
	display: block;
	text-transform: uppercase;
	color: #474747;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 a:hover{
	color: #428Fe1;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner{
	background: url(../images/aktyvus.png) no-repeat;
	
	text-transform: uppercase;
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    
	-moz-transform: perspective(800px) rotateY(0deg);
	-webkit-transform: perspective(800px) rotateY(0deg);
	-o-transform: perspective(800px) rotateY(0deg);
	-ms-transform: perspective(800px) rotateY(0deg);
	transform: perspective(800px) rotateY(0deg);
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_1 .custom_hp_intro_1:hover .intro_outer2 {
	-moz-transform: perspective(800px) rotateY(0deg);
	-webkit-transform: perspective(800px) rotateY(0deg);
	-o-transform: perspective(800px) rotateY(0deg);
	-ms-transform: perspective(800px) rotateY(0deg);
	transform: perspective(800px) rotateY(0deg);
}
.moduletable_hp_intro_1 .custom_hp_intro_1:hover .intro_outer .intro_inner{
	-moz-transform: perspective(800px) rotateY(-179.9deg);
	-webkit-transform: perspective(800px) rotateY(-179.9deg);
	-o-transform: perspective(800px) rotateY(-179.9deg);
	-ms-transform: perspective(800px) rotateY(-179.9deg);
	transform: perspective(800px) rotateY(-179.9deg);
	
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer {
	position: relative;
	display: block;
}



.moduletable_hp_intro_2 {
	width: 200px;
	height: 230px;
	position:fixed;
	top:30%;
	padding:15px 5px 15px 5px;
	margin: 15px 5px 15px 5px;
	right: 200px;
	display: block;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner .intro_inner_p {
	padding:135px 0 0 35px;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 .intro_inner_p2 {
	padding:25px 0 0 35px;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 .intro_inner_p2 p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 .intro_inner_p2 p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 .intro_inner_p2 p._sd a {
	color: #ffffff;
	font-family:"OpenSans-Bold";
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	margin: 80px 0 0 0;
	text-decoration: underline;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 {
	width: 200px;
	height: 230px;
	position: relative;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
    padding: 0;
	text-align: left;
    position: absolute;
    top: 0;
	width: 200px;
	font: 12px/25px tahoma,sans-serif;
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 {
	background: #ffb400;
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	-moz-transform: perspective(800px) rotateY(180deg);
	-webkit-transform: perspective(800px) rotateY(180deg);
	-o-transform: perspective(800px) rotateY(180deg);
	-ms-transform: perspective(800px) rotateY(180deg);
	transform: perspective(800px) rotateY(180deg);
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 a {
	display: block;
	text-transform: uppercase;
	color: #474747;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 a:hover{
	color: #428Fe1;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner{
	background: url(../images/seimos.png) no-repeat;
	
	text-transform: uppercase;
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    
	-moz-transform: perspective(800px) rotateY(0deg);
	-webkit-transform: perspective(800px) rotateY(0deg);
	-o-transform: perspective(800px) rotateY(0deg);
	-ms-transform: perspective(800px) rotateY(0deg);
	transform: perspective(800px) rotateY(0deg);
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_2 .custom_hp_intro_2:hover .intro_outer2 {
	-moz-transform: perspective(800px) rotateY(0deg);
	-webkit-transform: perspective(800px) rotateY(0deg);
	-o-transform: perspective(800px) rotateY(0deg);
	-ms-transform: perspective(800px) rotateY(0deg);
	transform: perspective(800px) rotateY(0deg);
}
.moduletable_hp_intro_2 .custom_hp_intro_2:hover .intro_outer .intro_inner{
	-moz-transform: perspective(800px) rotateY(-179.9deg);
	-webkit-transform: perspective(800px) rotateY(-179.9deg);
	-o-transform: perspective(800px) rotateY(-179.9deg);
	-ms-transform: perspective(800px) rotateY(-179.9deg);
	transform: perspective(800px) rotateY(-179.9deg);
	
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}






.moduletable_hp_intro_3 {
	width: 200px;
	height: 230px;
	position:fixed;
	top:30%;
	padding:15px 0px 15px 5px;
	margin: 15px 0px 15px 5px;
	right: 0px;
	display: block;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner .intro_inner_p {
	padding:135px 0 0 35px;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 .intro_inner_p2 {
	padding:25px 0 0 35px;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 .intro_inner_p2 p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 .intro_inner_p2 p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 .intro_inner_p2 p._sd a {
	color: #ffffff;
	font-family:"OpenSans-Bold";
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	margin: 80px 0 0 0;
	text-decoration: underline;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 {
	width: 200px;
	height: 230px;
	position: relative;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
    padding: 0;
	text-align: left;
    position: absolute;
    top: 0;
	width: 200px;
	font: 12px/25px tahoma,sans-serif;
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 {
	background: #ffb400; 
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	-moz-transform: perspective(800px) rotateY(180deg);
	-webkit-transform: perspective(800px) rotateY(180deg);
	-o-transform: perspective(800px) rotateY(180deg);
	-ms-transform: perspective(800px) rotateY(180deg);
	transform: perspective(800px) rotateY(180deg);
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 a {
	display: block;
	text-transform: uppercase;
	color: #474747;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 a:hover{
	color: #428Fe1;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner{
	background: url(../images/patogus.png) no-repeat;
	
	text-transform: uppercase;
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    
	-moz-transform: perspective(800px) rotateY(0deg);
	-webkit-transform: perspective(800px) rotateY(0deg);
	-o-transform: perspective(800px) rotateY(0deg);
	-ms-transform: perspective(800px) rotateY(0deg);
	transform: perspective(800px) rotateY(0deg);
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_intro_3 .custom_hp_intro_3:hover .intro_outer2 {
	-moz-transform: perspective(800px) rotateY(0deg);
	-webkit-transform: perspective(800px) rotateY(0deg);
	-o-transform: perspective(800px) rotateY(0deg);
	-ms-transform: perspective(800px) rotateY(0deg);
	transform: perspective(800px) rotateY(0deg);
}
.moduletable_hp_intro_3 .custom_hp_intro_3:hover .intro_outer .intro_inner{
	-moz-transform: perspective(800px) rotateY(-179.9deg);
	-webkit-transform: perspective(800px) rotateY(-179.9deg);
	-o-transform: perspective(800px) rotateY(-179.9deg);
	-ms-transform: perspective(800px) rotateY(-179.9deg);
	transform: perspective(800px) rotateY(-179.9deg);
	
	color: #474747;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
*/
#page-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9998;
    top: 0;
    left: 0;
}

.moduletable_hp_intro_1 {
	background: transparent;
	width: 200px;
	height: 230px;
	position:fixed;
	top:15%;
	padding:15px 5px 15px 15px;
	margin: 15px 5px 15px 15px;
	right: 410px;
	display: block;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner .intro_inner_p {
	padding:135px 0 0 35px;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 .intro_inner_p2 {
	padding:25px 0 0 35px;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 .intro_inner_p2 p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 .intro_inner_p2 p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 .intro_inner_p2 p._sd a {
	color: #ffffff;
	font-family:"OpenSans-Bold";
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	margin: 80px 0 0 0;
	text-decoration: underline;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 {
	width: 200px;
	height: 230px;
	position: relative;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	z-index: 500;
	opacity: 1;
}
/*
.moduletable_hp_intro_1 .custom_hp_intro_1:hover .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	z-index: 500;
	opacity: 0;
	display: none;
}*/

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 {
    background: #ffb400;
    height: 230px;
    left: 0;
    padding: 0;
	text-align: left;
    position: absolute;
    top: 0;
	width: 200px;
	font: 12px/25px tahoma,sans-serif;
	color: #474747;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer2 a {
	display: block;
	text-transform: uppercase;
	color: #474747;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer .intro_inner{
	background: url(../images/aktyvus.png) no-repeat;
	
	text-transform: uppercase;
}

.moduletable_hp_intro_1 .custom_hp_intro_1 .intro_outer {
	position: relative;
	display: block;
}

.custom_hp_intro_1 .intro_outer3 {
	background: url(../images/aktyvus_hover.png) no-repeat;
	width: 410px;
	height: 230px;
	position: absolute;
	z-index:501;
	display: none;
	left:210px;
}
/*
.custom_hp_intro_1:hover .intro_outer3 {
	background: url(../images/aktyvus_hover.png) no-repeat;
	width: 410px;
	height: 230px;
	position: absolute;
	z-index:501;
	display: block;
	left:210px;
}
*/
.custom_hp_intro_2 .intro_outer3 {
	background: url(../images/seima_hover.png) no-repeat;
	width: 620px;
	height: 230px;
	position: absolute;
	z-index:501;
	display: none;
	left:-210px;
	top: 240px;
}
/*
.custom_hp_intro_2:hover .intro_outer3 {
	background: url(../images/seima_hover.png) no-repeat;
	width: 620px;
	height: 230px;
	position: absolute;
	z-index:501;
	display: block;
	left:-210px;
	top: 240px;
}
*/

.custom_hp_intro_3 .intro_outer3 {
	background: url(../images/patogus_hover.png) no-repeat;
	width: 410px;
	height: 230px;
	position: absolute;
	z-index:501;
	display: none;
	left:-420px;
}
/*
.custom_hp_intro_3:hover .intro_outer3 {
	background: url(../images/patogus_hover.png) no-repeat;
	width: 410px;
	height: 230px;
	position: absolute;
	z-index:501;
	display: block;
	left:-420px;
}
*/


.moduletable_hp_intro_2 {
	width: 200px;
	height: 230px;
	position:fixed;
	top:15%;
	padding:15px 5px 15px 5px;
	margin: 15px 5px 15px 5px;
	right: 200px;
	display: block;
	z-index: -1;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner .intro_inner_p {
	padding:135px 0 0 35px;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 .intro_inner_p2 {
	padding:25px 0 0 35px;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 .intro_inner_p2 p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 .intro_inner_p2 p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 .intro_inner_p2 p._sd a {
	color: #ffffff;
	font-family:"OpenSans-Bold";
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	margin: 80px 0 0 0;
	text-decoration: underline;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 {
	width: 200px;
	height: 230px;
	position: relative;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	z-index: 500;
	opacity: 1;
}
/*
.moduletable_hp_intro_2 .custom_hp_intro_2:hover .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	z-index: 500;
	opacity: 0;
	display: none;
}
*/
.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 {
    background: #ffb400;
    height: 230px;
    left: 0;
    padding: 0;
	text-align: left;
    position: absolute;
    top: 0;
	width: 200px;
	font: 12px/25px tahoma,sans-serif;
	color: #474747;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer2 a {
	display: block;
	text-transform: uppercase;
	color: #474747;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer .intro_inner{
	background: url(../images/seimos.png) no-repeat;
	
	text-transform: uppercase;
}

.moduletable_hp_intro_2 .custom_hp_intro_2 .intro_outer {
	position: relative;
	display: block;
}


.moduletable_hp_intro_3 {
	width: 200px;
	height: 230px;
	position:fixed;
	top:15%;
	padding:15px 0px 15px 5px;
	margin: 15px 0px 15px 5px;
	right: 0px;
	display: block;
	z-index: -1;
}


.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner .intro_inner_p {
	padding:135px 0 0 35px;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner .intro_inner_p p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 .intro_inner_p2 {
	padding:25px 0 0 35px;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 .intro_inner_p2 p:nth-of-type(1) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 .intro_inner_p2 p:nth-of-type(2) {
	color: #ffffff;
	font-family:"OpenSans-ExtraBold";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 .intro_inner_p2 p._sd a {
	color: #ffffff;
	font-family:"OpenSans-Bold";
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	margin: 80px 0 0 0;
	text-decoration: underline;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 {
	width: 200px;
	height: 230px;
	position: relative;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	z-index: 500;
	opacity: 1;
}
/*
.moduletable_hp_intro_3 .custom_hp_intro_3:hover .intro_outer .intro_inner {
    background: none repeat scroll 0 0 #c5c5c5;
    height: 230px;
    left: 0;
	text-align: center;
    position: absolute;
    top: 0;
	width: 200px;
	text-transform: uppercase;
	font: 20px/20px tahoma,sans-serif;
	color: #474747;
	z-index: 500;
	opacity: 0;
	display: none;
}
*/
.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 {
    background: #ffb400;
    height: 230px;
    left: 0;
    padding: 0;
	text-align: left;
    position: absolute;
    top: 0;
	width: 200px;
	font: 12px/25px tahoma,sans-serif;
	color: #474747;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer2 a {
	display: block;
	text-transform: uppercase;
	color: #474747;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer .intro_inner{
	background: url(../images/patogus.png) no-repeat;
	
	text-transform: uppercase;
}

.moduletable_hp_intro_3 .custom_hp_intro_3 .intro_outer {
	position: relative;
	display: block;
}

.moduletable_aktyvus_bg_2 {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 445px;
	
	background: url("../images/aktyvus-bg-2.png") no-repeat fixed center bottom / cover  rgba(0, 0, 0, 0);
}

.moduletable_seima_bg_2 {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 445px;
	
	background: url("../images/seima-bg-2.png") no-repeat fixed center bottom / cover  rgba(0, 0, 0, 0);
}

.moduletable_patogus_bg_2 {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 445px;
	
	background: url("../images/patogus-bg-2.png") no-repeat fixed center bottom / cover  rgba(0, 0, 0, 0);
}

.moduletable_apie_bg_2 {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 445px;
	
	background: url("../images/apie-bg-2.png") no-repeat fixed left top / cover  rgba(0, 0, 0, 0);
	z-index: 1;
}

.moduletable_ga_bg_2 {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 445px;
	
	background: url("../images/ga-bg-2.jpg") no-repeat fixed left top / cover  rgba(0, 0, 0, 0);
	z-index: 1;
}

.moduletable_bp_bg_2 {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 445px;
	
	background: url("../images/bp-bg-2.jpg") no-repeat fixed left top / cover  rgba(0, 0, 0, 0);
	z-index: 1;
}

.moduletable_pa_bg_2 {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 445px;
	
	background: url("../images/pa-bg-2.jpg") no-repeat fixed left top / cover  rgba(0, 0, 0, 0);
	z-index: 1;
}

.moduletable_da_bg_2 {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 445px;
	
	background: url("../images/da-bg-2.jpg") no-repeat fixed left top / cover  rgba(0, 0, 0, 0);
	z-index: 1;
}

.item-page_blur {
	position: absolute;
	top:280px;
	left:445px;
	/*min-width: 650px;
	max-width: 650px;*/
	height: auto;
	width: 100%;
	padding:0 0 60px 0
}

.item-page_blur .page-header {
	position: absolute;
	height: 41px;
	width: auto;
	left: 44px;
	right: 489px;
	top: -62px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.item-page_blur .page-header h2 {
	font-weight: normal;
	color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size: 24px;
	min-width:500px;
}

.item-page_blur p {
	color: #ffffff;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 20px;
	margin: 5px 44px 5px 44px;
	max-width: 550px;
}

.item-page_blur p a {
	color: #ffffff;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 20px;
}

.item-page_blur p.bold{
	color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	line-height: 20px;
	margin: 5px 44px 5px 44px;
	max-width: 550px;
}

.item-page_blur ul {
	color: #ffffff;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 20px;
	margin: 5px 44px 5px 44px;
	max-width: 550px;
}

.item-page_blur ul li {
	color: #ffffff;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 20px;
}

.fancybox-inner div div.custom ul li {
	color: #666666;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 20px;
	margin-left: 20px;
}

.item-page_blur .moduletable {
	position: relative;
	/*height: 270px;*/
}

.item-page_blur .moduletable h3 {
	color: #ffffff;
	background: transparent;
	font-family: "OpenSans-Bold";
	text-transform: none;
	font-size: 24px;
	font-weight: normal;
	min-width: 500px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 41px;
	left: 44px;
	margin: 20px 0 0 0 !important;
	padding: 0;
	right: 489px;
	position: absolute;
	width: auto;
	top: 0;
}

.background .moduletable_aktyvus_bg .custom_aktyvus_bg {
	background: url("../images/aktyvus-bg-1.png") no-repeat center center rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	min-height: 100%;
	min-width: 447px;
	max-width: 447px;
	position: fixed;
	top: 0;
	width: 30%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background .moduletable_seima_bg .custom_seima_bg {
	background: url("../images/seima-bg-1.png") no-repeat -100px center rgba(0, 0, 0, 0);
	height: 100%;
	left: 0px;
	min-height: 100%;
	min-width: 969px;
	max-width: 969px;
	position: fixed;
	top: 0;
	width: 30%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background .moduletable_patogus_bg .custom_patogus_bg {
	background: url("../images/patogus-bg-1.png") no-repeat left top rgba(0, 0, 0, 0);
	height: 100%;
	left: 0px;
	min-height: 100%;
	min-width: 751px;
	max-width: 751px;
	position: fixed;
	top: 0;
	width: 30%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background .moduletable_apie_bg .custom_apie_bg {
	background: url("../images/apie-bg-1.jpg") no-repeat left top rgba(0, 0, 0, 0);
	height: 100%;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background .moduletable_ga_bg .custom_ga_bg {
	background: url("../images/ga-bg-1.jpg") no-repeat left top rgba(0, 0, 0, 0);
	height: 100%;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background .moduletable_bp_bg .custom_bp_bg {
	background: url("../images/bp-bg-1.jpg") no-repeat left top rgba(0, 0, 0, 0);
	height: 100%;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background .moduletable_pa_bg .custom_pa_bg {
	background: url("../images/pa-bg-1.jpg") no-repeat left top rgba(0, 0, 0, 0);
	height: 100%;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background .moduletable_da_bg .custom_da_bg {
	background: url("../images/da-bg-1.jpg") no-repeat left top rgba(0, 0, 0, 0);
	height: 100%;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.moduletable_hp_menu {
	position: absolute;
	width: 425px;
	height: 30px;
	top: 134px;
	left: 489px;
	z-index: 20;
}

.moduletable_hp_menu ul li {
	list-style: none;
	display: block;
	float: left;
}

.moduletable_hp_menu ul li a {
	color: #ffffff;
	font-family: "OpenSans-Light";
	font-size: 14px;
	line-height: 14px;
	background: #5f694d;
	padding: 3px 8px 3px 8px;
	margin-right: 8px;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_menu ul li a:hover {
	color: #000000;
	font-family: "OpenSans-Light";
	font-size: 14px;
	line-height: 14px;
	background: #ffffff;
	padding: 3px 8px 3px 8px;
	margin-right: 8px;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_hp_menu ul li.active a {
	color: #000000;
	font-family: "OpenSans-Light";
	font-size: 14px;
	line-height: 14px;
	background: #ffffff;
	padding: 3px 8px 3px 8px;
	margin-right: 8px;
}

.filter_paieska {
 position: absolute;
 width: 200px;
 height: 45px;
 right: 0;
 top: 90px;
 background: #ffffff;
 cursor: pointer;
}

.filter_paieska a{
 display: block;
 padding: 15px;
}

.ui-slider a {
 transition: none;
}

.moduletable_left_menu {
	position: absolute;
	max-width: 740px;
	min-width:400px;
	height: 30px;
	top: 110px;
	left: 489px;
	margin-right: 10px;
	z-index: 20;
}

.moduletable_left_menu ul li {
	list-style: none;
	display: block;
	float: left;
	margin-bottom: 18px;
}

.moduletable_left_menu ul li a {
	color: #333333;
	font-family: "OpenSans-Light";
	font-size: 14px;
	line-height: 14px;
	background: rgba(255,255,255,0.5);
	padding: 3px 8px 3px 8px;
	margin-right: 8px;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_left_menu ul li a:hover {
	color: #000000;
	font-family: "OpenSans-Light";
	font-size: 14px;
	line-height: 14px;
	background: #ffffff;
	padding: 3px 8px 3px 8px;
	margin-right: 8px;
	
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.moduletable_left_menu ul li.active a {
	color: #000000;
	font-family: "OpenSans-Light";
	font-size: 14px;
	line-height: 14px;
	background: #ffffff;
	padding: 3px 8px 3px 8px;
	margin-right: 8px;
}

#GMapsMenu-external {
	position:fixed;
	display: block;
	top: 40px;
	right: 217px;
	width: 410px;
	height: 45px;
	background: #ffffff;
	z-index:10;
}

#GMapsMenu-external #groupList {
	position: relative;
	float: left;
	width: 160px;
}

#GMapsMenu-external #groupList h2 {
	font-family: "OpenSans-Bold";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	padding: 16px 0 0 18px;
}

#GMapsMenu-external ul#zhgm-menu-external {
	background: url("../images/select-menu-bg-map.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 242px;
	height: 0px;
	padding: 34px 0 0 0;
	position: relative;
	float: left;
	top: 5px;
	border: 1px solid #cccccc;
}

#GMapsMenu-external ul#zhgm-menu-external:after {
	background: url("../images/select-menu-point.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:9;
}

#GMapsMenu-external ul#zhgm-menu-external:before {
	background: url("../images/select-menu-point2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

#GMapsMenu-external ul#zhgm-menu-external:hover:before {
	background: url("../images/select-menu-point2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#GMapsMenu-external ul#zhgm-menu-external li {
	list-style: none;
	display: none;
	position: relative;
	top: -35px;
}

#GMapsMenu-external ul#zhgm-menu-external:hover li {
	list-style: none;
	display: block;
	position: relative;
	top: -35px;
}

#GMapsMenu-external ul#zhgm-menu-external li .zhgm-markergroup-a-external a {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	color: #666666;
	background: #ffffff;
	padding: 10px 20px 10px 15px;
	display: block;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#GMapsMenu-external ul#zhgm-menu-external li:nth-of-type(1) .zhgm-markergroup-a-external a {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	color: #666666;
	background: transparent;
	padding: 10px 5px 10px 15px;
	display: block;
}

#GMapsMenu-external ul#zhgm-menu-external li:last-of-type .zhgm-markergroup-a-external a {
	border-bottom: 1px solid #cccccc;
}

#GMapsMenu-external ul#zhgm-menu-external li:nth-of-type(1) {
	display: block;
}

#GMapsMenu-external ul#zhgm-menu-external li .zhgm-markergroup-a-external a.active {
	background: #ededed;
}

#GMapsMenu-external ul#zhgm-menu-external li:nth-of-type(1) .zhgm-markergroup-a-external a.active {
	background: transparent;
}

#GMapsMenu-external ul#zhgm-menu-external li .zhgm-markergroup-a-external a.active:after {
	background: url("../images/select-menu-point.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:9;
}

#GMapsMenu-external ul#zhgm-menu-external li .zhgm-markergroup-a-external a.active:before {
	background: url("../images/select-menu-mapcheck.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

#GMapsMenu-external ul#zhgm-menu-external li:nth-of-type(1) .zhgm-markergroup-a-external a.active:after {
	background: transparent;
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:9;
}

#GMapsMenu-external ul#zhgm-menu-external li:nth-of-type(1) .zhgm-markergroup-a-external a.active:before {
	background: transparent;
	width: 30px;
	height: 34px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:10;
	
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.moduletable_privalumai_slider{
	width: 100%;
	padding-top: 10%;
}

._privalumai_slider {
	/*top: 150px;*/
	position: relative;
}

.moduletable_palikite_zinute ul li {
	list-style: none;
}

.moduletable_pop_module_pz a {
	position: absolute;
	display: block;
	background: url("../images/mail.png") no-repeat scroll 185px 11px rgba(255, 148, 9, 1);
	padding: 10px 35px 10px 15px;
	color: #ffffff;
	font-size: 12px;
	font-family: "OpenSans-Bold";
	top: 665px;
	width: 158px;
	/*right: 120px;*/
	text-align: left;
	border-bottom: 3px solid rgba(0,0,0,0.4);
	margin: 0 0 0 425px;
	z-index: 500;
}

#fancybox-wrap {
	z-index: 9999999 !important;
}

.fancybox-inner div div.custom p {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	color: #666666;
}

.mod_sef_susisiekti2 {
	position: absolute;
	width: 400px;
	top: 0px;
	display: block;
	padding: 20px;
	background: #ffffff;
	/*border-radius: 3px;*/
	margin: 0;
}

.mod_sef_susisiekti2 #_SimpleEmailForm_1 .mod_sef_table {
	border: none;
}

.mod_sef_susisiekti2_tr, .mod_sef_susisiekti2_th, .mod_sef_susisiekti2_td, .mod_sef_susisiekti2_space {
	border: none;
}

.mod_sef_susisiekti2_th, .mod_sef_susisiekti2_space {
	display: none;
}

.mod_sef_susisiekti2_th {
	color: #7FC241;
	font-size: 14px;
	font-weight: bold;
}

.mod_sef_susisiekti2_tr {
	min-height: 30px;
	margin: 0 0 17px 0;
}

.mod_sef_susisiekti2_tr:nth-of-type(1){
	float: left;
	width: 176px;
}

.mod_sef_susisiekti2_tr:nth-of-type(2){
	float: left;
	width: 176px;
}

.mod_sef_susisiekti2_tr:nth-of-type(1) .mod_sef_susisiekti2_td input{
	float: left;
	width: 159px;
}

.mod_sef_susisiekti2_tr:nth-of-type(2) .mod_sef_susisiekti2_td input{
	float: left;
	width: 159px;
	margin: 0 0 0 20px !important;
}

.mod_sef_susisiekti2_tr:nth-of-type(3) .mod_sef_susisiekti2_td input {
	margin: 0 0 17px 0;
	width: 355px;
}

.mod_sef_susisiekti2_td input {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
}

.mod_sef_susisiekti2_td textarea {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
	min-height:125px;
	width: 355px;
	min-width: 355px;
	max-width: 355px;
	min-height:130px;
	max-height: 200px;
}

#mod_simpleemailform_submit_1 {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
	background: #ffa800;
	padding: 7px 39px 7px 39px;
	margin: 19px 0 0 0;
	display: block;
	float: right;
	border-bottom: 2px solid #e5e5e5;
	border-top: 0px solid #ffffff !important;
	border-left: 0px solid #ffffff !important;
	border-right: 0px solid #ffffff !important;
	cursor: pointer;
}

#mod_simpleemailform_reset_1 {
	float: right;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	background: none;
	border: 0px solid #ffffff !important;
	text-decoration: underline;
	margin: 21px 5px 0 0;
	cursor: pointer;
}

.back-to-plan {
	position: absolute;
	right: 300px;
	font-family: "OpenSans-Bold";
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	top: 55px;
	background: url("../images/arrow.png") no-repeat scroll 0 3px rgba(255, 148, 9, 0);
	width: 210px;
}

.back-to-plan .back_butai a {
	font-family: "OpenSans-Bold";
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	float: right;
}

.moduletable_inter_title .custom_inter_title .n1 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 11px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 90px;
	margin-left: 100px;
}

.moduletable_inter_title .custom_inter_title .n2 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 11px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 80px;
	margin-left: 450px;
}

.moduletable_inter_title .custom_inter_title .n3 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 11px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 50px;
	margin-left: 850px;
}

.moduletable_inter_title .custom_inter_title .n1_k1 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 14px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 140px;
	margin-left: 300px;
}

.moduletable_inter_title .custom_inter_title .n1_k2 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 14px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 120px;
	margin-left: 600px;
}

.moduletable_inter_title .custom_inter_title .n1_k3 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 14px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 120px;
	margin-left: 900px;
}

.moduletable_inter_title .custom_inter_title .n2_k1 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 14px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 180px;
	margin-left: 150px;
}

.moduletable_inter_title .custom_inter_title .n2_k2 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 14px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 60px;
	margin-left: 700px;
}

.moduletable_inter_title .custom_inter_title .n3_k1 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 14px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 250px;
	margin-left: 180px;
}

.moduletable_inter_title .custom_inter_title .n3_k2 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 14px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 230px;
	margin-left: 450px;
}

.moduletable_inter_title .custom_inter_title .n3_k3 p {
	font-family: "OpenSans-ExtraBold";
	font-size: 14px;
	color: #ff9600;
	text-transform: uppercase;
	position: absolute;
	top: 180px;
	margin-left: 850px;
}

.moduletable_pop_module_hp a{
	position: fixed;
	bottom: 20px;
	left: 120px;
	color: #cccccc;
	font-family: "OpenSans-Semibold";
	font-size: 10px;
	z-index: 20000000;
}

.fancybox-overlay {
	z-index: 9999 !important;
}

.custom_pop_hp {
	padding: 10px 0 0 0;
}

.custom_pop_hp h1{
	font-family: "OpenSans-Bold";
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 10px 0;
}

.custom_pop_hp p{
	font-family: "OpenSans-Regular";
	font-size: 14px;
	color: #666666;
}

.moduletable_aktuali_meniu ul li {
	list-style: none;
}

.moduletable_aktuali_meniu ul li a {
	font-family: "OpenSans-Bold", Helvetica;
	font-size: 21px;
	line-height: 21px;
	color: #056839;
	margin: 7px 0 0 18px;
	position: fixed;
	display: block;
	text-transform: uppercase;
	padding: 15px 45px 15px 15px;
	background: #ffffff;
	right: 0;
	top: 30%;
	margin-top: 300px;
	
}

.mod_sef_susisiekti3 {
	position: absolute;
	width: 400px;
	top: 0px;
	display: block;
	padding: 20px;
	background: transparent;
	/*border-radius: 3px;*/
	margin: 0 0 0 20px;
	height: 200px;
}

.mod_sef_susisiekti3 #_SimpleEmailForm_1 .mod_sef_table {
	border: none;
}

.mod_sef_susisiekti3_tr, .mod_sef_susisiekti3_th, .mod_sef_susisiekti3_td, .mod_sef_susisiekti3_space {
	border: none;
}

.mod_sef_susisiekti3_th, .mod_sef_susisiekti3_space {
	display: none;
}

.mod_sef_susisiekti3_th {
	color: #7FC241;
	font-size: 14px;
	font-weight: bold;
}

.mod_sef_susisiekti3_tr {
	min-height: 30px;
	margin: 0 0 17px 0;
}

.mod_sef_susisiekti3_tr:nth-of-type(1){
	float: left;
	width: 176px;
}

.mod_sef_susisiekti3_tr:nth-of-type(2){
	float: left;
	width: 176px;
}

.mod_sef_susisiekti3_tr:nth-of-type(1) .mod_sef_susisiekti3_td input{
	float: left;
	width: 159px;
}

.mod_sef_susisiekti3_tr:nth-of-type(2) .mod_sef_susisiekti3_td input{
	float: left;
	width: 159px;
	margin: 0 0 0 20px !important;
}

.mod_sef_susisiekti2_tr:nth-of-type(3) .mod_sef_susisiekti3_td input {
	margin: 0 0 17px 0;
	width: 355px;
}

.mod_sef_susisiekti3_td input {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
}

.mod_sef_susisiekti3_td textarea {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
	min-height:125px;
	width: 355px;
	min-width: 355px;
	max-width: 355px;
	min-height:130px;
	max-height: 200px;
}

.mod_sef_susisiekti3_td #mod_simpleemailform_reset_1 {
	float: right;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	background: none;
	border: 0px solid #ffffff !important;
	text-decoration: underline;
	margin: 21px 5px 0 0;
	cursor: pointer;
	color: #ffffff;
}

.moduletable_external_iframe {
	top: 458px;
	
	margin: 0 0 0 165px;
	height: 172px;
	width: 215px;
	display: block;
	position: absolute;
}

.custom_akciju_module {
	position: fixed;
	display: block;
	right: 0;
	bottom: 100px;
	color: #666666;
	padding: 15px;
	background: none repeat scroll 0 0 #ffffff;
	
	width: 300px;
	
	z-index: 500;
}

.custom_akciju_module h2 {
	color: #666666;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "OpenSans-Regular";
}

.custom_akciju_module h2 a{
	color: #666666 ;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "OpenSans-Regular";
}

.custom_akciju_module p {
	color: #666666;
	font-size: 14px;
	font-family: "OpenSans-Regular";
}

.custom_akciju_module a {
	color: #666666;
	font-size: 14px;
	font-family: "OpenSans-Regular";
}

.custom_akciju_module p a {
	color: #cb0505;
	font-size: 16px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	
}
.moduletable-calculator{
	top: 477px;
	margin-left: 165px;
	position: absolute;
}

.calculator .calc_left h4 {
	text-align: center;
	padding: 0 0 10px 0;
}

.moduletable_apdailos_module {
	position: absolute;
	display: block;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.7);
	
	top: 550px;
	margin-left: 425px;
	width: 188px;
	height: 100px;
}

.moduletable_apdailos_module h3 {
	color: #056b2e;
	font-size: 13px;
	text-align: center;
	padding: 0 0 10px 0;
}

.custom_apdailos_module a {
	color: #056b2e;
	font-size: 14px;
	text-align: center;
	padding: 0 0 10px 0;
	display: inline-block;
	width: 100%;
}

.spec_k {
	color: #ffffff;
	margin: 0 0 0 50px;
}

.spec_k tbody tr td {
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
	color: #ffffff;
}

.spec_k p {
	margin: 2px 10px;
}

.custom_poilsio p {
	color: #ffffff;
	margin: -50px 0 0 700px;
	font-size: 16px;
}

.custom_b_nuolaida p a {
	color: #056b2e;
	margin: 150px 0 0 830px;
	font-size: 16px;
	position: absolute;
}

.item-page_blur div .moduletable .mod_sef_omp {
	margin: 5px 44px;
}

.item-page_blur div .moduletable .mod_sef_omp td, 
.item-page_blur div .moduletable .mod_sef_omp #mod_simpleemailform_reset_1 {
	color: #ffffff;
}

.mod_sef_omp {
	position: relative;
	width: 400px;
	display: block;
	/*padding: 20px 0 20px 0;*/
	/*background: #ffffff;*/
	/*border-radius: 3px;*/
}

.mod_sef_omp #_SimpleEmailForm_1 .mod_sef_table {
	border: none;
}

.mod_sef_omp_tr, .mod_sef_omp_th, .mod_sef_omp_td, .mod_sef_omp_space {
	border: none;
}

.mod_sef_omp_table tbody {
	position: relative;
	display: block;
	width: 350px;
	padding: 10px;
	background-color: rgba(255,255,255, 0.7);
	overflow: hidden;
}

.mod_sef_omp_space {
	display: none;
}

.mod_sef_omp_td {
	position: relative;
	display: block;
	width: 100%;
	height: 35px;
}

.mod_sef_omp_th {
	display: block;
}

.mod_sef_omp_th {
	color: #056839;
	font-size: 14px;
	font-weight: bold;
}

.mod_sef_omp_tr {
	min-height: 30px;
	margin: 0 0 3px 0;
	display: inline-block;
}

#mod_simpleemailform_captcha_1 {
	margin: 0 0 0 10px;
}

.mod_sef_omp_tr:nth-of-type(1){
	float: left;
	width: 150px;
	display: block;
	position: relative;
}

.mod_sef_omp_tr:nth-of-type(2){
	float: right;
	width: 150px;
	display: block;
	position: relative;
}

.mod_sef_omp_tr:nth-of-type(5){
	float: left;
	display: block;
	position: relative;
	margin: 35px 0 0 0;
}

.mod_sef_omp_tr:nth-of-type(5) th {
	display: none;
	visibility: hidden;
}

.mod_sef_omp_tr:nth-of-type(6){
	float: right;
	display: block;
	position: relative;
	margin: 10px 0 0 0;
}

.mod_sef_omp_tr:nth-of-type(1) .mod_sef_omp_td input{
	float: left;
	width: 140px;
}

.mod_sef_omp_tr:nth-of-type(2) .mod_sef_omp_td input{
	float: left;
	width: 130px;
}

.mod_sef_omp_tr:nth-of-type(3) .mod_sef_omp_td input {
	margin: 0 0 17px 0;
	width: 330px;
}

.mod_sef_omp_td input {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
}

.mod_sef_omp_td textarea {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
	min-height:125px;
	width: 330px;
	min-width: 330px;
	max-width: 330px;
	min-height:60px;
	max-height: 60px;
}

.ifancybox-inner {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 20px;
}

._button {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
	background: #ffa800;
	padding: 7px 39px 7px 39px;
	margin: 19px 0 0 0;
	display: inline-block;
	border-bottom: 2px solid #e5e5e5;
	border-top: 0px solid #ffffff !important;
	border-left: 0px solid #ffffff !important;
	border-right: 0px solid #ffffff !important;
	cursor: pointer;
}

.custom_ty {
	position: relative;
	width: 400px;
	display: block;
	padding: 10px 24px 24px 48px;
	background: #ffffff;
	/*border-radius: 3px;*/
	margin: 150px auto 0 auto;
}

.custom_ty p {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.moduletable_k2_featured {
	width: 100%;
	position: relative;
	display: Block;
	overflow: hidden;
}

.featured_list {
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}

.featured_list li{
	width:12.5%;
	display: block;
	float: left;
	text-align: center;
	list-style: none;
}

._k2_featured ul {
	list-style: none;
}

.moduletable_k2_featured ul {
	max-width: 640px !important;
}

ul.featured_list li {
	border: none !important;
}

._k2_featured ul li .moduleItemTitle {
	width: 12.5%;
	float: left;
	display: block;
	text-align: center;
	margin: 0 !important;
}

._k2_featured ul li .moduleItemExtraFields {
	width:87.5%;
	float: left;
}

._k2_featured ul li .moduleItemExtraFields ul {
	margin: 0 !important;
}

._k2_featured ul li .moduleItemExtraFields ul li {
	width: 14.2%;
	display: block;
	float: left;
	margin: 0 !important;
	border: none;
}
	
._k2_featured ul li .moduleItemExtraFields ul li .moduleItemExtraFieldsLabel {
	display: none;
	visibility: hidden;
}

._k2_featured ul li .moduleItemExtraFields ul li .moduleItemExtraFieldsValue {
	width: 100%;
	text-align: center;
	display: block;
}
	
.moduleItemTitle_hover {
	position: absolute;
	width: 100%;
	left: 0;
}
	
._k2_featured ul li .moduleItemExtraFields ul li:nth-of-type(10),
._k2_featured ul li .moduleItemExtraFields ul li:nth-of-type(11),
._k2_featured ul li .moduleItemExtraFields ul li:nth-of-type(12),
._k2_featured ul li .moduleItemExtraFields ul li:nth-of-type(13),
._k2_featured ul li .moduleItemExtraFields ul li:nth-of-type(14),
._k2_featured ul li .moduleItemExtraFields ul li:nth-of-type(15),
._k2_featured ul.featured_list li:nth-of-type(7),
._k2_featured ul.featured_list li:nth-of-type(8),
._k2_featured ul li .moduleItemExtraFields ul li:nth-of-type(6),
._k2_featured ul li .moduleItemExtraFields ul li:nth-of-type(7) {
	display: none;
	visibility: hidden;
}
	
._k2_featured ul li {
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}
	
.custom_kontaktai .moduletable_vad .custom_vad {
	display: block;
	margin: 10px 15px 0 0;
	width: auto;
	float: left;
	padding: 121px 40px;
	width: 168px;
	height:184px;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
}

.custom_kontaktai .moduletable_vad .custom_vad p {
	color: #056b2e;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(255, 255, 255, 0.4);
	padding: 0 5px 20px 0;
	float: left;
}

.custom_kontaktai .moduletable_vad .custom_vad p a{
	color: #056b2e;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(255, 255, 255, 0.4);
}
	
.custom_susisiekti_butuose .moduletable_vad .custom_vad {
	display: block;
	margin: 10px 15px 150px 0;
	width: auto;
	float: left;
	padding: 20px;
	width: 168px;
	height: 242px;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
}

.custom_susisiekti_butuose .moduletable_vad .custom_vad p {
	color: #056b2e;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(255, 255, 255, 0.4);
	padding: 0 15px 20px 0;
	float: left;
}

.custom_susisiekti_butuose .moduletable_vad .custom_vad p a{
	color: #056b2e;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(255, 255, 255, 0.4);
}
	
.custom_vad {
	display: block;
	margin: 10px 15px 0 0;
	width: auto;
	float: left;
}

.custom_vad p {
	color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
	padding: 0 15px 20px 0;
	float: left;
}

.custom_vad p a{
	color: #ffffff;
	font-family: "OpenSans-Bold";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
}
	
	
h4._sef_bute {
	position: absolute;
	width: 380px;
	top: 410px;
	font-size: 12px;
	color: #333333;
	display: block;
	padding: 10px 10px 5px 10px;
	background-color: rgba(255,255,255, 0.7);
	/*border-radius: 3px;*/
	height: 30px;
	text-transform:uppercase;
	font-family: "OpenSans-Regular";
	text-align: center;
	margin: 0 0 40px 653px;
}
	
	
.mod_sef_butuose {
	position: absolute;
	width: 400px;
	top: 445px;
	display: block;
	padding: 10px 24px 24px 48px;
	/*background: #ffffff;*/
	/*border-radius: 3px;*/
	margin: 0 0 40px 605px;
}

.mod_sef_butuose #_SimpleEmailForm_1 .mod_sef_table {
	border: none;
}

.mod_sef_butuose_tr, .mod_sef_butuose_th, .mod_sef_butuose_td, .mod_sef_butuose_space {
	border: none;
}

.mod_sef_butuose_table tbody {
	position: relative;
	display: block;
	width: 350px;
	padding: 10px 25px 10px 25px;
	background-color: rgba(255,255,255, 0.7);
	overflow: hidden;
}

.mod_sef_butuose_space {
	display: none;
}

.mod_sef_butuose_td {
	position: relative;
	display: block;
	width: 100%;
	height: 35px;
}

.mod_sef_butuose_th {
	display: block;
}

.mod_sef_butuose_th {
	color: #056839;
	font-size: 14px;
	font-weight: bold;
}

.mod_sef_butuose_tr {
	min-height: 30px;
	margin: 0 0 3px 0;
	display: inline-block;
}

#mod_simpleemailform_captcha_1 {
	margin: 0 0 0 10px;
}

.mod_sef_butuose_tr:nth-of-type(1){
	float: left;
	width: 150px;
	display: block;
	position: relative;
}

.mod_sef_butuose_tr:nth-of-type(2){
	float: right;
	width: 150px;
	display: block;
	position: relative;
}

.mod_sef_butuose_tr:nth-of-type(5){
	float: left;
	display: block;
	position: relative;
	margin: 35px 0 0 0;
}

.mod_sef_butuose_tr:nth-of-type(6){
	float: left;
	display: block;
	position: relative;
	margin: 40px 0 0 0;
}

.mod_sef_butuose_tr:nth-of-type(6) th {
	display: none;
	visibility: hidden;
}

.mod_sef_butuose_tr:nth-of-type(7){
	float: right;
	display: block;
	position: relative;
	margin: 0px 0 0 0;
}

.mod_sef_butuose_tr:nth-of-type(1) .mod_sef_butuose_td input{
	float: left;
	width: 140px;
}

.mod_sef_butuose_tr:nth-of-type(2) .mod_sef_butuose_td input{
	float: left;
	width: 130px;
}

.mod_sef_butuose_tr:nth-of-type(3) .mod_sef_butuose_td input {
	margin: 0 0 17px 0;
	width: 330px;
}

.mod_sef_butuose_td input {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
}

.mod_sef_butuose_td textarea {
	border: 1px solid #cccccc;
	background: #fafafa;
	/*border-radius: 3px;*/
	padding: 5px 5px 5px 12px;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSans-Regular";
	min-height:125px;
	width: 330px;
	min-width: 330px;
	max-width: 330px;
	min-height:60px;
	max-height: 60px;
}

	
.custom_susisiekti_butuose .moduletable_vad .custom_vad {
	display: block;
	margin: 10px 15px 150px 0;
	width: auto;
	float: left;
	padding: 20px;
	width: 168px;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
}

.custom_susisiekti_butuose .moduletable_vad .custom_vad p {
	color: #056b2e;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(255, 255, 255, 0.4);
	padding: 0 15px 20px 0;
	float: left;
}

.custom_susisiekti_butuose .moduletable_vad .custom_vad p a{
	color: #056b2e;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	text-shadow: 1px 0 1px rgba(255, 255, 255, 0.4);
}
	
	
	