@charset "utf-8";
/* CSS Document */

.sk-arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.sk-arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.sk-arrow-right {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}

.sk-arrow-left {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right:5px solid black; 
}

.sk-dropdown {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  background: #d5d5d5;
}

.sk-dropdown.sk-show {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

.sk-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 330px;
  border-radius: 5px;
  text-align: center;
  background-color: white;
  display: inline-block;
  margin: 5px;
}

.sk-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.sk-container {
  padding: 2px 16px;
}

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background:#eff1f2
}

body {
	min-height:100%;
	height: 100%;
	color: #293b4d;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	line-height:1.4
} 

a {
	text-decoration:none;
	outline:none;
	color:#f90202
}

a:hover {
	text-decoration:underline;
}

a.black-decoration:hover {
  text-decoration: underline;
  color: #000000;
}

a.black-decoration {
  color: #000000;
}

img {
	border:0
}

p {
	margin:1.5em 0
}

p:first-child{
	margin-top:0
}

strong{}

#page {
	height: auto !important;
	min-height:100%;
	height: 100%;
	position:relative;
	
}

#footer_guarantor {
	height: 45px;
	clear: both;
}

#footer {
	margin:0 auto;
	margin-top: -45px;
	height: 45px;
	line-height:45px;
	clear: both;
	position:relative;
	z-index:445;
	background: #fff;
	font-size:10px;
	color:#8b939b
}

#header {
	height: 87px;
	position:relative;
	z-index:444;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMmUzYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzIwMmUzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDJlM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(32,46,60,0) 0%, rgba(32,46,60,1) 92%, rgba(32,46,60,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,46,60,0)), color-stop(92%,rgba(32,46,60,1)), color-stop(100%,rgba(32,46,60,1)));
	background: -webkit-linear-gradient(left,  rgba(32,46,60,0) 0%,rgba(32,46,60,1) 92%,rgba(32,46,60,1) 100%);
	background: -o-linear-gradient(left,  rgba(32,46,60,0) 0%,rgba(32,46,60,1) 92%,rgba(32,46,60,1) 100%);
	background: -ms-linear-gradient(left,  rgba(32,46,60,0) 0%,rgba(32,46,60,1) 92%,rgba(32,46,60,1) 100%);
	background: linear-gradient(to right,  rgba(32,46,60,0) 0%,rgba(32,46,60,1) 92%,rgba(32,46,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202e3c', endColorstr='#202e3c',GradientType=1 );
	overflow:visible;
}
.ie7 #header,
.ie8 #header,
.ie9 #header {
	filter:auto;
}
.h_fill{
	background:#293b4d;
	background:rgba(41, 59, 77, 0.9);
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0
}

.h_fill_2{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMmUzYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzIwMmUzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDJlM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(32,46,60,0) 0%, rgba(32,46,60,1) 54%, rgba(32,46,60,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,46,60,0)), color-stop(54%,rgba(32,46,60,1)), color-stop(100%,rgba(32,46,60,1)));
	background: -webkit-linear-gradient(left,  rgba(32,46,60,0) 0%,rgba(32,46,60,1) 54%,rgba(32,46,60,1) 100%);
	background: -o-linear-gradient(left,  rgba(32,46,60,0) 0%,rgba(32,46,60,1) 54%,rgba(32,46,60,1) 100%);
	background: -ms-linear-gradient(left,  rgba(32,46,60,0) 0%,rgba(32,46,60,1) 54%,rgba(32,46,60,1) 100%);
	background: linear-gradient(to right,  rgba(32,46,60,0) 0%,rgba(32,46,60,1) 54%,rgba(32,46,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202e3c', endColorstr='#202e3c',GradientType=1 );
	position:absolute;
	left:0;
	top:43px;
	right:0;
	bottom:0
}

a.logo{
	display:block;
	width:150px;
	height:40px;
	position:absolute;
	left:15px;
	top:23px;
	background:url(../images/logo.png) 0 0 no-repeat
}

#sidebar {
	width: 186px;
	float: left;
	margin:0 30px 0 0
}

#rightbar {
	width: 186px;
	float: right;
	margin:0 0 0 30px;
}

#mainbar {
	overflow: hidden;
}

div.header_content{
	position: relative
}

div.header_elements{
	position:absolute;
	right:0;
	top:0;
}

div.header_elements > div{
	float:left;
	line-height:42px;
	margin:0 0 0 20px;
}

div.index_slider_container{
	position:relative;
	height:540px;
	overflow:hidden;
	/*margin-top:-87px;*/
	/*width: 1347px;*/
	margin: 0 auto;
}

a.index_slider_back{
	width:57px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:300;
}

