

.top-row-top-outer {
	width: 100%;
	display: block;
	position: relative;
	background: #191919;
}

.moduletable_top_adresas {
	display: block;
	position: relative;
	float: right;
	padding: 5px 0 0 0;
}

.top_cont_wrap {
	display: block;
	position: relative;
	float: left;
	color: #fff;
	padding: 0 0 0 15px;
	font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
	font-size: 14px;
}

.top_cont_wrap span {
	color: #ba9778;
	letter-spacing: 1px;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	margin-right: 2px;
	text-transform: uppercase;
	opacity: 0.8;
}

.top_cont_wrap a {
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}

.top_cont_wrap a:hover {
	opacity: 1;
}


.top_cont_wrap span.static_no {
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}

/** Hover-related CSS **/


#jmsresmenu li a {
	 transition: all 0.2s ease-in-out;
	 position: relative;
}

#jmsresmenu li a:before, #jmsresmenu li a:after {
	 content: "";
	 position: absolute;
	 bottom: -10px;
	 width: 0px;
	 height: 2px;
	 margin: 5px 0 0;
	 transition: all 0.2s ease-in-out;
	 transition-duration: 0.75s;
	 opacity: 0;
	 background-color: #ba9778;
}
#jmsresmenu li a:before {
	 left: 50%;
}
#jmsresmenu li a:after {
	 right: 50%;
}
#jmsresmenu li a:hover {
	 cursor: pointer;
}
#jmsresmenu li:hover a:before, #jmsresmenu li:hover a:after {
	 width: 100%;
	 opacity: 1;
}
#jmsresmenu li:hover a:before, 
#jmsresmenu li:hover a:after {
	 width: 50%;
}

#jmsresmenu li.active a:before, #jmsresmenu li.active a:after {
	 width: 100%;
	 opacity: 1;
}
#jmsresmenu li.active a:before, 
#jmsresmenu li.active a:after {
	 width: 50%;
}

#jmsresmenu li.deeper ul li a:before,
#jmsresmenu li.deeper ul li a:after {
	opacity: 0;
}

.moduletable_hp_main_slogan._kontaktai {
	display: block;
}

.moduletable_hp_main_slogan._kontaktai .slogan_wrap {
	padding: 0 30px 1% 30px;
}

.moduletable_hp_main_slogan._kontaktai .slogan_wrap_inner h1 {
	margin-bottom: 50px;
}

.moduletable_hp_main_slogan._kontaktai .slogan_wrap_inner h2 {
	margin-bottom: 25px;
}


.moduletable_hp_main_slogan {
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom:0;
}

