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

html {
	height: 100%;
	background: #fff;
	scroll-behavior: smooth;
}

body {
	margin:0px; 
	padding:0px; 
	font-family: "Oswald", tahoma,sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	height: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
	color: #393939;
}

h3 {
	color: #AFA066;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0;
}

p { 
	padding:0; 
	margin:0; 
	font-family: Oswald;
	font-size: 16px;
	line-height: 22px;
	color: #888888;
}

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

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

p a:hover {
	color: rgba(175,159,102,1);
	text-decoration: none;
	
	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;
}

a:hover {
	color: rgba(175,159,102,1);
	text-decoration: none;
	
	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;
}

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

li {
	padding:0; 
	margin:0; 
	font-family: Oswald;
	font-size: 16px;
	line-height: 22px;
	color: #888888;
}

.wrapper {
	width: 100%;
}

.top-row-spacer {
	display: block;
	position: relative;
	width: 100%;
	height: 115px;
	z-index: -1;
}

.top-row {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,1);
	height: 115px;
	z-index: 5000;
	box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
	
}

.top-row-top {
	display: block;
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	height: 35px;
}

.top-row-top ul {
	min-height: 25px;
	display: inline-block;
	padding: 10px 0 0 0;
}

.top-row-top ul li {
	position: relative;
	display: inline-block;
	padding: 0 17px;
	font-size: 13px;
	line-height: 1.3;
}

.top-row-top ul li .unit {
	display: flex;
	flex-direction: row !important;
}

.top-row-top ul li .unit-left {
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 3px;
}

.top-row-top ul li .unit-left span {
	position: relative;
	font-size: 15px;
	color: #000;
	display: inline-block;
	text-align: center;
}

.top-row-top ul li .unit-left span:before {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-family: Material-Icons;
}

.top-row-top ul li .unit-left span.icon-address:before {
	content: "\e0c8";
}

.top-row-top ul li .unit-left span.icon-phone:before {
	content: "\e0cd";
}