a.index_slider_back > span{
	display:block;
	height:74px;
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-37px;
	background:#fff;
	background:rgba(255, 255, 255, 0.9);
	display:none
}

a.index_slider_back > span > span{
	display:block;
	width:100%;
	height:100%;
	background: url(../images/icons/ico_2.png) center center no-repeat
}

a.index_slider_back:hover > span{
	background:rgba(255, 255, 255, 1)
}

a.index_slider_back:hover > span > span{
	position:relative;
	left:-1px;
}

a.index_slider_next{
	width:57px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:300;
}

a.index_slider_next > span{
	display:block;
	height:74px;
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-37px;
	background:#fff;
	background:rgba(255, 255, 255, 0.9);
	display:none
}

a.index_slider_next > span > span{
	display:block;
	width:100%;
	height:100%;
	background: url(../images/icons/ico_3.png) center center no-repeat
}

a.index_slider_next:hover > span{
	background:rgba(255, 255, 255, 1)
}

a.index_slider_next:hover > span > span{
	position:relative;
	right:-1px;
}

div.index_slider{
	position:relative;
	z-index:200;
	height:100%;
}

div.index_slider > div{
	height:100%;
	width:100% !important;
	background-position:center center;
	background-repeat:no-repeat;
}

div.index_slider > div.cover_background{
	background-size:cover
}

div.slide_content{
	position:absolute;
	left:36px;
	top:123px;
}

div.slide_content h2{
	font-size:48px;
	color:#425262;
	font-weight:100
}

div.slide_content h2 strong{
	font-weight:900
}

div.slide_content .more_place{}

div.index_slider_pagination_place{
	position:absolute;
	left:0;
	bottom:15px;
	width:100%;
	z-index:300;
	text-align:center;
}

.index_slider_pagination{
	display:inline-block
}

.index_slider_pagination > span{
	float:left;
	width:16px;
	height:17px;
	background:url(../images/icons/bullet-galery.png) 0 0 no-repeat;
	overflow:hidden;
	font-size:0;
	line-height:60;
	margin:0 2px;
	cursor:pointer
}

.index_slider_pagination > span.cycle-pager-active,
.index_slider_pagination > span:hover{
	background-image:url(../images/icons/bullet-galery-active.png);
}

.index_slider_pagination > span.cycle-pager-active{
	cursor:default
}

div.index_slider_arrows{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%
}

div.index_slider_arrows .container{
	height:100%;
}

div.footing_colls{
	padding:30px 0
}

div.index_content{
	background:#fff
}

div.index_content_colls{
	overflow:hidden;
	position:relative
}

div.index_content_colls > div{
	padding:0;
	float:left;
	vertical-align:top;
	width:33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:256px;
}

.about_block{
	padding:15px 30px 15px 0;
	overflow:hidden
}

.about_block h2{
	color:#293b4d;
	font-size:16px;
	font-weight:900;
	margin-bottom:15px;
}

.about_block .about_cc{
	overflow:hidden
}

.about_block .photo{
	float:left;
	width:33%;
	margin:0 30px 0 0
}

.about_block .photo img{
	display:block;
	width:100%;
	height:auto
}

.about_block .cont{
	overflow:hidden;
	padding-bottom:3px;
}

.about_block .more_place{
	padding-top:11px;
}

div.tabs_container_place{
	border-left:1px solid #bec4c9;
	position:relative
}

div.tabs_container{
	z-index:300;
	padding:15px 130px 0 30px;
}

div.tabs_container h2{
	color: #293b4d;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
}

dl.tabs{
	position:absolute;
	right:0;
	top:0;
	height:256px;
	width:100px;
	border-right:1px solid #e6e8ea;
	overflow:hidden
}

dl.tabs > dt{
	display:table;
	width:100%;
}

dl.tabs > dt > a{
	display: table-cell;
	background:#003b69;
	line-height:1.1;
	font-size:12px;
	color:#66727f;
	text-decoration:none !important;
	vertical-align:middle;
	text-align:center;
	background: url(../images/gradients/gradient_2.png) 0 0 repeat-y #f4f5f6;
	border-top:1px solid #bbc0c6;
	transition:none;
	transition:background 0.2s, background-color 0.2s, color 0.2s
}

dl.tabs > dt:first-child > a{
	border:0
}

dl.tabs > dt.selected > a{
	background:#fff !important;
	color:#f90202 !important
}

dl.tabs > dt:hover > a{
	background-color:#e0e1e1;
	color:#424242
}

div.tabs_content{
}

div.tabs_content > div{
	display:none;
	overflow:hidden;
	padding-bottom:3px;
}