.custom_hp_main_slogan {
	display: block;
	position: relative;
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

.slogan_wrap {
	padding: 0 30px 15% 30px;
	justify-content: flex-start;
	border-left: 1px solid #fff;
}

.slogan_wrap_inner h2 {
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 50px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
}

.slogan_wrap_inner h1 {
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	margin-bottom: 100px;
	max-width: 800px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
	
}

.slogan_link_wrap {
	display: block;
	position: relative;
	float: left;
	clear: both;
	background: rgba(43,61,45,0.8);
	padding: 10px 10px;
}

.slogan_link {
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
	
	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;
}



.slogan_link:hover {
	color: #c39f75;
	border-top: 1px solid #c39f75;
	border-bottom: 1px solid #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;
}

.slogan_link:after {
	position: relative;
	font-family: Arrows;
	display: inline-block;
	content: "\e904a";
	font-size: 16px;
	margin-left: 5px;
	color: #fff;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
	
	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;
}

.slogan_link:hover:after {
	color: #c39f75;
	margin-left: 15px;
	
	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_hp_first_green {
	display: block;
	position: relative;
	width: 100%;
	padding: 0px 0%;
	border-top: 5px solid #c39f75;
	background-color: #2b3d2d;
}

.custom_hp_first_green {
	display: block;
	position: relative;
	width: 90%;
	padding: 150px 5%;
	
	background-image: url("/images/dobilo-apvadas2.png");
	background-position: 90% 85%;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	
	transition-property: background-position;
	background-size: 350px;
}


.hp_green_outer_wrap {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	
	align-items: center;
	
}

.hp_green_txt {
	display: block;
	position: relative;
	width: 40%;
	padding: 0 5% 0 0;
	float: left;
}

.hp_green_img {
	display: block;
	position: relative;
	width: 55%;
	padding: 0 % 0 0;
	float: left;
	overflow: hidden;
}

.hp_green_img img {
	width: 100%;
	height: auto;
}

.hp_green_txt h4 {
	margin-left: 80px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: #fff;
}

.hp_green_txt h4:before {
	content: " ";
	display: inline-block;
	width: 4em;
	margin: 0;
	position: absolute;
	top: 13px;
	left: 0;
	border-style: solid;
	border-width: 1px 0 0;
	
	color: #fff;
}

.hp_green_txt 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: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}

.hp_green_txt p {
	font-family: Oswald;
	font-weight: 300;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

.hp_stats_wrap {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.hp_stats_inner {
	display: block;
	position: relative;
	width: 20%;
	padding: 80px 2.5% 0px 2.5%;
	float: left;
	text-align: center;
}

.hp_stats_inner 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: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}

.hp_stats_inner p {
	font-family: Oswald;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}












.blog_apie_blog {
	display: block;
	position: relative;
	width: 100%;
}

.blog_apie_blog._naujienos {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
}

.item-page_apie_blog._naujienos {
	display: block;
	position: relative;
	width: 95%;
	max-width: 1000px;
	margin: 80px auto;
	padding: 0 2.5%;
}

.item-page_apie_blog._naujienos .item-image img {
	width: 100%;
}

.blog_apie_blog._naujienos .items-row {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.blog_apie_blog._naujienos .items-row .span4 {
	display: block;
	position: relative;
	width: 27%;
	padding: 1.5%;
	margin: 1.5%;
	
	float: left;
	
	overflow: hidden;
	
}


.blog_apie_blog .items-row {
	display: block;
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0;
	background: #fff;
	overflow:hidden;
}

.blog_apie_blog._naujienos .items-row {
	height: auto;
}

.blog_apie_blog .items-row .span12 {
	height: 100%;
}

.blog_apie_blog .items-row .item {
	/*display: flex;
	align-items: center;*/
	height: 100%;
}

.blog_apie_blog .items-row:nth-child(odd) .item-image {
	display: block;
	position: relative;
	width: 50%;
	padding: 0;
	float: left;
	height: 100%;
	text-align: center;
	overflow: hidden;
	
}

.blog_apie_blog._naujienos .items-row .item-image {
	width: 100% !important;
	max-height: 500px;
	display: flex;
	align-items: center;
}

.blog_apie_blog .items-row:nth-child(odd) .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: center;
	
	display: block;
	position: relative;
}

.blog_apie_blog .items-row:nth-child(even) .item-image {
	display: block;
	position: relative;
	width: 50%;
	padding: 0;
	float: right;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.blog_apie_blog .items-row:nth-child(even) .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: center;
}

.blog_apie_blog .items-row .article_wrap {
	display: flex;
	align-items: center;
	width: 40%;
	margin: 20px 5% 20px 5%;
	float: left;
	min-height: calc(100% - 40px);
}

.blog_apie_blog._naujienos .items-row .article_wrap {
	display: block;
	align-items: center;
	width: 100%;
	margin: 50px 0% 0px 0%;


}

.blog_apie_blog .items-row .article_wrap_inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px 0 0 0;
	background: #fff;
}

.article-info {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
	max-width: 300px;
}



.blog_apie_blog .items-row .article_wrap h4 {
	margin-left: 80px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
	max-width: 300px;
}

.blog_apie_blog .items-row .article_wrap h4: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);
}

.blog_apie_blog .items-row .article_wrap 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: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
}

.blog_apie_blog .items-row .article_wrap .page-header h2 a {
	-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: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}