.moduletable_kont-butuose {
	display: block;
	position: relative;
	width: 90%;
	padding:30px 5%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.moduletable_kont-butuose li {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.3;
	width:45%;
	padding: 0 2.5%;
	float: left;
}

.moduletable_kont-butuose li .unit {
	display: flex;
	flex-direction: row !important;
}

.moduletable_kont-butuose li .unit-left .icon {
	position: relative;
	font-size: 15px;
	color: #000;
	display: inline-block;
	text-align: center;
}

.moduletable_kont-butuose li .unit-left .icon:before {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-family: Material-Icons;
	font-size: 34px;
	line-height: 38px;
	margin: 2px 10px 0 0;
	color: #c19b76;
}

.moduletable_kont-butuose li .unit-left .icon.icon-address:before {
	content: "\e0cd";
}

.moduletable_kont-butuose li .unit-left .icon.icon-phone:before {
	content: "\e158";
}

.moduletable_kont-butuose li .unit-body {
	text-align: center;
}

.moduletable_kont-butuose li .unit-body a {
	color: #000;
	font-size: 24px;
	line-height: 38px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .08em;
	
	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;
}

.moduletable_kont-butuose li .unit-body a:hover {
	color: #c19b76;
	
	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;
}

.top-row-inner {
	display: block;
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	height: 80px;
	clear: both;
}

.logo {
	display: block;
	position: relative;
	width: 25%;
	max-width: 250px;
	height: auto;
	float: left;
}

.logo a {
	display: block;
	position: relativee;
	width: 100%;
}

.logo img {
	display: block;
	position: relativee;
	max-height: 70px;
	object-fit: contain;
	padding: 5px 0 5px 20px;
	
	opacity: 1;
	
	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;
}

.logo img:hover {
	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;
}

.social {
	display: block;
	position: relative;
	float: left;
	text-align: right;
	padding: 8px 0 0 0;
}

.social a {
	display: inline-block;
	position: relative;
	width:20px;
	height: 20px;
	padding: 0 5px;
}

.social a img {
	width: 100%;
	height: auto;
	opacity: 1;
	
	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;
}

.social a:hover img {
	opacity: 0.8;
	
	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;
}

.menu_top {
	display: block;
	position: relative;
	width: 60%;
	float: left;
	max-width: 800px;
}

.moduletable_menu_top {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 900px;
	float: right;
	padding: 0px 0 0 0;
}

.moduletable_menu_top ul {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
}

.moduletable_menu_top ul li {
	display: inline-block;
	position: relative;
}

.moduletable_menu_top ul li.item-476,
.moduletable_menu_top ul li.item-1963 {
	display: none !important;
	visibility: hidden !important;
}

.moduletable_menu_top ul li a {
	color: #777;
	padding: 15px;
	display: block;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 14px;
	line-height: 1.28;
	font-family: Montserrat-Regular;
}

.moduletable_menu_top ul li a:hover {
	color: rgba(0,0,0,1);
}

.moduletable_menu_top ul li.active a {
	color: rgba(0,0,0,1);
}

.moduletable_menu_top ul li.deeper a {
	padding-right: 5px !important;
}

.moduletable_menu_top ul li.deeper:nth-of-type(1) a {
	padding-right: 0px !important;
}

.moduletable_menu_top ul li.deeper:before {
	display: block;
	position: absolute;
	
	font-family: Material-Icons;
	content: "\e313";
	font-size: 16px;
	height: 20px;
	width: 20px;
	
	right: 0;
	top: 32px;
}

.moduletable_menu_top ul li.deeper:nth-of-type(1):before {
	content: none;
}

.moduletable_menu_top ul li ul li:before {
	content: none !important;
}

.moduletable_menu_top ul li:nth-of-type(1) ul {
	display: none !important;
	visibility: hidden !important;
}

.moduletable_hp_bg {
	display: block;
	position: relative;
	width: 100%;
	height:90%;
	background-image: url(/p9/images/hp_img/C.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}

.moduletable_omp_bg {
	display: block;
	position: relative;
	width: 100%;
	height:50%;
	background-image: url(/p9/images/hp_img/C.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;
	overflow: hidden;
}

.wrapper, .content, .component {
	height: 100%;
}

.fotter-copyright {
	background-image: url(/images/footer-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -40px;
	
	
	display: block;
	position: relative;
	width: 100%;
	padding: 60px 0% 150px 0;
	overflow: hidden;
}

.fotter-copyright-inner {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 1280px;
	margin: 0 auto;
}

.moduletable_footer_left,
.moduletable_footer_middle,
.moduletable_footer_right {
	display: block;
	position: relative;
	width: 28%;
	padding: 0 2.5%;
	float: left;
}

.custom_footer_left h4,
.custom_footer_middle h4,
.custom_footer_right h4 {
	color: #fff;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

.custom_footer_left p,
.custom_footer_middle p,
.custom_footer_right p {
	font-family: Oswald;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.custom_footer_right a {
	color: #fff;
}

.moduletable_footer_right img {
	margin: 25px 0;
	
	max-width: 150px;
	
	opacity: 1
	
	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;
}


.moduletable_footer_right img:hover {
	opacity: 0.5;
	
	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;
}

.moduletable_footer_right ul {
	display: block;
	position: relative;
	float: right;
	
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #917d48;
}

.moduletable_footer_right ul li {
	display: block;
	position: relative;
	float: left;
	margin-right: 15px;
}

.moduletable_footer_right ul li a {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 11px;
	color: #444;
	text-transform: uppercase;
	display: block;
}

.fotter-inner {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	background: #191919;
}

.fotter-inner a {
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 22px;
	color: #ba9778;
	opacity: 0.8;
	text-transform: uppercase;
}

.fotter-inner a:hover {
	opacity: 1;
}

.fotter-inner_wrap {
	width: 95%;
	padding: 0 2.5%;
	max-width: 1280px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.fotter-inner_wrap p {
	float: left;
	
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	opacity: 0.8;
	text-transform: uppercase;
}

.fotter-inner_wrap a {
	float: right;
}

.custom_footer_left img {
	width: 100%;
	max-width: 200px;
	margin: 0 0 30px 0;
}

.custom_footer_left a {
	color: #fff;
	font-family: Oswald;
	font-weight: 400;
	font-size: 16px;
	
	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;
}

.custom_footer_left a:hover {
	color: #c39f75;
	
	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;
}

.custom_footer_left a:before {
	font-family: Essential;
	content: attr(data-ico-essential);
	color: #fff;
	font-size: 20px;
	top: 4px;
	position: relative;
	margin-right: 10px;
	
	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;
}

.custom_footer_left a:hover:before {
	color: #c39f75;
	
	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;
}

.moduletable_footer_menu {
	display: block;
	position: relative;
}

.moduletable_footer_menu ul li {
	display: block;
	position: relative;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	
	max-width: 200px;
}

.moduletable_footer_menu ul li:last-of-type {
	border-bottom: 0px solid #fff !important;
}

.moduletable_footer_menu ul li a {
	font-family: Oswald;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}


.moduletable_detali_paieska_menu ul {
	display: block;
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 500;
}

.moduletable_detali_paieska_menu ul li {
	display: block;
	position: relative;
	float: left;
	margin-left: 5px;
}

.moduletable_detali_paieska_menu ul li a {
	background: rgba(145,125,75,0.95) none repeat scroll 0 0;
	padding: 15px 20px;
	color: #ffffff;
	
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 11px;
	
	text-transform: uppercase;
	
	display: block;
}

.moduletable_detali_paieska_menu ul li a:hover {
	background: #c7ab62;
}

.item-page {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.item-page .page-header h2 {
	text-align: center;
	
	color: #cfb870;
	
	font-size:24pt;
	letter-spacing: 6px;
	line-height: 28pt;
	
	font-weight: normal;
	text-transform: uppercase;
	padding: 70px 0 40px 0;
}

.item_left, .item_right {
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	overflow:hidden;
}

.item_left_img {
	display: block;
	position: relative;
	width: 50%;
	padding: 0;
	float: left;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.item_left_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item_left_txt {
	display: block;
	position: relative;
	width: 40%;
	height: 94%;
	margin: 0;
	padding: 3% 5% 3% 5%;
	float: left;
	text-align: center;
	background: #fff;
}

.item_left_txt h2 {
	color: #cfb870;
	
	font-size:18pt;
	letter-spacing: 3px;
	line-height: 22pt;
	
	padding: 0 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.item_left_txt ul {
	display: inline-block;
	position: relative;
	margin: 0 auto;
}

.item_left_txt ul li {
	position: relative;
	text-align: left;
	line-height: 24px;
}

.item_right_txt ul {
	display: inline-block;
	position: relative;
	margin: 0 auto;
}

.item_right_txt ul li {
	position: relative;
	text-align: left;
	line-height: 24px;
}

.item_right_img {
	display: block;
	position: relative;
	width: 50%;
	padding: 0;
	float: right;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.item_right_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item_right_txt {
	display: block;
	position: relative;
	width: 40%;
	height: 94%;
	margin: 0;
	padding: 3% 5% 3% 5%;
	float: right;
	text-align: center;
	background: #fff;
}

.item_right_txt p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.item_left_txt p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.item_right_txt h2 {
	color: #cfb870;
	
	font-size:18pt;
	letter-spacing: 3px;
	line-height: 22pt;
	
	padding: 0 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.moduletable_map {
	height: 80% !important;
	width: 100% !important;
	display: block;
	position: relative;
}

#GMapsID {
	height: 100% !important;
	width: 100% !important;
	display: block;
	position: relative;
}








.moduletable_filter {
	display: block;
	position: relative;
	width: 98%;
	padding: 0px 1% 30px 1%;
	margin: 0 auto;
	background: #f5f5f5;
}

.moduletable_filter .K2FilterBlock {
	display: block;
	position: relative;
	width: 90%;
	padding: 30px 5%;
	max-width: 1280px;
	margin: 0 auto;
}

.k2filter-table .clear {
	display: none;
	visibility: hidden;
}

.k2filter-table {
	display: block;
	position: relative;
	width: 100%;
	
	overflow: hidden;
}

.k2filter-table .k2filter-cell {
	display: block;
	position: relative;
	float: left;
	width: calc(33.33% - 10px) !important;
}

.k2filter-field-multi h3 {
	font-family: "Oswald", serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #1c1c1c;
	text-transform: none;
}

.k2filter-field-multi div input {
	position: relative !important;
	float: left;
	
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255,255,255,0);
	border-radius: 1px;
	box-sizing: border-box;
	position: relative;
	box-sizing: content-box ;
	width: 15px;
	height: 15px;
	border: 3px solid rgba(0,89,50,0.8);
	transition: all .3s linear;
}

.k2filter-field-multi div input[type="checkbox"]:checked{
  background-color: rgba(0,89,50,0.4);
}
.k2filter-field-multi div input[type="checkbox"]:focus{
  outline: 0 none;
  box-shadow: none;
}

.k2filter-field-multi div label {
	position: relative !important;
	float: left;
	font-size: 16px;
	line-height: 26px;
	margin: 0 10px 0 5px;
}


.genericItemView {
	display: block;
	position: relative;
	width: 100%;
	padding: 0px 0%;
	
	overflow: hidden;
	box-sizing: content-box !important;
}

.genericItemView:nth-child(odd) {
	background: rgba(255,255,255,0);
}

.genericItemView:nth-child(even) {
	background: rgba(255,255,255,0.8);;
}

.genericItemView .genericItemHeader {
	display: block;
	position: relative;
	width: 14.28%;
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
}

.genericItemView .genericItemHeader h2 {
	display: block;
	position: relative;
	width: 100%;
}

.genericItemView .genericItemHeader h2 a {
	display: block;
	position: relative;
	width: 100%;
	
	font-family: "Oswald", serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 300;
	color: #1c1c1c;
	text-transform: none;
}

.genericItemView .genericItemHeader h2 a:hover {
	color: #BB8B5F;
}

.genericItemView .genericItemExtraFields {
	display: block;
	position: relative;
	width: 85.72%;
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
}

.genericItemView .genericItemExtraFields ul {
	display: block;
	position: relative;
	width: 100%;
}

.genericItemView .genericItemExtraFields ul li {
	display: block;
	position: relative;
	width: 16.66%;
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
}

.genericItemView .genericItemExtraFields ul li .genericItemExtraFieldsLabel {
	display: none;
	visibility: hidden;
}

.genericItemView .genericItemExtraFields ul li .genericItemExtraFieldsValue {
	display: block;
	position: relative;
	width: 100%;
	
	font-family: "Oswald", serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 300;
	color: #1c1c1c;
	text-transform: none;
}

.filter_list_titles {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 0%;
	border-bottom: 1px solid rgba(0,89,50,0.8);
	border-top: 1px solid rgba(0,89,50,0.8);
	margin:14px 0;
	
	box-sizing: content-box !important;
}

.filter_list_titles li {
	display: block;
	position: relative;
	width: 14.28%;
	float: left;
	text-align: center;
	
	font-family: "Oswald", serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #1c1c1c;
	text-transform: none;
}








/*

.moduletable_filter {
	display: block;
	position: relative;
	width: 90%;
	padding: 0px 5% 20px 5%;
	margin: 0 auto;
	background: #f5f5f5;
}

.moduletable_filter .k2Filter._filter {
	display: block;
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 30px 5% 80px 5%;
	margin: 0 auto;
	background: rgba(255,255,255,0.95);
	z-index: 40;
}

.moduletable_filter .k2Filter._filter._aukstuose {
	top: 0px !important;
}

#k2FilterSelectors {
	display: block;
	position: relative;
	overflow: hidden;
}

.k2Filter div.k2FilterSelect {
	display: block;
	width: 30% !important;
	padding: 0 1.515%;
}

.filter_list_titles {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #917d48;
	border-top: 1px solid #917d48;
	margin:14px 0;
}

.filter_list_titles li {
	display: block;
	position: relative;
	width: 11.11%;
	float: left;
	text-align: center;
}

.itemContainer .catItemView .catItemHeader {
	display: block;
	position: relative;
	width: 11.11%;
	float: left;
}

.itemContainer .catItemView .catItemHeader h3 {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

.itemContainer .catItemView .catItemHeader h3 a {
	font-family: Roboto-Light;
	font-size: 16px;
}

.k2Filter div.k2FilterSelect .k2FilterSelectInner span {
	font-family: Roboto-Light;
	font-size: 16px;
}

.itemContainer .catItemView .catItemHeader h3 a:hover {
	color: rgba(175,159,102,1);
}

.itemContainer .catItemView .catItemBody {
	display: block;
	position: relative;
	width: 88.88%;
	float: left;
}

.itemContainer .catItemView .catItemBody .catItemExtraFields {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.itemContainer .catItemView .catItemBody .catItemExtraFields h4 {
	display: none;
	visibility: hidden;
}

.itemContainer .catItemView .catItemBody .catItemExtraFields ul li {
	width: 12.5%;
	float: left;
	display: block;
	position: relative;
	text-align: center;
	min-height: 10px;
}

.itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(9),
.itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(10),
.itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(11),
.itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(12),
.itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(13),
.itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(14),
.itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(15),
.itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(16) {
	display: none;
	visibility: hidden;
}


.moduletable_filter .itemContainer {
	padding: 10px 0 10px 0;
}

.moduletable_filter .itemContainer:hover {
	background: rgba(193,155,118,0.2) !important;
}

.moduletable_filter .itemContainer:nth-child(even) {
	background: rgba(193,155,118,0.1);
}

.itemContainer .catItemView .catItemBody .catItemExtraFields ul li .catItemExtraFieldsLabel {
	display: none;
	visibility: hidden;
}

.itemContainer {
	display: block;
	width: 100%;
	overflow: hidden;
}



.field_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:16px;
	font-family: "Roboto-Light", tahoma,sans-serif;
	color: #666666;
	vertical-align:middle;
	cursor:pointer;
}

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

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

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

.field_range .k2FilterSelectInner label {
	padding: 0 0 10px 0;
	display: block;
}
*/


.moduletable_html_namas {
	display: block;
	position: relative;
	width: 100%;
	max-width:1920px;
	z-index: 40;
	overflow: hidden;
	margin: 100px auto 0 auto;
}
/*
.moduletable_html_namas div {
	margin: 0 auto;
	max-width: 1920px;
	text-align: center;
}

.moduletable_html_namas div img {
	margin: 0 auto;
}*/


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

.k2Pagination {
	display: block;
	position: relative;
	margin: 10px 0 10px 45px;
}

.k2Pagination ul li {
	display: block;
	position: relative;
}

.k2Pagination ul li span {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 5px;
	float: left;
}

.k2Pagination ul li a {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 5px;
	float: left;
}

.field_range .k2FilterSelectInner {
	display: block;
	position: relative;
	margin: 0 40px 10px 0 !important;
}

.itemView {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0px 0% 0 0%;
}

.itemView .itemBody {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.itemView .itemBody .itemFullText {
	display: block;
	position: relative;
	width: 70%;
	float: right;
	padding: 0 !important;
}

.itemView .itemBody .itemFullText .sigplus-gallery {
	display: block;
	position: relative;
	width: 100%;
	/*max-width: 600px;*/
	margin: 0 auto;
}

.itemView .itemBody .itemExtraFields {
	display: block;
	position: relative;
	width: 30%;
	float: left;
}

.itemFullText .sigplus-gallery {
	padding: 50px 0 0 0;
}

.itemFullText .sigplus-gallery {
	display: block;
	position: relative;
	width: 100%;

}

.itemFullText .sigplus-gallery ul {
	display: flex !important;
	align-items: center;
	position: relative;
	width: 100%;

}

.itemFullText .sigplus-gallery ul li {
	display: block;
	position: relative;
	float: left;
}

.itemFullText .sigplus-gallery ul li:nth-of-type(1) {
	width: 70%;
}

.itemFullText .sigplus-gallery ul li:nth-of-type(2) {
	width: 30%;
}

.vis_mandatory {
	display: none;
	visibility: hidden;
}


.itemFullText .sigplus-gallery ul li a {
	width: 100%;
	height: auto;
	padding: 0 0%;
}

.itemFullText .sigplus-gallery ul li a img{
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	height: auto;
	max-height: 400px;
	object-fit: scale-down;
	margin: 0 !important;
}

.itemFullText .sigplus-gallery ul li:nth-of-type(3),
.itemFullText .sigplus-gallery ul li:nth-of-type(4) {
	width:33%;
	float: left;
}

.itemFullText .sigplus-gallery ul li:nth-of-type(3) {
	padding: 0 0.5% !important;
}

.itemFullText .sigplus-gallery ul li:nth-of-type(3) a img,
.itemFullText .sigplus-gallery ul li:nth-of-type(4) a img{
	max-height: 80px;
}

/*
.itemFullText .sigplus-gallery ul li:nth-of-type(2) a img {
	max-height: 200px;
	object-fit: scale-down;
}*/

.itemFullText {
	padding: 0 0 100px 0;
}

.itemView .itemBody .itemExtraFields h3,
.itemBackToTop {
	display: none;
	visibility: hidden;
}

.itemView .itemBody .itemExtraFields ul {
	display: block;
	position: relative;
	width: 100%;
	margin: 100px 0 0 0;
	float: left;
	padding: 0px 0%;
	max-width: 300px;
}

.itemView .itemBody .itemExtraFields ul li {
	display: block;
	position: relative;
	padding: 5px 3%;
	margin: 0px 2%;
	
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.itemView .itemBody .itemExtraFields ul li:last-of-type {
	border-bottom: 0px solid #c19b76;
}

.itemView .itemBody .itemExtraFields ul li .itemExtraFieldsLabel {
	display: inline-block;
	
	font-size: 15px;
	line-height: 26px;
	
	color: #181818;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-weight: normal;
	
	max-width: 150px;
	
	text-transform: uppercase;
}

.itemView .itemBody .itemExtraFields ul li .itemExtraFieldsValue {
	font-size: 15px;
	line-height: 26px;
	float: right;
	
	letter-spacing: 1px;
	color: #181818;
	font-family: Oswald;
	font-weight: 400;
	font-weight: normal;
}

.itemView .itemHeader {
	position: relative;
	display: block;
	width: 90%;
	padding: 10px 5%;
	max-width: 1280px;
	margin: 50px auto 0 auto;
}

.itemView .itemHeader h2 {
	position: absolute;
	width: 50%;
	float: left;
	
	
	color: rgb(24, 24, 24);
	
	display: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-left: 10px;
	z-index: 10;
}

.itemView .itemToolbar {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 1280px;
	margin: 0 auto;
}

.itemView .itemToolbar ul {
	display: block;
	position: relative;
	width: 50%;
	float: right;
	text-align: center;
}

.itemView .itemToolbar li {
	display: block;
}

a.itemPrintLink {
	background-image: url(../images/print.png); 
	background-size: contain;
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	/*top: -55px;*/
	opacity: 0.5;
	
	z-index: 100;
	
	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;
}

a.itemPrintLink:hover {
	opacity: 1;
	
	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;
}

.item-page_priv {
	display: block;
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0px auto 0 auto;
	padding: 50px 0 30px 0;
}

.item-page_priv .page-header h2 {
	color: #000;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: center;
}

.item-page_priv h4 {
	color: #cfb870;
	
	font-size:16pt;
	letter-spacing: 3px;
	line-height: 18pt;
	font-weight: normal;
	padding: 15px 0 10px 0;
}

.item-page_priv p {
	font-family: Oswald;
	font-size: 16px;
	line-height: 22px;
	color: #888888;
}

.item-page_priv li {
	margin: 0 0 0 30px;
}

.moduletable_galerija {
	width: 90%;
	display: block;
	position: relative;
	padding: 30px 5% 50px 5%;
	overflow: hidden;
}

.moduletable_galerija h3 {
	color: #000;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: center;
}

.moduletable_galerija .sigplus-gallery {
	width: 100%;
	display: block;
	position: relative;
}

.moduletable_galerija .sigplus-gallery ul li {
	width: 33.3333%;
	display: block;
	float: left;
	overflow: hidden;
}

.moduletable_galerija .sigplus-gallery ul li a {
	width: 100%;
	display: block;
	
}

.moduletable_galerija .sigplus-gallery ul li a img {
	width: 100%;
	height: auto;
}


.moduletable_html_planas {
	display: block;
	position: relative;
	width: 80%;
	margin: 30px auto 0px auto;
	max-width: 1050px;
	padding: 20px 5% 50px 5%;
	overflow: hidden;
}

.moduletable_html_planas h3 {
	-webkit-text-fill-color: transparent !important;
	
	background: linear-gradient(90deg,#c39f75 0%,#8b673d 80%);
	background: -moz-linear-gradient(0deg,#c39f75 0%,#8b673d 80%);
	background: -webkit-linear-gradient(0deg,#c39f75 0%,#8b673d 80%);
	
	color: #c39f75;
	
	-webkit-background-clip: text !important;
	background-clip: text !important;
	
	display: block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
	text-align: center;
}

.moduletable_html_planas._wide {
	display: block;
	position: relative;
	width: 80%;
	margin: 0px auto 0px auto;
	max-width: 900px;
	padding: 20px 5% 50px 5%;
	overflow: hidden;
}


.moduletable_html_planas_park {
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto 50px auto;
	max-width: 1920px;
	padding: 0 5% 50px 5%;
	overflow: hidden;
	top: 50px !important; 
	background: #fff;
}

.moduletable_html_planas_park h3 {
	color: #000;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: center;
}



.moduletable_hp_intro {
	display: block;
	position: absolute;
	top: 300px;
	right: 5%;
	z-index: 40;
	padding: 20px;
	/*background: rgba(207,136,48,0.5);*/
	background: rgba(255,255,255,0.8);
}

.custom_hp_intro p {
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	
	color: rgba(207,136,48,1);
}

.moduletable_kontaktai {
	display: block;
	position: relative;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	padding: 150px 0 30px 0;
}

.moduletable_kontaktai h3 {
	text-align: center;
	
	color: #cfb870;
	
	font-size:24pt;
	letter-spacing: 6px;
	line-height: 28pt;
	
	font-weight: normal;
	text-transform: uppercase;
	padding: 40px 0;
}

.custom_kontaktai p {
	font-size: 19pt;
	line-height: 30pt;
	color: #444;
	text-align: center;
}

.moduletable_kontaktu_forma {
	display: block;
	position: relative;
	width:100%;
	float: left;
	padding: 0;
}

.visCSSlabel {
	display: none;
	visibility: hidden;
}

#sutinku-su-privatumo-politikalbl {
	display: block;
	visibility: visible;
}

#mod-visform1 .field4 #zinutelbl {
	display: none;
	visibility: hidden;
}

#mod-visform1 .field4 textarea {
	max-height: 150px;
}

.moduletable_kontaktu_forma .visCSSinput {
	width: 94%;
}

.moduletable_aukstu_meniu {
	position: relative;
	display:flex;
	align-items: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 50px 0;
}

.moduletable_aukstu_meniu ul {
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 0%;
	max-width: 600px;
	margin: 0 auto;
}

.moduletable_aukstu_meniu h3 {
	margin-left: 10px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
}


.moduletable_aukstu_meniu ul li {
	display: block;
	position: relative;
	margin: 5px 5px;
	overflow: hidden;
	float: left;
}

.moduletable_aukstu_meniu ul li a {
	display: inline-block;
	width: auto;
	max-width: 100%;
	/*border: 1px solid;*/
	padding: 10px 10px;
	font-size: 16px;
	line-height: 24px;
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: .08em;
	transition: .33s all ease;
	white-space: normal;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;

	color: #ba9778;
	background-color: transparent;
	/*border-color: #c19b76;*/
	
}

.moduletable_aukstu_meniu ul li a:hover,
.moduletable_aukstu_meniu ul li.active a {
	color: #000;
	/*border-color: #000;*/
}


.moduletable_kontaktai_butuose {
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 5% 50px 5%;
	overflow: hidden;
}

.moduletable_kontaktai_butuose h3 {
	text-align: center;
	
	color: #cfb870;
	
	font-size:24pt;
	letter-spacing: 6px;
	line-height: 28pt;
	
	font-weight: normal;
	text-transform: uppercase;
	padding: 40px 0;
}

.cont_left,
.cont_right {
	display: block;
	position: relative;
	width: 40%;
	padding: 5%;
	float: left;
}

.cont_left h4 {
	text-align: center;
	
	color: #cfb870;
	
	font-size:18pt;
	letter-spacing: 6px;
	line-height: 20pt;
	
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0 20px 0;
}

.cont_left p {
	text-align: center;
	
	font-size:16pt;
	letter-spacing: 6px;
	line-height: 18pt;
	
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0;
}

.cont_left p a {
	text-align: center;
	
	font-size:16pt;
	letter-spacing: 6px;
	line-height: 18pt;
	
	font-weight: normal;
	text-transform: uppercase;
	color: #444444;
}

a.itemPrintLink span {
	display: block;
	visibility: hidden;
}

.moduletable_p_s {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.moduletable_p_s h3 {
	text-align: center;
	
	color: #cfb870;
	
	font-size:24pt;
	letter-spacing: 6px;
	line-height: 28pt;
	
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0;
}


._p_s_titles {
	position: relative;
	display: block;
	width: 100%;
	
	padding: 10px 0;
	border-bottom: 1px solid #917d48;
	border-top: 1px solid #917d48;
	margin:10px 0;
	overflow: hidden;
}

._p_s_titles li {
	position: relative;
	display: block;
	width: 12.5%;
	float: left;
	text-align: center;
}

._p_s ul li {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}

._p_s ul li.even {
	background: rgba(145,125,72,0.3);
}

._p_s ul li span.moduleItemTitle {
	display: block;
	position: relative;
	width: 12.5%;
	float: left;
	text-align: center;
	padding: 5px 0;
}

._p_s ul li .moduleItemExtraFields {
	display: block;
	position: relative;
	width: 87.5%;
	float: left;
}

._p_s ul li .moduleItemExtraFields ul li {
	display: block;
	position: relative;
	width: 14.28%;
	float: left;
}

._p_s ul li .moduleItemExtraFields ul li .moduleItemExtraFieldsLabel {
	display: none;
	visibility: hidden;
}

._p_s ul li .moduleItemExtraFields ul li .moduleItemExtraFieldsValue {
	display: block;
	position: relative;
	text-align: center;
}

.moduletable_kontaktu_forma_butuose {
	padding: 0 0 10px 0;
	display: block;
	position: relative;
	overflow: hidden;
}

.item-page_priv hr {
	position: relative;
	display: block;
	width: 100%;
	color: #000;
	background-color: #ccc;
	padding: 1px 0 0 0;
	margin: 15px 0;
	clear: both;
	overflow: hidden;
}

.item-page_priv img {
	max-width: 50px;
	padding:10px 10px 10px 0;
	display: block;
}

.moduletable_parking_plan {
	display: block;
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 30px auto 40px auto;
}

.moduletable_parking_plan h3 {
	text-align: center;
	
	color: #cfb870;
	
	font-size:24pt;
	letter-spacing: 6px;
	line-height: 28pt;
	
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0;
}

.moduletable_parking_plan img {
	width: 100%;
	height: auto;
}

.moduletable_namu_meniu {
	position: fixed;
	display:block;
	top:250px;
	left: 20px;
	z-index: 50;
}

.moduletable_namu_meniu h3 {
	color: #fff;
	background: #AFA066;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.moduletable_namu_meniu ul li {
	display: block;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
}

.moduletable_namu_meniu ul li a {
	display: inline-block;
	float: left;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	background: #AFA066;
	border: 1px solid #AFA066;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 40px;
	font-family: Oswald;
	
}

.moduletable_namu_meniu ul li a:hover,
.moduletable_namu_meniu ul li.active a {
	background: #fff;
	color: #AFA066;
}


.moduletable_hp_slider {
	display: block;
	position: relative;
	width: 100%;
}

.moduletable_kontaktai_slider {
	display: block;
	position: relative;
	width: 100%;
}

.item-page_apie {
	display: block;
	position: relative;
	width: 90%;
	padding: 10px 5% 50px 5%;
	max-width: 1024px;
	margin: 0 auto;
}

.item-page_apie .page-header h2 {
	font-size: 28px;
	line-height: 1.5;
	margin-top: 18px;
	font-family: PlayfairDisplay-Regular;
	font-weight: 400; 
	letter-spacing: .02em;
	color: #000;
	text-transform: uppercase;
}

.item-page_apie h3 {
	font-size: 28px;
	line-height: 1.5;
	margin-top: 18px;
	font-family: PlayfairDisplay-Regular;
	font-weight: 400; 
	letter-spacing: .02em;
	color: #000;
}

.item-page_apie h4 {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 22px;
	font-family: PlayfairDisplay-Regular;
	font-weight: 400; 
	letter-spacing: .02em;
	color: #000;
}

.item-page_apie strong {
	font-size: 18px;
	line-height: 1.5;
	font-family: Oswald;
	font-weight: 400; 
	letter-spacing: .02em;
	color: #000;
}

.item-page_apie p {
	margin-top: 18px;
	font-size: 18px;
	font-family: Oswald;
	line-height: 1.72222;
	color: #777;
}

.item-page_apie li {
	margin-top: 18px;
	margin-left: 25px;
	font-size: 18px;
	font-family: Oswald;
	line-height: 1.72222;
	color: #777;
}

.item-page_apie li a {
	color: #c19b76;
}

.item-page_apie li a:hover {
	color: #000;
}

.item-page_apie img {
	margin-top: 0px;
	border-width: 15px;
	border: 8px solid #f8f8f8;
	display: inline-block;
	max-width: calc(100% - 16px);
	height: auto;
}

.item-page_apie .apie_1 {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5% 50px 5%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.item-page_apie .apie_1 h2,
.apie_wrap h2 {
	color: #000;
	font-family: Montserrat-Regular;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-align: left;
}

.item-page_apie .apie_1 h1,
.apie_wrap h1 {
	color: #000;
	margin: 15px 0 25px 0;
	font-size: 45px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: left;
	text-transform: uppercase;
}

.item-page_apie .apie_1 p,
.apie_wrap p {
	margin-top: 15px;
	color: #000;
	font-size: 18px;
	line-height: 1.42857;
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: .02em;
}

.item-page_home .apie_wrap a {
	display: inline-block;
	width: auto;
	max-width: 100%;
	border: 1px solid;
	padding: 12px 30px;
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: 24px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .08em;
	transition: .33s all ease;
	white-space: normal;
	text-transform: uppercase;
	cursor: pointer;
	float: right;

	color: #c19b76;
	background-color: transparent;
	border-color: #c19b76;
}

.item-page_home .apie_wrap a:hover {
	color: #000;
	background-color: transparent;
	border-color: #000;
}




.vertical-divider-outer {
	display: block;
	position: relative;
	text-align: center;
	padding: 20px 0;
}

.vertical-divider {
	background: #d2d2d2;
	width: 1px;
	height: 45px;
	display: inline-block;
	vertical-align: baseline;
	text-align: center;
}

.item_apie_full_wd {
	display: block;
	position: relative;
	width: 90%;
	padding: 100px 5%;
	overflow: hidden;
	
	background-image: url(/images/apie/apie_full_wd_darker.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.item_apie_full_wd_inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 5%;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
}

.item_apie_full_wd_inner h5 {
	padding: 10px 0 10px 1.5%;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.item_apie_full_wd_inner_txt {
	display: block;
	position: relative;
	width: 30%;
	padding: 0 1.5%;
	float: left;
}

.item_apie_full_wd_inner_txt h5 {
	padding: 10px 0;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.item_apie_full_wd_inner_txt p {
	color: #fff;
	
	padding: 10px 0;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	font-family: Oswald;	
}

.item-page_kont {
	display: block;
	position: relative;
	width: 100%;
	background: #f8f8f8;
	padding: 80px 0 80px 0;
	overflow: hidden;
}

.kontaktai_wrap {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 1280px;
	margin: 0 auto;
}

.kontaktai_left {
	display: block;
	position: relative;
	width: 35%;
	padding: 0 5% 0 0;
	float: left;
}

.kontaktai_left h3,
.kontaktai_right .moduletable_kontaktu_forma h3 {
	font-family: "Playfair Display";
	color: #000;
	letter-spacing: .02em;
	font-size: 28px;
	line-height: 1.5;
	text-transform: none;
	padding: 0 0 20px 0;
}

.kontaktai_left p {
	font-size: 18px;
	color: #777;
	line-height: 1.7;
	font-family: Oswald;
}

.kontaktai_right {
	display: block;
	position: relative;
	width: 60%;
	padding: 0 0% 0 0;
	float: left;
}

.item-page_kont .apie_1 {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5% 50px 5%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.item-page_kont .apie_1 h3 {
	color: #999794;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0;
}

.item-page_kont .apie_1 h2 {
	font-size: 30px;
	line-height:48px;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #AFA066;
	font-family: Oswald;
	font-weight: normal;
	padding: 5px 0 30px 0;
}

.item-page_kont .apie_1 p {
	font-family: Oswald;
	font-size: 16px;
	line-height:28px;
	color: #888888;
	max-width: 800px;
	margin: 0 auto;
}

.kontaktu_info {
	display: block;
	position: relative;
	width: 100%;
	padding: 70px 0;
	
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.kontaktu_info_inner {
	width: 30%;
	padding: 1.5%;
	float: left;
	display: block;
}

.kontaktu_info_inner img {
	float: left;
	margin: 0 10px 0 0;
}

.kontaktu_info_inner p {
	float: left;
	text-align: left;
	padding: 3px 0 0 0;
}

.forma_map {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.forma_map .moduletable_map {
	height: 400px !important;
	width: 45% !important;
	padding: 0 2.5%;
	display: block;
	position: relative;
	float: left;
}

.item-page_home {
	display: block;
	position: relative;
	width: 100%;
	background: #f5f5f5;
	padding: 0px 0 0px 0;
}

.item-page_home .apie_1 {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5% 50px 5%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.item-page_home .apie_1 h3 {
	color: #999794;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0;
}

.item-page_home .apie_1 h2 {
	font-size: 30px;
	line-height:48px;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #AFA066;
	font-family: Oswald;
	font-weight: normal;
	padding: 5px 0 10px 0;
}

.item-page_home .apie_1 p {
	font-family: Oswald;
	font-size: 16px;
	line-height:28px;
	color: #888888;
	max-width: 800px;
	margin: 0 auto;
}

.home_wrap {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
}

.home_wrap_inner {
	display: block;
	width: 30%;
	padding: 0 1.5%;
	float: left;
}

.home_wrap_inner img {
	width: 100%;
	max-width: 100px;
	margin: 0 auto 15px auto;
	display: block;
}

.home_wrap_inner h5 {
	padding: 10px 0;
	color: #6f6c68;
	font-weight: normal;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
}

.home_wrap_inner p {
	font-family: Oswald;
	font-size: 16px;
	line-height:28px;
	color: #888888;
	max-width: 800px;
	margin: 0 auto;
}

._forma_butuose {
	color: #000;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: center;
}

.moduletable_kont-butuose h3 {
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: center;
}





.moduletable_kontaktu_forma {
	display: block;
	position: relative;
	width: 100%;
	background: #fff;
	padding: 0 0 30px 0;
}

.moduletable_kontaktu_forma .visforms-form {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.moduletable_kontaktu_forma .visforms-form div:nth-of-type(2),
.moduletable_kontaktu_forma .visforms-form div:nth-of-type(3),
.moduletable_kontaktu_forma .visforms-form div:nth-of-type(4) {
	display: block;
	position: relative;
	width: 30%;
	padding: 0 1.5% 20px 1.5%;
	float: left;
}

.moduletable_kontaktu_forma .visforms-form div:nth-of-type(2) input,
.moduletable_kontaktu_forma .visforms-form div:nth-of-type(3) input,
.moduletable_kontaktu_forma .visforms-form div:nth-of-type(4) input {
	padding: 15px 5%;
	background: #f1eee7;
	width: 90%;
	
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: left !important;
	color: #000;
	font-family: Oswald;
	font-weight: normal;
}

.moduletable_kontaktu_forma .visforms-form div:nth-of-type(5) {
	display: block;
	position: relative;
	width: 97%;
	padding: 0 1.5% 20px 1.5%;
	float: left;
}

.moduletable_kontaktu_forma .visforms-form div:nth-of-type(5) textarea {
	padding: 15px 2.5%;
	background: #f1eee7;
	width: 95%;
	max-height: 150px;
	
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: left !important;
	color: #000;
	font-family: Oswald;
	font-weight: normal;
}


.visform input.btn {
	border: 0px solid #999;
	padding: 15px 0px;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase;
	width: calc(100% - 20px);
	margin: 10px 0 0 10px;
	cursor: pointer;
	float: left;
	
	background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%) !important;
	background-image: -moz-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%) !important;
	background-image: -webkit-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%) !important;
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	opacity: 1;
}

.visform input.btn:hover {
	
	background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%) !important;
	background-image: -moz-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%) !important;
	background-image: -webkit-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%) !important;
	
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}






.mod_sef_butuose {
	display: block;
	position: relative;
	width: 100%;
	background: #fff;
	padding: 0 0 30px 0;
}

.mod_sef_butuose form {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.mod_sef_butuose_table,
.mod_sef_butuose_table tbody {
	display: block;
	position: relative;
	width: 100%;
}

.mod_sef_butuose_table tbody tr {
	display: block;
	position: relative;
	width: 30%;
	padding: 0 1.5% 20px 1.5%;
	float: left;
}

.mod_sef_butuose_table tbody tr:nth-of-type(4) {
	width: 97%;
}


.mod_sef_butuose_table tbody tr:nth-of-type(5) {
	width: 100%;
	padding: 0;
	text-align: left;
}

.mod_sef_butuose_table tbody tr:nth-of-type(5) .mod_sef_butuose_th {
	display: none;
	visibility: hidden;
}

.mod_sef_butuose_table tbody tr:nth-of-type(5) .mod_sef_butuose_td {
	padding: 0;
	width: auto;
}

.mod_sef_butuose_table tbody tr:nth-of-type(5) .mod_sef_butuose_td span {
	float: left;
	text-align: left;
}

.mod_sef_butuose_table tbody tr:nth-of-type(5) .mod_sef_butuose_td input {
	width: auto;
	position: relative;
	top: 2px;
}


.mod_sef_butuose_table tbody tr:nth-of-type(6) {
	width: 100%;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.mod_sef_butuose_table tbody tr:nth-of-type(6) .mod_sef_butuose_th {
	display: none;
	visibility: hidden;
}

.mod_sef_butuose_table tbody tr:nth-of-type(6) .mod_sef_butuose_td {
	padding: 0;
}

.mod_sef_butuose_th {
	display: block;
	position: relative;
	width: 100%;
	
	font-size: 16px;
	line-height:20px;
	letter-spacing: 2px;
	text-align: center !important;
	color: #000;
	font-family: Oswald;
	font-weight: normal;
}

.mod_sef_butuose_space {
	display: none;
	visibility: hidden;
}

.mod_sef_butuose_td {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0 0 0;
}


.mod_sef_butuose_td input {
	padding: 15px 5%;
	background: #f1eee7;
	width: 90%;
}

.mod_sef_butuose_td textarea {
	padding: 15px 2.5%;
	background: #f1eee7;
	width: 95%;	
}

#mod_simpleemailform_reset_1 {
	display: none;
	visibility: hidden;
}

#mod_simpleemailform_submit_1 {
	border: 0px solid #999;
	padding: 15px 0px;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase;
	width: calc(100% - 20px);
	margin: 10px 0 0 10px;
	cursor: pointer;
	float: left;
	
	background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	background-image: -moz-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	background-image: -webkit-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	opacity: 1;
}

#mod_simpleemailform_submit_1:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}




#mod_simpleemailform_reset_2 {
	display: none;
	visibility: hidden;
}

#mod_simpleemailform_submit_2 {
	border: 0px solid #999;
	padding: 15px 0px;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase;
	width: calc(100% - 20px);
	margin: 10px 0 0 10px;
	cursor: pointer;
	float: left;
	
	background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	background-image: -moz-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	background-image: -webkit-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	opacity: 1;
}

#mod_simpleemailform_submit_2:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


#mod_simpleemailform_reset_3 {
	display: none;
	visibility: hidden;
}

#mod_simpleemailform_submit_3 {
	border: 0px solid #999;
	padding: 15px 0px;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase;
	width: calc(100% - 20px);
	margin: 10px 0 0 10px;
	cursor: pointer;
	float: left;
	
	background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	background-image: -moz-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	background-image: -webkit-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	opacity: 1;
}

#mod_simpleemailform_submit_3:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#mod_simpleemailform_reset_4 {
	display: none;
	visibility: hidden;
}

#mod_simpleemailform_submit_4 {
	border: 0px solid #999;
	padding: 15px 0px;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase;
	width: calc(100% - 20px);
	margin: 10px 0 0 10px;
	cursor: pointer;
	float: left;
	
	background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	background-image: -moz-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	background-image: -webkit-linear-gradient(315deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	opacity: 1;
}

#mod_simpleemailform_submit_4:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.moduletable_vad_kont_butuose {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 0%;
	margin: 0 auto;
	overflow: hidden;
}

.custom_vad_kont_butuose {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;

}

.vad_kont_wrap {
	display: block;
	position: relative;
	width: 100%;
}

.vad_kont_wrap_left{
	width:45%;
	padding: 0 0 0 5%;
	float: left;
	display: block;
	overflow: hidden;
}

.vad_kont_wrap_right {
	width:45%;
	padding: 0 0 0 5%;
	float: left;
	display: block;
	overflow: hidden;
}


.vad_kont_wrap_left {
	margin: 30px 0 0 0;
}

.custom_vad_kont_butuose p {
	display: block;
	position: relative;
	overflow: hidden;
}

.custom_vad_kont_butuose a {
	display: block;
	width: 35%;
	margin: 0px 2.5% 0 2.5%;
	float: left;
	
	border: 0px solid #999;
	border-radius: 50px;
	padding: 15px 5%;
	background:#AFA066;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.custom_vad_kont_butuose a:hover {
	background:#fff;
	color: #AFA066;
}

.custom_vad_kont_butuose h4 {
	font-size: 22px;
	line-height:24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: #AFA066;
	font-family: Oswald;
	font-weight: normal;
	margin: 0px 5% 20px 5%;
	width: 90%;
	display: block;
	position: relative;
	overflow: hidden;
}

.custom_vad_kont_butuose h5 {
	font-size: 20px;
	line-height:20px;
	letter-spacing: 2px;
	text-align: left;
	color: #000;
	font-family: Oswald;
	font-weight: normal;
	margin: 10px 5% 5px 5%;
	width: 90%;
	display: block;
	position: relative;
	overflow: hidden;
}

.custom_vad_kont_butuose h6 {
	font-size: 12px;
	line-height: 16px;
	color: #999794;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0;
	margin: 5px 5% 0px 5%;
	width: 90%;
}

.custom_vad_kont_butuose a.vad_kont {
	display: block;
	width: auto;
	margin: 0px 0% 10px 5%;
	float: left;
	
	border: 0px solid #999;
	border-radius: 30px;
	padding: 0px 0% 10px 0%;
	background:none;
	color: #AFA066;
	text-transform: uppercase;
	text-align: center;
}

.custom_vad_kont_butuose a.vad_kont:hover {
	color: #000;
}

.moduletable_top_wrap_aukstuose {
	display: block;
	position: relative;
	width: 100%;
	height: 115px;
}

.field7 .visCSSlabel,
.field12 .visCSSlabel,
.field18 .visCSSlabel,
.field24 .visCSSlabel {
	width: 70% !important;
	max-width: 200px;
}

.field7 input,
.field12 input,
.field18 input,
.field24 input {
	float: left;
	margin-top: 17px !important;
}




.moduletable_map_bottom {
	display: block;
	position: relative;
	width: 100%;
	padding: 0%;
	max-width: 1280px;
	margin: 50px auto 0 auto;
}

.moduletable_map_bottom h3 {
	margin-left: 80px;
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
	padding: 0;
}

.item-page_apie_blog._naujienos div h3 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
	padding: 0;
}

.moduletable_map_bottom h3:before {
	content: " ";
	display: inline-block;
	width: 4em;
	margin: 0;
	position: absolute;
	top: 13px;
	left: 0;
	border-style: solid;
	border-width: 1px 0 0;
	
	color: rgb(24, 24, 24);
}

.moduletable_map_bottom .bottom_kont_top_wrap_inner h5 {
	-webkit-text-fill-color: transparent !important;
	
	background: linear-gradient(90deg,#c39f75 0%,#8b673d 80%);
	background: -moz-linear-gradient(0deg,#c39f75 0%,#8b673d 80%);
	background: -webkit-linear-gradient(0deg,#c39f75 0%,#8b673d 80%);
	
	color: #c39f75;
	
	-webkit-background-clip: text !important;
	background-clip: text !important;
	
	display: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
}

.bottom_kont_top_wrap {
	width: 100%;
	display: block;
	overflow: hidden;
}

.bottom_kont_top_wrap_inner {
	width: 50%;
	float: left;
	padding: 0 0 20px 0;
}

.bottom_kont_top_wrap_inner p {
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #181818;
	letter-spacing: 1px;
}

.bottom_kont_left_wrap_img {
	width: 45%;
	float: left;
	display: block;
	position: relative;
	padding: 0 5% 0 0;
}

.bottom_kont_left_wrap_img img {
	width: auto;
	max-height: 190px;
}

.bottom_kont_left_wrap_txt {
	width: 50%;
	float: left;
	display: block;
	position: relative;
	padding: 0 0% 0 0;
}




.bottom_kont_sides_wrap {
	width: 100%;
	float: left;
	
	display: block;
	position: relative;
	
	padding: 0 0 30px 0;
}


.moduletable_map_bottom .bottom_kont_left,
.moduletable_map_bottom .bottom_kont_right {
	display: block;
	position: relative;
	width: 50%;
	float: left;
	background: #fff;

}

.moduletable_map_bottom .bottom_kont_right .moduletable_map {
	height: 520px !important;
	min-height: 400px !important;
	width: 100% !important;
	display: block;
	position: relative;
	float: left;
}

.bottom_kont_left_wrap {
	width: 90%;
	padding:  20px 5%;
	
	display: block;
	position: relative;
	overflow: hidden;
}

.legal {
	display: block;
	font-family: Oswald;
	font-size: 16px;
	line-height: 22px;
	margin: 0px auto 0 auto;
	text-align: center;
	max-width:600px;
	padding: 30px 0 0 0;
	clear: both;
}

.bottom_kont_left_wrap h4 {
	-webkit-text-fill-color: transparent !important;
	
	background: linear-gradient(90deg,#c39f75 0%,#8b673d 80%);
	background: -moz-linear-gradient(0deg,#c39f75 0%,#8b673d 80%);
	background: -webkit-linear-gradient(0deg,#c39f75 0%,#8b673d 80%);
	
	color: #c39f75;
	
	-webkit-background-clip: text !important;
	background-clip: text !important;
	
	display: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 22px;
	line-height: 50px;
	margin-bottom: 0px;
}

.bottom_kont_left_wrap h6 {
	color: #181818;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 20px;
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: 2px;
}

span.bt_bb_icon_holder {
	padding-left: 10px;
	margin-bottom: 10px;
	color: #181818;
	font-family: Oswald;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	display: block;
	
}

span.bt_bb_icon_holder:before {
	font-family: Essential;
	content: attr(data-ico-essential);
	color: #181818;
	font-size: 20px;
	top: 4px;
	position: relative;
	margin-right: 10px;
	
	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;
}

span.bt_bb_icon_holder a {
	color: #181818;
	font-family: Oswald;
	font-weight: 400;
	font-size: 16px;
	
	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;
}

span.bt_bb_icon_holder a:hover,
span.bt_bb_icon_holder:hover:before {
	color: #c39f75;
	
	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;
}

.map_inner_nr {
	display: block;
	position: relative;
	width: 50%;
	float: left;
}

.bottom_kont_left_wrap p.bold_nr {
	color: #000;
	margin-top: 15px;
	font-size: 45px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
}

.bottom_kont_left_wrap p {
	margin-top: 15px;
	color: #000;
	font-size: 28px;
	line-height: 1.42857;
	font-family: PlayfairDisplay-Regular;
	font-weight: 400;
	letter-spacing: .02em;
}

.moduletable_vt_fs {
	display: block;
	position: relative;
	width: 100%;
	height: calc(100% - 198px);
	
	padding: 115px 0 0 0;
}

.moduletable_vt_fs h3 {
	color: #000;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 35px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: center;
}

.custom_vt_fs {
	height: calc(100% - 83px);
}

.custom_vt_fs p {
	height: 100%;
}

.custom_vt_fs iframe {
	width: 100% !important;
	height: 100% !important;
}

.item-page_apie table {
	margin: 20px 0;
	
	border-spacing: 0px;
	border: 1px solid #c19b76;
}

.item-page_apie table tr td {
	display: table-cell;
	padding: 5px 10px;
	text-align: center;
	margin: 0;
	
	font-size: 18px;
	font-family: Oswald;
	line-height: 1.72222;
	color: #777;
	border: 1px solid #c19b76;
	
}

.item-page_apie .sigplus-gallery {
	display: block;
	position: relative;
	width: 100%;
}

.item-page_apie .sigplus-gallery ul li {
	display: block;
	position: relative;
	width: 50%;
	float: left;
	text-align: center;
}

.item-page_apie .sigplus-gallery ul li a img {
	max-height: 400px;
	object-fit: scale-down;
}

.item-page_apie h5 {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 18px;
	font-family: PlayfairDisplay-Regular;
	font-weight: 400; 
	letter-spacing: .02em;
	color: #000;
}

.item-page_apie iframe {
	width: 100% !important;
	height: 100% !important;
	min-height: 600px;
}

.moduletable_vt_bute {
	display: block;
	position: relative;
	width: 100%;
}

.moduletable_vt_bute h3 {
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: center;
}

.moduletable_vt_bute iframe {
	display: block;
	position: relative;
	
	width: 100% !important;
	max-width: 1280px;
	height: 100% !important;
	min-height: 600px;
	
	margin: 0 auto;
}

.moduletable_aukstu_meniu_top {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.moduletable_aukstu_meniu_top ul {
	display: block;
	position: absolute;
	width:50%;
	max-width: 270px;
	right: 50px;
	margin: 8px 0 0 0;
	
	z-index: 10;
}

.moduletable_aukstu_meniu_top ul li {
	display: block;
	position: relative;
	margin: 5px 5px;
	overflow: hidden;
	float: left;
}

.moduletable_aukstu_meniu_top ul li a {
	display: inline-block;
	width: auto;
	max-width: 100%;
	border: 1px solid;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .08em;
	transition: .33s all ease;
	white-space: normal;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;

	color: #c19b76;
	background-color: transparent;
	border-color: #c19b76;
	
}

.moduletable_aukstu_meniu_top ul li a:hover,
.moduletable_aukstu_meniu_top ul li.active a {
	color: #000;
	border-color: #000;
}

.moduletable_butuose_kv_sak {
	display: block;
	position: relative;
	width: 90%;
	padding: 3px 5%;
	text-align: center;
}

.moduletable_butuose_kv_sak p {
	font-size: 16px;
	font-family: Oswald;
	line-height: 1.72222;
	color: #777;
}

.moduletable_video {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 50px 0;
}

.moduletable_video h3 {
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 1.22;
	font-weight: 700;
	font-family: PlayfairDisplay-Regular;
	letter-spacing: .02em;
	text-align: center;
}

.moduletable_video iframe {
	display: block;
	position: relative;
	
	width: 100% !important;
	max-width: 1280px;
	height: 100% !important;
	min-height: 700px;
	
	margin: 0 auto;
}

.moduletable_buto_3d_mob {
	display: block;
	position: relative;
	width: 100%;
}

.custom_buto_3d_mob {
	display: none;
	visibility: hidden;
}

.custom_buto_3d_mob a {
	display: inline-block;
	position: absolute;
	width: auto;
	max-width: 100%;
	border: 1px solid;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 24px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .08em;
	transition: .33s all ease;
	white-space: normal;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;

	color: #c19b76;
	background-color: transparent;
	border-color: #c19b76;
	
	z-index: 10;
	top: 70px;
	right: 5%;
}

.custom_buto_3d_mob a:hover {
	color: #000;
	background-color: transparent;
	border-color: #000;
}

.vt_anchor {
	display: block;
	position: absolute;
	top: -70px;
}

.moduletable_filter .parduotas-tag-outer .kaina-tag .catItemExtraFieldsValue,
.moduletable_filter .rezervuotas-tag-outer .kaina-tag .catItemExtraFieldsValue {
	display: none;
	visibility: hidden;
}

.moduletable_filter ul.kaina_outer_tag.pard .EUR .catItemExtraFieldsValue,
.moduletable_filter ul.kaina_outer_tag.rezerv .EUR .catItemExtraFieldsValue {
	display: none;
	visibility: hidden;
}

.buto_inner_ul.pard .EUR,
.buto_inner_ul.rezerv .EUR {
	display: none !important;
	visibility: hidden !important;
}


.login {
	display: block;
	position: relative;
	width: 300px;
	margin: 0 auto;
	padding: 50px;
}

ul.nav.nav-tabs.nav-stacked {
	display: none;
	position: relative;
	visibility: hidden;
}

.login input {
	display: block;
	position: relative;
	padding: 10px;
	background: #eee;
	border: 1px solid #aaa;
}

.login .btn.btn-primary {
	border: 0px solid #999;
	padding: 15px 30px;
	background:#c19b76;
	color: #fff;
	font-family: Montserrat-Regular;
	text-transform: uppercase;
	width: auto;
	margin: 10px 0 0 0px;
	cursor: pointer;
	float: left;
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.login .btn.btn-primary:hover {
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

h2.itemTitle .itemEditLink a {
	border: 0px solid #999;
	padding: 15px 30px;
	background:#c19b76;
	color: #fff;
	font-family: Montserrat-Regular;
	text-transform: uppercase;
	width: auto;
	margin: 10px 0 0 10px;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

h2.itemTitle .itemEditLink a:hover {
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.mfp-wrap {
	z-index: 50000 !important;
}

.mfp-iframe {
	height: 100% !important;
	width: 100% !important;
}

.mfp-iframe .wrapper {
	height: 100% !important;
	width: 100% !important;
}

.moduletable_filter._butams .filter_list_titles._parking {
	display: none;
	visibility: hidden;
}

.moduletable_filter._parking .filter_list_titles._butams {
	display: none;
	visibility: hidden;
}

.moduletable_filter._parking .filter_list_titles._parking li:nth-of-type(7) {
	width: 33.33%;
}

.moduletable_filter._parking .itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(6) {
	width: 37.5%;
}

.moduletable_filter._parking .itemContainer .catItemView .catItemBody .catItemExtraFields ul li:nth-of-type(7) {
	display: none;
	visibility: hidden;
}

.moduletable_ps_anchor,
.custom_ps_anchor {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.moduletable_ps_anchor .anchor_link {
	display: inline-block;
	position: relative;
	margin: 10px auto;
	
	border: 0px solid #999;
	padding: 15px 30px;
	background:#c19b76;
	color: #fff;
	font-family: Montserrat-Regular;
	text-transform: uppercase;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.moduletable_ps_anchor .anchor_link:hover {
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.custom_ps_anchor .anchor {
	display: block;
	position: absolute;
	top: -150px;
}

.item-page_apie._bp a {
	display: block;
	position: relative;
	width: 30%;
	padding: 5% 10%;
	float: left;
}

.item-page_apie._bp {
	overflow: hidden;
}

.home-image {
	display: block;
	position: relative;
}

.moduletable_spacer {
	display: block;
	position: relative;
	width: 100%;
	height: 120px;
}