div.tabs_content > div h2{
	font-size:24px;
	margin-bottom:15px;
}

.tabs_content .more_place{
	padding-top:11px;
}

div.offers_slider_container{
	position:relative;
	height:204px;
	overflow:hidden
}

a.offers_slider_back{
	width:52px;
	height:52px;
	display:block;
	background:url(../images/icons/ico_4.png) center center no-repeat
}

a.offers_slider_back > span{
	display:block;
	height:74px;
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-37px;
	background:#fff;
	background:rgba(255, 255, 255, 0.9)
}

a.offers_slider_back > span > span{
	display:block;
	width:100%;
	height:100%;
	background: url(../images/icons/ico_2.png) center center no-repeat
}

a.offers_slider_back:hover > span{
	background:rgba(255, 255, 255, 1)
}

a.offers_slider_back:hover > span > span{
	position:relative;
	left:-1px;
}

a.offers_slider_next{
	width:52px;
	height:52px;
	display:block;
	background:url(../images/icons/ico_5.png) center center no-repeat
}

a.offers_slider_next > span{
	display:block;
	height:74px;
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-37px;
	background:#fff;
	background:rgba(255, 255, 255, 0.9)
}

a.offers_slider_next > span > span{
	display:block;
	width:100%;
	height:100%;
	background: url(../images/icons/ico_3.png) center center no-repeat
}

a.offers_slider_next:hover > span{
	background:rgba(255, 255, 255, 1)
}

a.offers_slider_next:hover > span > span{
	position:relative;
	right:-1px;
}

div.offers_slider{
	position:relative;
	z-index:200;
	height:100%;
}

div.offers_slider > div{
	height:100%;
	width:100% !important;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover
}

div.offers_slider > div .akcija_title {
	/* Olegas R. 2021-01-15 Uzkomentuota ir pridedas margin-left: 10px ir color: #ff0000;
	color: #fff; 
	font-size: 22px; */
	margin-left: 10px;
	color: #ff0000;
	font-weight: normal;
	/* padding: 20px 20px 20px; */
	display: block;
	position:relative;
	z-index:5
}

div.offers_slider > div .more_place {
	margin: 30px 20px 20px 20px;
	position:relative;
	z-index:5
}

div.offers_slider > div:after{
	content:' ';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	/* background:rgba(0, 0, 0, 0.5) OLEGAS R. 2021-01-15 uzkomentuota*/
}

div.slide_content{
	position:absolute;
	left:90px;
	top:91px;
	padding:24px;
	max-width:520px;
	background:url(../images/gradients/gradient_3.png)
}

div.offers_slider_pagination_place{
	position:absolute;
	left:0;
	bottom:15px;
	width:100%;
	z-index:300;
	text-align:center;
}

.offers_slider_pagination{
	display:inline-block
}

.offers_slider_pagination > span{
	float:left;
	width:16px;
	height:17px;
	background:url(../images/icons/ico_7.png) 0 0 no-repeat;
	overflow:hidden;
	font-size:0;
	line-height:60;
	margin:0 2px;
	cursor:pointer
}

.offers_slider_pagination > span.cycle-pager-active,
.offers_slider_pagination > span:hover{
	background-image:url(../images/icons/ico_8.png);
}

.offers_slider_pagination > span.cycle-pager-active{
	cursor:default
}

div.offers_slider_arrows{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%
}

div.offers_slider_arrows .container{
	height:100%;
}

div.offers_bl_header{
	height:52px;
	display:table;
	width:100%;
}

div.offers_bl_header div{
	border-left:1px solid #bec4c9;
	display:table-cell;
	width:1%;
	height:52px;
	vertical-align:top
}

div.offers_bl_header div:first-child{
	border:0;
	width:auto
}

div.offers_bl_header h2{
	line-height:52px;
	margin:0;
	color: #293b4d;
    font-size: 16px;
    font-weight: 900;
	padding-left:36px;
}

div.offers_slider_all_place{
	vertical-align:middle !important;
	padding:0 20px;
}

a.offers_slider_all{
	color:#293b4d;
	font-size:12px;
	display: inline-block
}

div.footing_colls_section{
	background: url(../images/gradients/gradient_3.png) 0 0 repeat-x #e3e5e6
}

div.section{
	padding:30px 0
}

div.section > .container:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

div.rb_item h4{
	font-size:14px;
  font-weight:700;
  height: 45px;
}

div.rb_item .photo{
	display:block;
	width:100%;
	height:auto;
	margin:10px 0 15px
}

div.rb_item .descr{
  font-size:11px;
  height: 34px;
}

div.ext_accordition{
	background:#fff
}