.blog_apie_blog .items-row .article_wrap .page-header h2 a:after {
	content: "";
}

.item-page_apie_blog._naujienos .page-header h2 {
	-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: 25px;
	line-height: 35px;
	margin-bottom: 20px;
}

.blog_apie_blog .items-row .article_wrap .article_wrap_inner ul li {
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height:26px;
	color: #181818;
	padding: 0 0px 10px 0px;
	margin: 0 0 0 20px;
	text-align: justify;
}

.item-page_apie_blog._naujienos ul li {
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height:26px;
	color: #181818;
	padding: 0 0px 10px 0px;
	margin: 0 0 0 20px;
	text-align: justify;
}

.blog_apie_blog .items-row .article_wrap p,
.item-page_apie_blog._naujienos p {
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height:28px;
	color: #181818;
	padding: 0 0px 15px 0px;
	text-align: justify;
}

.blog_apie_blog .items-row .article_wrap a {
	font-family: Oswald;
	letter-spacing: 1px;
	color: #c39f75;
	position: relative;
	display: inline-block;
	
	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;
}

.blog_apie_blog .items-row .article_wrap a:hover {
	color: #181818;
	
	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;
}

.blog_apie_blog .items-row .article_wrap a:after {
	position: relative;
	font-family: Arrows;
	display: inline-block;
	content: "\e904a";
	font-size: 16px;
	margin-left: 5px;
	top: 3px;
	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;
}

.blog_apie_blog .items-row .article_wrap a:hover:after {
	color: #181818;
	margin-left: 15px;
	
	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;
}


.blog_apie_blog .items-row .article_wrap a.simple:after {
	position: relative;
	font-family: Arrows;
	display: inline-block;
	content: "";
	font-size: 16px;
	margin-left: 0px;
	top: 3px;
	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;
}

.blog_apie_blog .items-row .article_wrap a.simple:hover:after {
	color: #181818;
	margin-left: 0px;
	
	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;
}

.blog_apie_blog .items-leading {
	display: block;
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 1280px;
	margin: 150px auto;
	overflow: hidden;
}

.blog_apie_blog .items-leading .item-image {
	display: block;
	position: relative;
	width:50%;
	float: right;
}

.blog_apie_blog .items-leading .item-image img {
	width: 100%;
}

.blog_apie_blog .items-leading .article_wrap {
	display: block;
	position: relative;
	width: 45%;
	padding: 0 5% 0 0;
	float: left;
}


.blog_apie_blog .items-leading .article_wrap h4 {
	margin-left: 80px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
}

.blog_apie_blog .items-leading .article_wrap h4: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);
}

.blog_apie_blog .items-leading .article_wrap 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: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}

.blog_apie_blog .items-leading .article_wrap p {
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height:28px;
	color: #181818;
	padding: 0 0px 15px 0px;
	text-align: justify;
	
	font-style: italic;
}