div.ext_accordition a.ttl{
	display:block;
	border-top:1px solid #bec4c9;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	background:#f90202;
	line-height:1.2;
	padding:8px 19px;
	text-decoration:none !important
}

div.ext_accordition > div:first-child > a.ttl{
	border:0
}

div.ext_accordition a.ttl > span{
	display:block;
	background:url(../images/icons/ico_1.png) right center no-repeat
}

div.ext_accordition a.ttl:hover{
	background-color:#d40606
}

div.ext_accordition a.ttl.selected{
	background-color:#fff;
	color:#f90202
}

div.ext_accordition a.ttl.selected > span{
	background-image:url(../images/icons/ico_6.png)
}

div.ext_accordition .ccl{
	display:none;
	width:100% !important ;
	border-top:1px solid #bec4c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}

div.ext_accordition .ccl > div{
	padding:19px;
}

/*LISTS*/

ul.top_menu{
	list-style:none;
	overflow:hidden
}

ul.top_menu > li{
	float:left
}

ul.top_menu > li > a{
	display:block;
	padding:0 17px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	color:#979fa6;
	line-height:42px;
	white-space:nowrap
}

ul.top_menu > li:hover > a,
ul.top_menu > li.selected > a{
	color:#fff
}

ul.top_menu > li.selected > a{
	cursor:default
}

div.main_menu_conatiner{
	position:absolute;
	right:0;
	top:43px;
}

div.main_menu{
	height:44px;
}

div.main_menu > div{
	float:left
}

div.main_menu > div > a{
	display:block;
	height:44px;
	line-height:44px;
	padding:0 36px;
	border-left:1px solid #636d77;
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-decoration:none !important;
}

div.main_menu > div:first-child > a{
	border:0
}

div.main_menu > div:hover > a,
div.main_menu > div.selected > a{
	background:#111921
}

ul.sidemenu{
	list-style:none;
	background:#fff
}

ul.sidemenu > li > a{
	display:block;
	color:#293b4d;
	font-size:13px;
	border-top:1px solid #bec4c9;
	line-height:1.2;
	padding:10px 18px;
	text-decoration:none !important
}

ul.sidemenu > li:first-child > a{
	border:0
}

ul.sidemenu > li:hover > a,
ul.sidemenu > li.selected > a{
	background:#687581;
	color:#fff
}

ul.sidemenu > li.selected > a{
	cursor:default
}

ul.sidemenu > li > ul{
	list-style:none;
	background:#687581;
	padding:0px 0 0
}

ul.sidemenu > li > ul > li > a{
	display:block;
	color:#fff;
	text-decoration:none !important;
	padding:10px 18px 10px 36px;
	border-top:1px solid #556472;
	font-size:12px;
}

ul.sidemenu > li > ul > li:first-child > a{}

ul.sidemenu > li > ul > li:hover > a,
ul.sidemenu > li > ul > li.selected > a{
	background:#202e3c
}

/*INPUTS*/

input, select, textarea {
	outline:none !important;
}

input[type="text"]{}

/*HEADERS*/

h1{
	color:#425262;
	font-weight:500;
	line-height:1.1;
	margin:0 0 0.5em
}

h2{
	color:#425262;
	font-weight:500;
	line-height:1.1;
	margin:0 0 0.5em
}

h3{
	color:#425262;
	font-weight:500;
	line-height:1.1;
	margin:0 0 0.5em
}

h4{
	color:#425262;
	font-weight:500;
	line-height:1.1;
	margin:0 0 0.5em
}

.main_title{
	font-size:30px;
}

/*BUTTONS*/

/*BUTTON BASE BEGIN*/

.ext_button{
	display:inline-block;
	height:2.5em;
	line-height:2.5em;
	padding:0 1.2857em;
	position:relative;
	text-decoration:none !important;
}

.ext_button.rounded{
	border-radius:0.2857em
}

.ext_button.shadowed{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=146, Color=#bfc1c2)";/*IE 8*/
	-moz-box-shadow: 2px 3px 0px #bfc1c2;/*FF 3.5+*/
	-webkit-box-shadow: 2px 3px 0px #bfc1c2;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 2px 3px 0px #bfc1c2;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=146, Color=#bfc1c2); /*IE 5.5-7*/
}

.ext_button .ico{
	position:absolute;
	top:0;
	width:2.5714em;
	height:100%;
	background-position: center center;
	background-repeat:no-repeat
}

.ext_button .ico.left{
	left:0
}

.ext_button .ico.left + span{
	display:block;
	padding:0 0 0 1.2857em;
}

.ext_button .ico.right{
	right:0
}

.ext_button .ico.right + span{
	display: block;
	padding:0 1.2857em 0 0;
}

.ext_button.red_style{
	background:#f90202;
	color:#fff;
}

.ext_button.red_style .ico{
	background-position:center center;
	background-repeat:no-repeat
}

.ext_button.red_style:hover{
	background:#e51309
}

.ext_button.grey_dark_style{
	background:#687581;
	color:#fff;
}

.ext_button.grey_dark_style .ico{
	background-position:center center;
	background-repeat:no-repeat
}

.ext_button.grey_dark_style:hover{
	background:#57636e
}

a.styled_link{
	background-repeat:no-repeat;
	display:inline-block
}

a.styled_link.right_ico{
	background-position:right;
	padding:0 19px 0 0;
}

a.styled_link.left_ico{
	background-position:left;
	padding:0 0 0 21px;
}

a.styled_link.ico_1{
	background-image:url(../images/icons/ico_1.png);
}

a.lang_selector{
	display:block;
	background:#111921;
	padding:0 14px;
	color:#fff;
	text-decoration:none !important;
	font-size:11px;
	text-transform:uppercase;
}

a.lang_selector > span{
	display:block;
	padding-right:14px;
	background:url(../images/icons/ico_1.png) right center no-repeat
}

/*SPECIAL*/

.d_block{
	display:block
}

.uppercase{
	text-transform:uppercase
}

.d_inl_block{
	display:inline-block
}

br.cleaner {
	display:block;
	clear:both
}

br.small_br {
	font-size:6px;
	line-height:1
}

.pointer {
	cursor:pointer
}

.cleaner {
	display:block;
	clear:both
}

.nopadd {
	padding:0 !important
}

.noborg {
	border:0 !important
}

.nobg {
	background:none !important
}

.nomarg {
	margin:0 !important
}

.nowrap {
	white-space:nowrap
}

.dinamic {
	overflow:hidden
}

.center {
	margin:0 auto
}

.fl {
	float:left
}

.fr {
	float:right
}

.no_float{
	float:none !important
}

.cursor_def{
	cursor:default !important
}

.v_align{
	vertical-align:middle
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

input.hidden_submit{
	font-size:0;
	border:0;
	padding:0;
	margin:0;
	position:absolute;
	left:-10000px;
	top:-10000px;
}

/*FONTS*/

.trbucet{
	font-family:"Trebuchet MS"
}

.bold {
	font-weight:700
}

.f_normal{
	font-weight:normal
}

.f_9 {
	font-size:9px;
}

.f_10 {
	font-size:10px;
}

.f_11 {
	font-size:11px;
}

.f_12 {
	font-size:12px;
}

.f_13 {
	font-size:13px;
}

.f_14 {
	font-size:14px;
}

.f_15 {
	font-size:15px;
}

.f_16 {
	font-size:16px !important;
}

.f_17 {
	font-size:17px;
}

.f_18 {
	font-size:18px;
}

.f_19 {
	font-size:19px;
}

.f_20 {
	font-size:20px;
}

.f_21 {
	font-size:21px;
}

.f_22 {
	font-size:22px;
}

.f_23 {
	font-size:23px;
}

.f_24 {
	font-size:24px;
}

.f_25 {
	font-size:25px;
}

.f_26 {
	font-size:26px;
}

.f_27 {
	font-size:27px;
}

.f_28 {
	font-size:28px;
}

.f_29 {
	font-size:29px;
}

.f_30 {
	font-size:30px;
}

.f_6 {
	font-size:6px !important
}

a{
	transition:all ease 0.2s
}

/*COLORS*/

.red_color{
	color:#f90202
}

/*Misc*/

div.page_module ul{
	margin:20px;
}

div.page_module ul > li{
	margin:5px 0 0
}

div.page_module ul > li:first-child{
	margin:0
}

div.page_module ol{
	margin:20px;
}

div.page_module ol > li{
	margin:5px 0 0
}

div.page_module ol > li:first-child{
	margin:0
}

div.page_module table{
	background:#fff
}

div.page_module table td{
	padding:13px 18px;
	border-top:1px solid #f9c0c0
}

div.page_module table tr:first-child td{
	border-top:0
}

div.page_module thead td{
	background:#f90202;
	color:#fff;
}

.news_list {}
.news_list .rb_item{
  height: 150px;
  vertical-align: top;
  height: 150px;
  vertical-align: top;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 260px;
  border-radius: 5px;
  text-align: center;
  background-color: white;
  display: inline-block;
  margin: 5px;
  padding: 5px;
}

.main_menu_conatiner .container.countries {
	display:none;
}
.submenu_place {
	/*display:none;*/
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#ffffff;
	-webkit-box-shadow: -1px 3px 14px 0px rgba(32, 46, 60, 0.17);
	-moz-box-shadow:    -1px 3px 14px 0px rgba(32, 46, 60, 0.17);
	box-shadow:         -1px 3px 14px 0px rgba(32, 46, 60, 0.17);
	padding:30px 0;
	overflow:hidden;
	transition:all ease 0.2s;
	opacity:0;
	visibility:hidden
}
.submenu_place.opoened{
	opacity:1;
	visibility:visible
}
.submenu_place .countries {}
.submenu_place .countries {}
.submenu_place .simple img{width:100%;height:auto;}
.submenu_place  h3 > a ,
.submenu_place  h3 {
  font-size: 16px;
  color: #202e3c;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 27px 0;
  margin-top: 0;
  line-height: 16px;
}
.submenu_place .countries .map img{width:100%;  height: auto;}
.submenu_place .countries .map img{width:100%;  height: auto;}

.menu_sub {list-style:none;margin:0;}
.menu_sub > li{
}
.menu_sub > li:first-child > a{
	border-top:0;
}
.menu_sub > li:hover > a,
.menu_sub > li.selected > a{
	color:#ff0000;
	font-weight: 700;
	text-decoration:none;
}
.menu_sub > li > a{
	font-family: 'Roboto';
	color: #293b4d;
	font-size: 14px;
	padding: 5px 0;
	line-height: 20px;
	display: block;
	border-top:1px solid #d1d5d9;
	background:url('../images/icons/ico_7.png') no-repeat 6px center;
	padding-left:21px;
}

.menu_sub.with_flags {
	/*display:inline-block;  
	width: 115px;*/
}
.menu_sub.with_flags:first-child {margin-left:0;}
.menu_sub.with_flags /*{margin-left:30px;} atitraukimas buvo meniu punkto*/
.menu_sub.with_flags > li > a{
	font-family: 'Roboto';
	color: #293b4d;
	font-size: 14px;
	padding: 5px 0;
	line-height: 20px;
	display: block;
	border-top: 1px solid #d1d5d9;
	background: url('../images/icons/ico_7.png') no-repeat 6px center;
	padding-left: 21px;
}
.menu_sub.with_flags > li:first-child > a{
	border:0;
}

.top_pic {height:100px;background-size: cover !Important;}
.horizontal_menu_wrap {background:#202e3c;}
.horizontal_menu {list-style:none;overflow:hidden;}
.horizontal_menu > li{float:left;}
.horizontal_menu > li:first-child > a{
	border-left: 1px solid #636d77;
}
.horizontal_menu > li:hover > a,
.horizontal_menu > li.selected > a{
	  background: #111921;
}
.horizontal_menu > li > a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 36px;
	border-right: 1px solid #636d77;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-decoration: none !important;
}
.langs {}
.langs > li {}
.langs > li.non {opacity:0;visibility:hidden;transition: all ease 0.4s;}
.langs{  height: 40px;list-style: none;}
.langs:hover {height:auto;}
.langs:hover > li.non {visibility:visible;opacity:1;}
.langs > li.non > a > span {background:none;}
.langs > li > a{}

.contact_form {}
.contact_form .row{
	margin:10px;
  margin-right: -15px;
  margin-left: -15px;
}
.contact_form > div{}
.contact_form > div input {padding:10px;width:100%;  box-sizing: border-box;font-family: 'Roboto', sans-serif;  border: 1px solid #636d77;}
.contact_form > div textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #636d77;
}
.contact_form > div input.error,
.contact_form > div textarea.error,
.contact_form div.error {
	border:1px solid red;
	color:red;
}
.service_reg div.service_title {text-align:right !important; padding:6px !important;}
.service_reg > div input[type="checkbox"] {padding:10px;width:auto !important;  box-sizing: border-box;font-family: 'Roboto', sans-serif;  border: 1px solid #636d77;}
.service_reg > div input {padding:6px;}
.service_reg > div .datepick {padding:6px;}



.teiginiai_cont {
	overflow:hidden;	
}

.teiginiai_nav {
	padding-top: 25px;

}

.teiginiai_nav span {
	margin-left: 6px;
	float: left;
	display: block;
	padding-left: 10px;
	width: 0;
	height: 10px;
	background: url("../images/icons/ico-x7.png") no-repeat center center;
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
}

.teiginiai_nav span.cycle-pager-active {
	background: url("../images/icons/ico-x8.png") no-repeat center center;
	cursor: auto;
}

.teiginys_top {
	position: absolute;
	top: 90px;
	right: 120px;
	color: #fff;
}

.teiginys_top h2{
	color: #fff;
}

/**/

div.projects{
	margin:0 -15px -30px;
}

div.projects .grid-item{
	height:313px;
	width:25%;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:30px;
	
}

div.projects .grid-item.width-2x{
	width:50%;
}

div.projects .grid-item.width-3x{
	width:75%;
}

div.grid-item-content{
	border-radius:5px;
	height:313px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden
}

div.grid-item-content:before{
	content: '';
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:162px;
	background:url(../images/gradients/garien.png) 0 0 repeat-x;
	z-index:5
}

div.grid-item-content:after{
	content:' ';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255, 0, 0, 0.7);
	z-index:4;
	opacity:0;
	transition:all ease 0.3s
}

div.grid-item-content:hover:after{
	opacity:1
}

.grid-item-txt{
	z-index:6;
	position:absolute;
	left:21px;
	right:21px;
	bottom:21px;
	color:#fff;
	font-size:15px;
	font-weight:500;
}

div.grid-item-content .ext_button{
	position:absolute;
	left:50%;
	top:50%;
	z-index:7;
	padding:0;
	width:150px;
	text-align:center;
	margin:-20px 0 0 -75px;
	opacity:0
}

div.grid-item-content:hover .ext_button{
	opacity:1
}

div.full_w_gallery{
	position:relative
}

div.full_w_gallery .swiper-slide{}

div.full_w_gallery .swiper-slide img{
	display:block;
	width:100%;
	height:auto
}
.swiper-button-next.swiper-button-white {
    background-image: url("/images/icons/right-arrow.png") !important;
}

.swiper-button-prev.swiper-button-white{
    background-image: url("/images/icons/left-arrow.png") !important;
}

.full_w_gallery-prev{
	width:64px;
	height:64px;
	position:absolute;
	left:16px;
	top:50%;
	z-index:456;
	margin-top:-32px;
	border-radius:5px;
	background: url(../images/icons/ico_2.png) center center no-repeat #000;
	background-color:rgba(0, 0, 0, 0.7);
	cursor:pointer
}

.full_w_gallery-prev:hover{
	left:15px;
	background-color:rgba(0, 0, 0, 0.8);
}

.full_w_gallery-next{
	width:64px;
	height:64px;
	position:absolute;
	right:16px;
	top:50%;
	z-index:456;
	margin-top:-32px;
	border-radius:5px;
	background: url(../images/icons/ico_3.png) center center no-repeat #000;
	background-color:rgba(0, 0, 0, 0.7);
	cursor:pointer
}

.full_w_gallery-next:hover{
	right:15px;
	background-color:rgba(0, 0, 0, 0.8);
}

div.full_w_gallery .swiper-slide:after{
	content:' ';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(4, 77, 41, 0.7);
	z-index:1;
	opacity:0;
	transition:all ease 0.3s
}

div.full_w_gallery .swiper-slide-content{
	position:absolute;
	left:15px;
	right:15px;
	top:30%;
	z-index:45;
	color:#fff;
	font-size:24px;
	text-align:center;
	opacity:0;
	transition:all ease 0.3s
}

div.full_w_gallery .swiper-slide:hover:after{
	opacity:1
}

div.full_w_gallery .swiper-slide:hover .swiper-slide-content{
	opacity:1
}

div.content_present_block{
	padding:72px 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	color:#fff;
	font-size:18px;
}

div.content_present_block:after{
	content:' ';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0, 39, 28, 0.4);
	z-index:1
}

div.content_present_block > .container{
	z-index:5;
	padding-bottom:30px;
}

div.content_present_block .desc {
	height:54px;
	overflow:hidden;
}
div.content_present_block h2.tito{
	font-weight:900;
	font-size:72px;
	line-height:70px;
	background:url(../images/borders/border_1.png) right 100% no-repeat;
	padding:0 0 30px;
	margin:0 0 24px;
}

div.content_present_block .more_place{
	padding:20px 0 0
}

div.inline_sections{
	background:#45be55;
	background:rgba(69, 190, 85, 0.8);
	position:relative;
	z-index:6;
	padding:36px 0;
	color:#fff
}

div.inline_sections .ext_button{
	display:block;
	text-align:center;
	padding:0
}

div.project_popup_content{
	display:none;
	width:auto !important;

	overflow:hidden !important
}

.fancybox-projects .fancybox-close{
	right:0 !important;
	top:0 !important
}

.fancybox-projects{
	min-width: 1300px !important;
	max-width: 1300px !important;
}

.fancybox-projects .fancybox-inner{
	/*overflow:hidden !important;*/
	width:auto !important
}

.project_title{
	font-size: 33px;
    font-weight: 900;
}

table.project_attrs td{
	border-top:1px solid #d7d7d7;
	padding:15px 25px 15px 0
}

.gallery-top {
	height: 700px;
	width: 100%;
}

.gallery-top .swiper-slide{
	background-position:center center;
	background-size:cover
}

.gallery-thumbs {
	height: 130px;
	box-sizing: border-box;
	padding: 10px 0;
	display: none;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	background-position:center center;
	background-size:cover
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.ext_button.transparent_style{
	background:none;
	color:#fff;
	border:1px solid #fff
}

.ext_button.transparent_style .ico{
	background-position:center center;
	background-repeat:no-repeat
}

.ext_button.transparent_style:hover{
	background:#111921;
	color:#fff;
}


/**/

@media (max-width: 768px) {
	

	.teiginys_top{
		display:none
	}

	.teiginiai .teiginys{
		display:block !important;
		width:100% !important;
		position:static !important;
		opacity:1 !important;
		margin-bottom:20px !important; 
	}

	.teiginiai .cycle-sentinel{
		display:none !important
	}

	.teiginiai_nav{
		display:none
	}
	
	
	
	
	.news_list .rb_item{width:100%;}
	div.header_content{
		display:none;
		width:100% !important;
		text-align:center
	}
	
	div.index_content_colls > div{
		float:none !important;
		width:auto !important;
		margin-top:30px;
		height:auto;
		border:0
	}
	
	div.index_content_colls > div:first-child{
		margin:0
	}
	
	div.tabs_container{
		padding:0
	}
	
	dl.tabs{
		position:static;
		border:0;
		width:auto;
		margin-bottom:15px;
	}
	
	dl.tabs > dt.selected > a{
		background-color:#687581 !important;
		color:#fff !important
	}
	
	div.footing_colls > div{
		margin-top:30px;
	}
	
	div.footing_colls > div:first-child{
		margin-top:0
	}
	
	.about_block{
		padding-right:0
	}
	
	.about_block .photo{
		float:none;
		width:auto;
		margin:0 0 15px;
	}
	
	div.slide_content{
		left:0;
		right:0;
		top:175px;
		background:rgba(255, 255, 255, 0.6)
	}
	
	a.smart_menu_caller{
		width:60px;
		height:58px;
		position:absolute;
		right:15px;
		top:15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border:1px solid #939292;
		border-radius:5px;
		background:url(../images/misc/sm_m_cler.png) center center no-repeat
	}
	
	#header{
		height:auto
	}
	
	#header > .container{
		padding-top:87px;
	}
	
	div.header_elements{
		position:static;
		padding-bottom:15px;
	}
	
	div.header_elements > div{
		float:none;
		margin:0
	}
	
	ul.top_menu{
		margin-bottom:15px;
	}
	
	ul.top_menu > li{
		float:none
	}
	
	ul.top_menu > li > a{
		padding:0 15px;
		border-top:1px solid #636d77;
		text-align:center;
		padding:0 15px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: 700;
	}
	
	ul.top_menu > li:hover > a,
	ul.top_menu > li.selected > a{
		background-color:#111921
	}
	
	div.main_menu_conatiner{
		position:static
	}
	
	div.main_menu{
		height:auto
	}
	
	div.main_menu > div{
		float:none
	}
	
	div.main_menu > div > a{
		border:0;
		border-top:1px solid #636d77;
		text-align:center;
		padding:0 15px;
	}
	
	a.lang_selector{
		display:inline-block
	}
	
	#sidebar{
		float:none;
		margin:0 0 30px;
		width:auto
	}
	
	#rightbar{
		display:none
	}
	div.index_slider_container {width:auto;}
}
@media (min-width: 769px) {
	
	div.header_content{
		display: block !important
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.news_list .rb_item{width:360px;}
	div.about_block_place{
		width:50% !important
	}
	
	div.tabs_container_place{
		width:50% !important
	}
	
	div.offers_bl{
		width:100% !important;
		border-top:1px solid #bec4c9
	}
	
	div.main_menu > div > a{
		font-size:12px;
		padding:0 12px;
	}
	.submenu_place .countries .map{display:none;}
	div.index_slider_container {width:auto;}
	
}
@media (min-width: 993px) and (max-width: 1200px) {
	.news_list .rb_item{width:300px;}
	div.main_menu > div > a{
		padding:0 25px;
	}
	.menu_sub.with_flags {  width: 100%;margin:0;}
	.menu_sub.with_flags:first-child + .menu_sub.with_flags{border-top: 1px solid #d1d5d9;}
	div.index_slider_container {width:auto;}
	#page {  overflow-x: hidden;}
}

@media (min-width: 1200px) {#page {  overflow-x: hidden;}}
@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}