.moduletable_apie_vystytojas {
	display: block;
	position: relative;
	width: 100%;
	background: url(/images/apie/vystytojas_bg.jpg);
	padding: 100px 0 0 0;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.vystytojas_wrap_outer {
	display: flex;
	align-items: end;
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.vystytojas_wrap_inner_left {
	display: block;
	position: relative;
	width: 50%;
	float: left;
}

.vystytojas_wrap_inner_right {
	display: block;
	align-items: center;
	position: relative;
	width: 45%;
	padding: 0 0 0 5%;
	float: left;
}

.vystytojas_wrap_inner_right a {
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	
	text-transform: uppercase;
	letter-spacing: 2px;
	
	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;
}

.vystytojas_wrap_inner_right 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;
}

.vystytojas_wrap_inner_right a:after {
	position: relative;
	font-family: Arrows;
	display: inline-block;
	content: "\e904a";
	font-size: 18px;
	margin-left: 5px;
	color: #fff;
	
	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;
}

.vystytojas_wrap_inner_right a:hover:after {
	color: #c39f75;
	margin-left: 15px;
	
	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;
}

.vystytojas_stats_outer {
	display: flex;
	position: relative;
	width: 100%;
	background: #fff;
	max-width: calc(50vw + 592px);
	
	border-top: 5px solid #ba9778;
	margin: 100px 0 0 0;
}

.vystytojas_stats_inner {
	display: block;
	position: relative;
	width: 100%;
	padding-left: calc(50vw - 592px);
	
	overflow: hidden;
	
}

.vystytojas_stats_inner_stat {
	display: block;
	position: relative;
	width: 30%;
	padding: 0 1.5%;
	float: left;
	margin: 40px 0 60px 0;
}

.vystytojas_stats_inner_stat h4 {
	color: #ba9778;
	
	display: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	
	width: 100%;
	text-align: left;
	letter-spacing: 2px;
}

.vystytojas_stats_inner_stat p {
	width: 100%;
	text-align: left;
	
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: rgb(25, 25, 25);
	font-size: 15px;
	
	text-transform: uppercase;
}

.vystytojas_wrap_inner_left a {
	display: block;
	position: relative;
	max-width: 300px;
	margin-bottom: 50px;
}

.vystytojas_wrap_inner_left a img {
	display: block;
	position: relative;
	width: 100%;
	
	opacity: 1;
}

.vystytojas_wrap_inner_left .vystytojo_logo_link:hover img {
	opacity: 0.8;
}

.vystytojas_wrap_inner_left h3 {
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	margin-bottom: 30px;
	max-width: 800px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.vystytojas_wrap_inner_left p {
	font-family: Oswald;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.moduletable_blog_module {
	display: block;
	position: relative;
	width: 100%;
}

.moduletable_blog_module .outer_article_wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0;
	background: #fff;
	overflow:hidden;
}

.moduletable_blog_module .outer_article_wrap:nth-child(odd) .news_article_img {
	display: block;
	position: relative;
	width: 50%;
	padding: 0;
	float: left;
	height: 100%;
	text-align: center;
	overflow: hidden;
	
}

.moduletable_blog_module .outer_article_wrap:nth-child(odd) .news_article_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: center;
	
	display: block;
	position: relative;
}

.moduletable_blog_module .outer_article_wrap:nth-child(even) .news_article_img {
	display: block;
	position: relative;
	width: 50%;
	padding: 0;
	float: right;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.moduletable_blog_module .outer_article_wrap:nth-child(even) .news_article_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: center;
}

.moduletable_blog_module .outer_article_wrap .article_wrap {
	display: flex;
	align-items: center;
	width: 40%;
	margin: 20px 5% 20px 5%;
	float: left;
	min-height: calc(100% - 40px);
}

.moduletable_blog_module .outer_article_wrap .article_wrap_inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px 0 0 0;
	background: #fff;
}

.moduletable_blog_module .outer_article_wrap .article_wrap h5 {
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
	max-width: 300px;
}

.moduletable_blog_module .outer_article_wrap .article_wrap h4 {
	margin-left: 80px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
	max-width: 300px;
}

.moduletable_blog_module .outer_article_wrap .article_wrap h4: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_blog_module .outer_article_wrap .article_wrap 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: inline-block;
	font-family: BodoniModa;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
}

.moduletable_blog_module .outer_article_wrap .article_wrap p {
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height:28px;
	color: #181818;
	padding: 0 0px 15px 0px;
	text-align: justify;
}

.moduletable_blog_module .outer_article_wrap .article_wrap ol li {
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height:28px;
	color: #181818;
	padding: 0 0px 15px 0px;
	text-align: justify;
	margin: 0 0 0 15px;
}

.moduletable_blog_module .outer_article_wrap .article_wrap ul li {
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height:28px;
	color: #181818;
	padding: 0 0px 5px 0px;
	text-align: justify;
	margin: 0 0 0 15px;
}

.moduletable_blog_module .outer_article_wrap .article_wrap a {
	font-family: Oswald;
	letter-spacing: 1px;
	color: #c39f75;
	position: relative;
	display: inline-block;
	
	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_blog_module .outer_article_wrap .article_wrap a:hover {
	color: #181818;
	
	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_blog_module .outer_article_wrap .article_wrap a:after {
	position: relative;
	font-family: Arrows;
	display: inline-block;
	content: "\e904a";
	font-size: 16px;
	margin-left: 5px;
	top: 3px;
	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_blog_module .outer_article_wrap .article_wrap a:hover:after {
	color: #181818;
	margin-left: 15px;
	
	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.anchor {
	/*position: absolute !important;*/
	
	height:1px;
	width: 1px;
	
	display: none important;
	visibility: hidden !important;
}

a.anchor:after {
	content: none;
}

.moduletable_anchor {
	display: block;
	position: relative;
	width: 100%ö
}

.moduletable_anchor a {
	position: absolute;
	display: block;
	z-index: -10;
	top: -150px;
}

.moduletable_rezervuoti_buta {
	display: block;
	position: relative;
	width: 90%;
	margin: 35px auto 35px auto;
	max-width: 1280px;
}

.custom_rezervuoti_buta a {
	font-family: Oswald;
	letter-spacing: 1px;
	color: #c39f75;
	position: relative;
	display: inline-block;
	margin-left: 15px;
	
	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.cta {
	font-family: Oswald;
	letter-spacing: 1px;
	color: #c39f75;
	position: relative;
	display: inline-block;
	
	
	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_rezervuoti_buta a:hover {
	color: #181818;
	
	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_rezervuoti_buta a:after,
a.cta:after {
	position: relative;
	font-family: Arrows;
	display: inline-block;
	content: "\e904a";
	font-size: 16px;
	margin-left: 5px;
	top: 3px;
	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_rezervuoti_buta a:hover:after,
a.cta:hover:after {
	color: #181818;
	margin-left: 15px;
	
	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;
}

.anchor_reserve {
	display: block;
	visibility: hidden;
	position: absolute;
	top: -150px;
	
}

.language {
	display: block;
	position: relative;
	width: 100%;
	max-width: 80px;
	float: right;
}

.language .moduletable_lang {
	display: block;
	position: relative;
	width: 100%;
}

.language .moduletable_lang ul {
	display: block;
	position: relative;
	float: right;
}

.language .moduletable_lang ul li {
	display: block;
	position: relative;
	float: left;
}

.language .moduletable_lang ul li a {
	display: block;
	position: relative;
	color: rgb(24, 24, 24);
	margin: 32.5px 5px 28.5px 5px;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.28;
	font-weight: 400;
}

.language .moduletable_lang ul li.lang-active a {
	color: #ba9778;
}

.language .moduletable_lang ul li a:hover {
	color: #ba9778;
}

.priv_wrap {
	display: block;
	
	position: relative;
	width: 100%;
	margin: 20px 0 10px 0;
}

.priv_wrap .priv_inner {
	display: block;
	text-align: center;
	
	width: 31%;
	padding: 0 1%;
	float: left;
	
}

.priv_wrap .priv_inner:nth-of-type(1),
.priv_wrap .priv_inner:nth-of-type(2) {
	border-right: 1px solid #ba9778;
}


.priv_wrap .priv_inner h5 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	color: rgb(24, 24, 24);
}

.priv_wrap .priv_inner img {
	fill: #ba9778;
	max-width: 43px;
	height: 40px;
}

.filter_link {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 500;
}

.filter_link a {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	
	background: rgba(186,151,120,0);
}

.filter_link a:hover {
	background: rgba(186,151,120,0.2);
}


.moduletable_hp_video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.custom_hp_video {
  background: #f1f1f1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.custom_hp_video video {
	width: 100%;
	height: 100%;
}

.custom_hp_video iframe {
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

@media (max-aspect-ratio: 16/9) {
  .custom_hp_video { width: 350%; left: -125%; }
}

@media (min-aspect-ratio: 16/9) {
  .custom_hp_video { height: 300%; top: -100%; }
}










