/*
Theme Name: ISIC
Author: AdDrama
Description: ISIC
Version: 1.0
*/
body, input, textarea, select, button{
	font-family: 'Roboto Slab', "serif"
	}
.secondary-font{
	font-family: 'Roboto Condensed', "sans-serif"
	}
header, footer{

	}
html, body{
	font-size:14px;
	}
html.on, body.on{
	height:100%;
	overflow:hidden;
	}
.hi100{
	height:100%;
	}
main{
	color:#333333;
	}
.mobslider{
	display:none;
	}
body{
	padding-top:95px;
	}
#main-logo{
	margin-left:0px;
	margin-top:18px;
	}
#main-logo img{
	height:56px;
	width:auto;
	}
.tohide{
	display:none;
	}
a{
	color: #51c3c4;
	}
a:hover{
	color: #51c3c4;
	text-decoration:underline;
	}
header{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
    z-index:6;
    background: #fff;
	box-shadow:0 0 10px rgba(35, 35, 25, 0.1);
	}
body.admin-bar header{
	top:32px;
	}
header.fixit{
	position:absolute;
	}
.search-box form{
	display:block;
	box-sizing:border-box;
	background-color:#ecf7f7;
	padding:4px 10px;
	border-radius:15px;
	margin-top:13px;
	}
.search-box form input{
	border:none;
	background:none;
	font-size:14px;
	vertical-align: top;
	padding:0px 4px;
    margin-top: 2px;
	}
.search-box form button{
	cursor:pointer;
	color:#4ebcbd;
	background:none;
	border:none;
	padding:4px;
    padding: 3px;
    vertical-align: top;
	}
.search-box form input:input-placeholder {
	color: #666666;
	font-weight:300;
	}
.search-box form input::-webkit-input-placeholder {
	color: #666666;
	font-weight:300;
	}
.search-box form input:-moz-placeholder { 
	color: #666666;  
	font-weight:300;
	}
.search-box form input::-moz-placeholder {  
	color: #666666; 
	font-weight:300; 
	}
.search-box form input:-ms-input-placeholder {  
	color: #666666;  
	font-weight:300;
	}
.menu-main-container{
	display:block;
	padding:0px;
	margin:0px;
	float:right;
	}
.menu-main-container > li{
	float:left;
	display:block;
	padding:0px 6px;
	text-align:center;
    box-sizing: border-box;
	position:relative;
	}
.menu-main-container > li.isic{
	background-color:#feef1c;
	}
.menu-main-container li.isic a{
	font-weight: bold;
	}
.menu-main-container > li > a{
	box-sizing: border-box;
	transition:300ms ease-in-out;
	-ms-transition:300ms ease-in-out;
	-webkit-transition:300ms ease-in-out;
	-moz-transition:300ms ease-in-out;
	-o-transition:300ms ease-in-out;
	border-bottom:4px solid transparent;
	padding:10px 6px 6px 6px;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	display:inline-block;
	float:left;
	width:100%;
	font-weight:400;
	text-align:center;
	}
.content img{
	max-width:100%;
	height:auto;
	}
.menu-main-container > li > a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
	}
.menu-main-container > li > a:hover{
	color:#4ebcbd;
	border-bottom:4px solid #4ebcbd;
	font-weight:bold;
	text-decoration:none;
	}
.menu-main-container > li.current-menu-item:not(.menu-item-type-custom) > a, .menu-main-container > li.current_page_item > a{
	color:#4ebcbd;
	}
.menu-main-container > li > ul{
	display:none;
	position:absolute;
	top:100%;
	left:0px;
	min-width:230px;
	background-color:#fff;
	margin:0px;
	padding:0px;
    box-shadow:0 5px 5px rgba(35, 35, 25, 0.1);
	}
.menu-main-container > li:hover > ul{
	display:block;
	}
.menu-main-container > li > ul > li{
	display:block;
	width:100%;
	float:left;
	text-align:left;
	}
.menu-main-container > li > ul > li > a{
	box-sizing: border-box;
	transition:300ms ease-in-out;
	-ms-transition:300ms ease-in-out;
	-webkit-transition:300ms ease-in-out;
	-moz-transition:300ms ease-in-out;
	-o-transition:300ms ease-in-out;
	background-color:#fff;
	color:#333333;
	display:inline-block;
	float:left;
	width:100%;
	font-size:16px;
	padding:10px 20px;
	}
.menu-main-container > li > ul > li.super > a{
	background-color:#4ebcbd;
	color:#fff;
	}
.menu-mobile-container > li > ul > li.super > a{
	background-color:#287b7c;
	color:#fff;
	}
.menu-main-container > li > ul > li > a:hover, .menu-mobile-container > li > ul > li.super > a:hover{
	background-color:#edf6f6;
	color:#4ebcbd;
	text-decoration:none;
	}
.menu-main-container > li > ul > li.super > a:hover{
	background-color:#278f90;
	color:#fff;
	text-decoration:none;
	}
#menu-pagrindinis{
	margin-top: 14px;
	}
.section.tips{
	padding:40px 0px 10px 0px;
	background-color:#52c6c7;
	}
.onetip{
	padding:15px;
	}
.onetip div{
	color:#333333;
	font-size:16px;
	margin-top:2px;
	}
.section.divider1{
	background-color:#52c6c7;
	background-image:url('img/divider.png');
	background-size:101% 101%;
	height:65px;
	margin: -1px 0px;
	}
.section.divider2{
	background-color:#ffffff;
	background-image:url('img/divider2.png');
	background-size:101% 101%;
	height:65px;
	margin: -1px 0px;
	}
.section.divider3{
	background-color:#ffffff;
	background-image:url('img/divider3.png');
	background-size:101% 101%;
	height:69px;
	margin: -1px 0px;
	}
.rightimg{
	background-position:right 20px center;
	background-size:contain;
	background-repeat:no-repeat;
	}
.section.kasyra{
	padding-bottom:20px;
	}
.section.kasyra .textblockapie{
	width:43%;
	box-sizing:border-box;
	padding-left:15px;
	}
.section.kasyra h2{
	font-size:72px;
	font-weight:400;
	margin:15px 0px;
	line-height:1.05;
	}
.bt{
	color:#52c6c7;
	text-transform:uppercase;
	font-weight:bold;
	}
.bt:hover{
	color:#52c6c7;
	text-decoration:underline;
	}
.section.numbers{
	background-color:#52c6c7;
	padding:55px 0px;
	}
.onenum .numberro{
	font-weight:bold;
	color:#feef1c;
	font-size:38px;
	line-height:1;
	margin-bottom:10px;
	}
.onenum{
	padding:0px 10px;
	}
.onenum .numtext{
	font-weight:400;
	color:#333333;
	font-size:16px;
	line-height:1.2;
	}
.onenum:not(:last-of-type){
	border-right:1px solid #49b5b6;
	}
.section.social{
	padding:40px 0px 85px 0px;
	background-color:#fff;
	}
.section.social .row > .half:first-of-type{
	border-right:1px solid #D4E5E5;
	padding-right:20px;
	padding-left:15px;
	}
.socialbox{
	width:150px;
	}
.socim{
	position:absolute;
	top:-57px;
	right:20px;
	}
.socialbox h2, .section.social .row > .half:last-of-type h2{
	color:#333333;
	font-size:32px;
	font-weight:400;
	line-height:1.1;
	margin-top:0px;
	margin-bottom:10px;
	}
.socialbox p{
	font-size:16px;
	}
.section.social .row > .half:last-of-type{
	padding-left:35px;
	padding-right:15px;
	}
.section.nuolaidos{
	background-color:#F0F0F0;
	padding-bottom:45px;
	}
.section.naujienos{
	background-color:#ffffff;
	padding-bottom:45px;
	}
.one_disc:hover, .one_new_text:hover, .one_new_image:hover{
	text-decoration:none;
	}
.one_disc_box, .one_new_box{
	padding:4px 10px;
	}
.one_disc h3, .one_new_text h3{
	font-size:20px;
	color:#333333;
	font-weight:400;
	border-bottom:1px solid #b4cdcd;
	width:auto;
	float:left;
	padding:2px 0px;
	margin:5px 0px;
    line-height: 1.1;
	}
.one_disc_box.fourth .one_disc h3{
	font-size:16px;
	}
.one_disc_box.fourth .one_disc p{
	font-size:12px;	
	color:#333333; 
	}
.one_disc h3{
	font-size:20px;
	width:100%;
	}
.fixhei{
	height:110px;
	}
.one_new_text h3{
	border-bottom:none;
	}
.one_new_text p{
	color:#666666;
	font-size:14px;
	}
.one_new_text i{
	color:#4ebcbd;
	margin-left:5px;
	font-size:18px;
	}
.one_disc:hover h3, .one_new_text:hover h3{
	color:#4ebcbd;
	}
.one_disc p{
	font-size:13px;
	color:#333333;
	font-weight:400;
    float: left;
	margin:0px;
	}
.one_disc h3, .one_disc p{
	max-width:calc(100% - 68px);
	}
.disc{
	position: absolute;
    bottom: -6px;
    right: 4px;
    height: 62px;
    min-width: 42px;
    padding: 0px 10px;
    line-height: 62px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    background-color: #feef1c;
    box-shadow: 4px 4px 0px #287b7c;
	}
.disc.smaller{
	font-size: 12px;
	}
.disc.smaller2{
	font-size: 14px;
	min-width: 32px;
    padding: 0px 4px;
	height: 48px;
	line-height: 48px;
	}
.one_disc_box.fourth .disc{
	font-size: 17px;
	height:48px;
	line-height:48px;
	padding:0px 6px;
	}
.one_disc:hover .disc{
	padding:0px 16px;
	line-height:68px;
	height:68px;
	}
.third.miestas .one_new_image:hover .disc.smaller2{
	padding: 0px 10px;
	height: 54px;
	line-height: 54px;
	}
.one_disc_box.fourth .one_disc:hover .disc{
	padding:0px 12px;
	line-height:54px;
	height:54px;
	}
.one_disc_box.fourth .one_disc h3, .one_disc_box.fourth .one_disc p {
    max-width: calc(100% - 52px);
	}
.one_disc_box.fourth .fixhei{
    height: 105px;
	}
.disc span{
	font-size:12px;
    vertical-align: top;
	}
.one_disc img, .one_new_image img{
	width:100%;
	float:left;
	height:auto;
	}
.nuolaidos h2, .naujienos h2{
	font-weight:400;
	font-size:42px;
	color:#333333;
	}
.the_btn, .wp-block-button__link, .shortc-button{
	cursor:pointer;
	border-top:0px;
	border-left:0px;
	font-weight:bold;
	font-size:16px;
	color:#333333;
	padding:12px 20px;
	background-color:#feef1c;
	border-right:4px solid #d5c817;
	border-bottom:4px solid #a89e0b;
	display:inline-block;
	border-radius:0px;
	transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
	}
.the_btn.btn_2{
	border-left:0px solid #d5c817;
	border-bottom:4px solid #a89e0b;
	border-right:4px solid #d5c817;
	}
.footerlaster{
	margin-top:15px;
	}
.the_btn:hover, .wp-block-button__link:hover, .shortc-button:hover{
	color:#333333;
	background-color:#e6d81a !important;
	text-decoration:none;
	}
.buttonplace{
	padding-top:35px;	
	}
#subtype{
	background:none;
	border:none;
	color:#51c3c4;
	font-weight:400;
	font-size:14px;
	}
.inpput{
	width:100%;
	box-sizing:border-box;
	padding:13px 5px;
	border:none;
	background-color:#f4f8f8;
	margin:8px 0px;
	}
.rowmin{
	margin:0px -3px;
	}
.minp{
	padding:0px 3px;
	}
.checklab .overflow{
	font-size:12px;
	padding-right:35px;
	}
.categorr{
	display:inline-block;
	color:#333333;
	font-size:12px;
	padding:2px 6px;
	background-color:#feef1c;
    letter-spacing: -0.3px;
	margin-top: -20px;
    float: left;
    position: relative;
	}
.categorr a{
	color:#333333;
	}
.postfooter{
	color:#fff;
	font-size:14px;
	padding:20px 0px;
	background-color:#226e6f;
	}
.postfooter p{
	margin:0px;
	}
.footer{
	background-color:#287b7c;
	padding:10px 0px 95px 0px;
	}
.footer .third h3{
	color:#fff;
	font-weight:400;
	font-size:22px;
	}
.footer .third h3 a, .footer .third h3 a:focus{
	color:#fff;
	text-decoration:none;
	}
.footer .third h3 a i{
	display:none;
	}
.footer .third div{
	width:100%;
	float:left;
	}
.footer .third div ul{
	padding:0px;
	margin:0px;
	}
.footer .third div ul li{
	display:block;
	width:100%;
	float:left;
	margin:4px 0px;
	}
.footer .third div ul li a{
	color:#fff;
	font-size:14px;
	}
.widgets{
	width:320px;
	box-sizing:border-box;
	padding:4px 10px;
	margin:0px;
	}
.one_widget{
	display:inline-block;
	width:300px;
	text-align:left;
	margin-bottom:10px;
	}
.sidecont{
	width:calc(100% - 320px);
	box-sizing:border-box;
	}
.navigation.pagination{
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:25px 10px;
	text-align:center;
	}
.navigation.pagination .screen-reader-text{
	display:none;
	}
.nav-links{
	display:inline-block;
	}
.sidecont .one_new_text{
	height:170px;
	color:#333333; 
	position:relative;
	}
.sidecont .one_new_text.noheig{
	height:70px;
	}
.sidecont .one_new_text .disc{
	top: -56px;
	bottom:auto;
	}
.page-numbers{
	margin:0px 5px;
	font-size:16px;
	}
.content h1{
	margin:40px 0px 35px 0px;
	color:#333333;
	font-weight:400;
	font-size:42px;
	}
.tagsf{
	margin-top:25px;
	}
.singlebenefit{
	margin-top:55px;
	}
.tagcls{
	font-size:12px;
	color:#333333;
	display:inline-block;
	background-color:#feef1c;
	padding:3px 6px;
	margin-right:4px;
	margin-bottom:4px;
	}
.tagcls:hover{
	text-decoration:none;
	}
.imagebox{
	width:300px;
	margin-bottom:10px;	
	text-align:center;
	}
.widgets > li > h3{
	font-weight:400;
	font-size:22px;
	margin-top:0px;
	}
.clear{
	clear:both;
	}
.mainimgjm{
	width:auto;
	height:auto;
	margin-top:6px;
	max-width:100%;
	}
.minirow{
	margin-left:-5px;
	margin-right:-5px;
	}
.sideimgjm{
	width:33.33333%;
	padding:5px;
	box-sizing:border-box;
	display:block;
	float:left;
	}
.sideimgjm img{
	width:100%;
	height:auto;
	float: left;
	}
.fleh{
	padding-left:20px;
	}
.cardboxx img{
	width:61px;
	height:auto;
	margin-right:13px;
	}
.cardboxx h3{
	font-style:italic;
	font-size:14px;
	color:#666666;
	font-weight:normal;
	}
.fleh h4{
	margin:0px;
	font-size:22px;
	color:#287b7c;
	}
.fleh h1{
	font-weight:400;
	color:#333333;
	
	font-size:42px;
    line-height: 1;
	}
.content .fleh h1{
	margin:0px 0px 12px 0px;
	}
.others > h3{
	font-weight:400;
	color:#333333;
	font-size:30px;
	}
.others{
	margin-top:25px;
	border-top:1px solid #f0f0f0;
	}
.tabtext{
	display:none;	
	}
.tabtext.active{
	display:block;	
	}
.buttonholder{
	border-bottom:1px solid #f0f0f0;
	margin-top:10px;
	}
.tabbutton{
	float:left;
	cursor:pointer;
	font-size:14px;
	color:#999999;
	background:#ffffff;
	padding:12px 30px;
	border:1px solid #f0f0f0;
	}
.tabbutton.active, .tabbutton:hover{
	color:#333333;
	background:#f0f0f0;
	}
.tabtext{
	padding:10px 30px;
	color:#666666;
	font-size:14px;
	}
.biggermargin{
	color:#333333;
	font-size:42px;
	margin-top:40px;
	margin-bottom:30px;
	}
.cardholder{
	padding:10px;	
	}
.conpad{
	padding:0px 15px;	
	}
.contenttext p, .contenttext li{
	color:#666666;
	}
.contenttext{
    word-break: break-word;
	}
#otherint{
	margin-bottom:25px;
	}
.buttonholder{
	padding: 15px 0px 30px 0px;
    margin-bottom: 20px;
	}
.contenttext h1, .contenttext h2, .contenttext h3, .contenttext h4, .contenttext h5{
	color:#333333;
	}
.contenttext img{
	max-width:100%;
	height:auto;
	}
.contenttext .alignleft{
	float:left;
	padding: 4px;
    margin: 2px 8px 3px 3px;
	max-width:100%;
    display: inline;
	}
.contenttext .alignright{
	padding: 4px;
    margin: 2px 3px 3px 8px;
    display: inline;
	float:right;
	max-width:100%;
	}
.cardinner{
	padding:25px 35px;
	border:1px solid #e1e1e1;
	}
.cardinner img{
	width:100%;
	height:auto;
	}
.cardinner a h3{
	margin:10px 0px 5px 0px;
	font-weight:400;
	font-size:20px;
	line-height:1.2;
	color:#333333;
	min-height: 48px;
	}
.cardinner a p{
	font-weight:400;
	font-size:14px;
	color:#333333;
    margin: 12px 0px;
    min-height: 114px;
	}
.cardinner a:hover h3{
	text-decoration:none;
	color:#4ebcbd;
	}
.cardinner a:hover{
	text-decoration:none;
	}
.daugiau{
	margin-top:10px;
	display:inline-block;
	}
.navcust{
	height:198px;
	background-image:url('img/numbg.png');
	background-size:100% 100%;
	}
.tickbox{
	display:inline-block;
	width:530px;
	text-align:center;
	margin-top:35px;
	}
.form-group{
	position:relative;
	padding:0px 5px;
	}
.form-group input, .form-group select{
	font-family: 'Roboto Slab', "serif";
	box-sizing:border-box;
	padding:15px;
	margin-bottom: 10px;
	width: 100%;
	box-shadow: none;
	outline: none;
	border: none;
	font-weight: 400;
	font-size: 14px;
	color:#333333;
	height:49px;
	}
.form-group label {
	position: absolute;
	top: 14px;
	left:22px;
	color: #999999;
	transition: 0.5s;
	pointer-events: none;
	font-weight:400;
	font-size:14px;
	}
.form-group input:focus ~ label,
.form-group input:valid ~ label
{
	top: 1px;
	left:7px;
	color: #999999;
	font-size: 68%;
	font-weight: 400;
	}
.sccimage{
	margin:40px 0px 10px 0px;
	}
.scctext{
	margin-bottom:100px;
	}
.scctext h2{
	font-size:32px;
	font-weight:bold;
	}
.scctext p{
	font-size:14px;
	}
.form-group input:-moz-read-only ~ label{
	top: 1px;
	left:7px;
	color: #999999;
	font-size: 68%;
	font-weight: 400;
	}
.form-group input.togo ~ label{
	top: 1px;
	left:7px;
	color: #999999;
	font-size: 68%;
	font-weight: 400;
	}
#ui-datepicker-div{
	z-index:12;
	}
.buttonbox{
	width:120px;
	vertical-align:top;
	display:inline-block;
	position:relative;
	}
.buttonbox:first-of-type{
	float:left;
	}
.buttonbox:last-of-type{
	float:right;
	}
.buttonbox:not(:last-of-type):after{
	position: absolute;
    content: "";
    width: 150px;
    height: 0px;
    border-top: 1px solid #46b0b1;
    border-bottom: 1px solid #46b0b1;
    left: 89px;
    top: 20px;
	}
.buttonbox button{
	margin-bottom:10px;
	padding:0px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#333333;
	font-size:22px;
	font-weight:bold;
	border:none;
	cursor:pointer;
	border-radius:50%;
	background-color:#feef1c;
	box-shadow:3px 3px 0px rgba(40, 123, 124, 1);
	}
.buttonbox button:disabled{
	background-color:#52c6c7;
	color:#287b7c;
	cursor:default;
	}
.thetextbt{
	color:#389697;
	font-weight:400;
	font-size:16px;
	}
.active .thetextbt{
	color:#333333;
	}
.section.form h2{
	color:#333333;
	font-weight:400;
	font-size:32px;
	margin:22px 0px;
	width:100%;
	float:left;
	}
.thelisst{
	padding:0px;
	margin:0px 0px 15px 0px;
	width:100%;
	float:left;
	}
.thelisst li{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:16px 18px;
	color:#333333;
	font-size:16px;
	font-weight:400;
	background-color:#f0f0f0;
	}
.thelisst li .kaina{
	color:#52c6c7;
	font-size:14px;
	}
.thelisst li:not(:last-of-type){
	border-bottom:1px solid #e1e1e1;
	}
.thelisst li.active{
	background-color:#52c6c7;
	color:#ffffff;
	}
.thelisst li.active .kaina{
	color:#ffffff;
	}
.thelisst li label{
	cursor: pointer;
    width: calc(100% - 45px);
    display: inline-block;
	}
.miniformbox{
	padding:23px 25px 13px 25px;
	background-color:#f0f0f0;
	}
.file-input{
	display: inline-block;
	text-align: left;
	background: #fff;
	padding: 15px;
	width: 100%;
	position: relative;
    float: left;
	box-sizing: border-box;
    font-size: 14px;
	border:2px solid #feef1c;
	margin-bottom:10px;
	}
.file-input > [type='file']{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
	box-sizing: border-box;
	}
.file-input > .button{
	display: inline-block;
	cursor: pointer;
	background: none;
	padding: 0px;
	border-radius: 2px;
	margin-right: 8px;
	box-sizing: border-box;
	float: left;
	}
.file-input > .label{
	color: #333;
	white-space: nowrap;
	opacity: .3;
	box-sizing: border-box;
	overflow:hidden;
    display: block;
	text-overflow: ellipsis;
	}
.file-input.-chosen > .label{
	opacity: 1;
	}
.agreements {
	margin:3px 0px 12px 0px;
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.agreements label {
	cursor: pointer;
}
.agreements input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
}
.agreements:hover input ~ .checkmark {
	background-color: #d7d7d7;
	border-color: #acacac;
}
.agreements input:checked ~ .checkmark {
	background-color: #51c3c4;
	border-color: #3db4b5;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.agreements input:checked ~ .checkmark:after {
	display: block;
}
.agreements .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fotobox{
	background-color:#f0f0f0;
    padding: 23px 25px 13px 25px;
	font-size:14px;
	}
.fotobox > p{
	margin:0px;
	font-size:14px;
	color:#333333;	
	}
.alertbox{
	padding:10px 18px;
	background-color:#feef1c;
	margin:10px 0px;
	font-size:14px;
	}
.alertbox i{
	float:left;
	display:inline-block;
	margin-right:18px;
    margin-top: 3px;
	}
.alertbox p{
	margin:0px;
	overflow:hidden;
	}
.cardboxx ul, .contenttext ul{
	padding-left:20px;
	}
.cardboxx ul li, .contenttext ul li{
	list-style: none; 
	}
.cardboxx ul li::before, .contenttext ul li:before{
    color: #52c6c7;
    content: "\2022";
    font-size: 2.2em;
    line-height: 15px;
    display: inline-block;
    width: 1.1em;
    margin-left: -1.1em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
	}
#canvas{
	background-color:#ffffff;
	float:left;
	}
.textnearpvz{
	margin-bottom:7px;
	}
.rma{
	max-width:100%;
	height:auto;
	}
.movingbutt{
	margin-left:30px;
	width:165px;
	margin-top:34px;
    margin-right: 10px;
	}
.movingbutt .file-input{
	margin-bottom:18px;
	}
.movingbutt .file-input > .label{
	display:none;
	}
#measure{
	position: absolute;
	left: -10000px;
	top: -100000px;
	}
#image_mask, #canvas_helper{
	position: absolute;
	left: -10000px;
	top: -100000px;
	}
.image_select{
	width: 100%;
    height: auto;
	margin-top:10px;
	}
.image_select:not(:first-of-type){
	display:none;
	}
#toshow{
	position: absolute;
    width: 93px;
    height: 113px;
    top: 60px;
    right: 13px;
	}
#toshow2{
	position: absolute;
    width: 93px;
    height: 113px;
    top: 34px;
    right: 15px;
	}
.fotobtn{
	display: inline-block;
    text-align: left;
    background: #fff;
    padding: 12px 15px;
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #feef1c;
	cursor:pointer;
	}
.file-input.zet{
	padding: 12px 15px;
	}
.createbox{
	position: fixed;
    display: none;
    width: 100%;
    z-index: 41;
    top: 0px;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    vertical-align: middle;
	}
.createinbox{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
	}
.createthebox{
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    max-width: 280px;
    box-sizing: border-box;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
	position:relative;
	}
.createoverlay{
    position: fixed;
    display: none;
    z-index: 40;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(63, 63, 63, 0.2);
	}
#videoId{
	width:480px;
	height:640px;
	background-color: #000;
	-ms-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
	-ms-transform-origin:top left;
	-webkit-transform-origin:top left;
	-moz-transform-origin:top left;
	-o-transform-origin:top left;
	transform-origin:top left;
	}
.croporigin{
	height:320px;
	overflow:hidden;
	position:relative;
	}
.overlay_mask{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image:url('img/card_mask.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:140px auto;
	}
#mobilemenubutton{
	float:left;
	cursor:pointer;
	padding:0px;
	margin:29px 20px 0px 5px;
	background:none;
	border:none;
	}
.thebtn{
	text-transform:uppercase;
	margin:26px 5px 0px 0px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding:10px 18px;
	background-color:#feef1c;
	border-left:0px solid #d5c817;
	border-bottom:2px solid #a89e0b;
	border-right:2px solid #d5c817;
	}
.thebtn:hover{
	background-color:#e6d81a !important;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	}
.theol{
	box-sizing:border-box;
	width:49%;
	display:inline-block;	
	vertical-align:middle;
	}
.avia_paieska > h3{
	display:none;
	}
.theol li{
	margin:10px 0px;
	}
.theol li::before {
    color: #333333;
    background-color: #feef1c;
    content: counter(li);
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -1.8em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: 3px;
    padding-top: 2px;
	}
.theol li {
    font-size: 16px;
    list-style: none;
	}
.theol li {
    counter-increment: li;
	}
.halfer{
	width:49%;
	display:inline-block;
	vertical-align:middle;
	}
.overover{
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 32;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.6);
	}
.mobile_menu{
    position: fixed;
    z-index: 34;
    width: 400px;
    top: 0px;
    left: -410px;
    margin: 0px;
    background-color: #52c6c7;
    box-shadow: 0 0 10px #000;
    transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
	height:100%;
	}
.mobile_menu.on{
    left: 0px;
	}
.menu-mobile-container {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100%;
    overflow: auto;
	}
.menu-mobile-container li {
    width: 100%;
    padding: 0px;
    display: block;
    float: left;
    position: relative;
	}
.menu-mobile-container li > button{
    position: absolute;
    top: 25px;
    right: 6px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 20px;
	}
.menu-mobile-container li ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	display:none;
	}
.menu-mobile-container li a {
    display: block;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 23px;
	background-color:#52c6c7;
    border-bottom: 1px solid #287b7c;
    font-size: 26px;
    font-weight: 300;
    text-align: left;
	transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
	}
.menu-mobile-container li li a {
	color: #52c6c7;
	background-color:#fff;
	}
.menu-mobile-container li a:hover{
	text-decoration:none;
	background-color: #287b7c;
	color: #fff;
	}
.tabzmiestai{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;	
	}
.tabzmiestai li{
	display:inline-block;
	width:auto;
	float:left;
	}
.tabzmiestai li a{
	display:block;
	padding:10px 30px;
	color:#333333;
	font-size:14px;
	}
.tabzmiestai li.active a, .tabzmiestai li a:hover{
	background-color:#f0f0f0;
	text-decoration:none;
	color:#333333;
	}
.onepab{
	display:none;
	}
.onepab.active{
	display:block;
	}
#hidephoto{
	position:absolute;
	top:4px;
	right:4px;
	padding:0px;
	margin:0px;
	font-size:18px;
	cursor:pointer;
	background:none;
	border:none;	
	}
.hidetobackground{
	position:absolute;
	top:-9999999px;
	left:-9999999px;
	z-index:-100;
	opacity:0;
	}
.fotbtnmar{
	margin-top:15px;
	}
.accordion{
	margin-top:10px;
	margin-bottom:45px;
	}
.acc_box{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #f0f0f0;
	}
.acc_box.active{
	border-top:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:18px;
	}
.acc_text{
	display:none;
	padding-left:45px;
	padding-right:35px;
	}
.acc_box > button{
	padding:20px;
	cursor:pointer;
	background:none;
	border:none;
	color:#333333;
	font-size:22px;
	text-align:left;
	}
.acc_box > button i{
	display:inline-block;
	margin-right:10px;
	width:14px;
	height:14px;
	line-height:14px;
    font-size: 8px;
    text-align: center;
	color:#fff;
	background-color:#999999;
	border-radius:50%;
	vertical-align:middle;
	margin-bottom: 5px;
	}
.acc_box.active > button i, .acc_box > button:hover i{
	background-color:#4ebcbd;
	}
.contable{
	width:100%;
	float:left;
	background-color:#f0f0f0;
	}
.tdinfo{
	padding:12px 30px 24px 30px;
	}
.tdinfo h3{
	margin:12px 0px;
	color:#333333;
	font-size:22px;
	font-weight:400;
	}
.contablein td:first-of-type{
	color:#4ebcbd;
	width:30px;
	text-align:left;
	}
.contablein{
	margin:6px 0px;
	float:left;
	}
.contablein td:last-of-type{
	color:#666666;
	font-size:14px;
	text-align:left;
	font-weight:400;
	}
.contablein2{
    margin: 6px 0px;
    float: left;
    color: #666666;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    margin-left: 35px;
	}
h2.bigger{
	margin: 40px 0px 35px 0px;
    color: #333333;
    font-weight: 400;
    font-size: 42px;
	}
.onecity{
	padding:0px 15px;
	margin-bottom:15px;
	}
.onecity h4{
	width:100%;
	padding:5px 20px;
	float:left;
	box-sizing:border-box;
	background-color:#4ebcbd;
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin:0px;
	}
.filterbox{
	box-sizing:border-box;
	padding:10px 13px;
	background-color:#f0f0f0;
	margin-bottom:23px;
	}
.oneagent{
	padding:8px 35px;
	margin-bottom:8px;
	}
.oneagent h5{
	margin:0px;
	color:#333333;
	font-size:14px;
	position:relative;
	}
.oneagent h5:before{
	position:absolute;
	content:"\f041";
	top:2px;
	font-size:16px;
	left:-20px;
	font-family:"Fontawesome";
	color:#4ebcbd;
	}
.oneagent .onefadr{
	color:#333333;
	font-size:14px;
	}
.oneagent .oneftex{
	color:#666666;
	font-size:14px;
	}
.onegcar img{
	width:40px;
	height:auto;
	margin-right:10px;
	float:left;
	margin-top:5px;
	}
.contnotice {
	color: #c7bc19;
	font-style: italic;
	font-size: 13px;
}
.transportas .contenttext table{
	wifth:100%;
	float:left;
	font-size:14px;
	color:#333333;
	border-collapse:collapse;
	margin-bottom:40px;
	}
.transportas .contenttext table td{
	padding:10px 20px;
	height:38px;
	vertical-align:top;
	}
.transportas .contenttext table tr td:first-of-type{
	width:22%;
	}
.transportas .contenttext table tr td:not(:first-of-type){
	width:26%;
	}
.transportas .contenttext table tr td:first-of-type{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:top;
	}
.transportas .contenttext table tr:first-of-type td:not(:first-of-type){
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:bottom;
	background-color:#4ebcbd;
	}
.transportas .contenttext table tr:nth-of-type(2n - 1) td:first-of-type{
	background-color:#287b7c;
	}
.transportas .contenttext table tr:nth-of-type(2n) td:first-of-type{
	background-color:#2c8485;
	}
.transportas .contenttext table tr:nth-of-type(2n) td:nth-of-type(2n){
	background-color:#bce3e3;
	}
.transportas .contenttext table tr:nth-of-type(2n) td:nth-of-type(2n + 1):not(:first-of-type){
	background-color:#a6dada;
	}
.transportas .contenttext table tr:nth-of-type(2n + 1):not(:first-of-type) td:nth-of-type(2n){
	background-color:#dcf2f2;
	}
.transportas .contenttext table tr:nth-of-type(2n + 1):not(:first-of-type) td:nth-of-type(2n + 1):not(:first-of-type){
	background-color:#c0e7e7;
	}
.transportas .contenttext p.success{
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 8px 24px 8px 17px;
    border: 1px solid #a0df4e;
    background-color: #f0f0f0;
    display: table;
    position: relative;
    color: #333333;
    vertical-align: middle;
	}
.transportas .contenttext p.success:before{
    content: "\f071";
    top: 0px;
    bottom: 0px;
    font-size: 17px;
    padding-right:17px;
    font-family: "Fontawesome";
    color: #a0df4e;
    vertical-align: middle;
    display: table-cell;
	}
.transportas .contenttext p.danger{
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 8px 24px 8px 17px;
    border: 1px solid #d0574f;
    background-color: #f0f0f0;
    display: table;
    position: relative;
    color: #333333;
    vertical-align: middle;
	}
.transportas .contenttext p.danger:before{
    content: "\f071";
    top: 0px;
    bottom: 0px;
    font-size: 17px;
    padding-right:17px;
    font-family: "Fontawesome";
    color: #d0574f;
    vertical-align: middle;
    display: table-cell;
	}
.overlay{
	position:fixed;
	top:-200px;
	left:0px;
	right:0px;
	bottom:-200px;
	z-index:7;
	background-color:rgba(40, 40, 40, 0.2);
	display:none;
	}
.one_card_pop{
	display:none;
	width:100%;
	max-width:785px;
	position:absolute;
	top:125px;
	left:0px;
	right:0px;
	margin:0 auto;
	background-color:#fff;
	z-index:8;
	margin-bottom:80px;
	}
.imagecanhol > img{
	width:100%;
	height:auto;
	}
.close_pop{
	cursor:pointer;
	position:absolute;
	border:none;
	padding:0px;
	margin:0px;
	top:25px;
	right:28px;
	background:none;
	}
.pop_main_block > img{
	margin-top:58px;
	max-width:70%;
	height:auto;
	}
.pop_main_block > h3{
	font-weight:400;
	font-size:22px;
	margin:12px 0px;
	color:#4ebcbd;
	}
.pop_main_block > .uzsakyk{
	margin-top: 6px;
	margin-bottom: 49px;
	}
.card_pop_menu{
	margin:0px;
	padding:0px;
	}
.card_pop_menu li{
	display:block;
	float:left;
	text-align:center;
	width:16.66666%;
	padding:12px 0px;
	background-color:#4ebcbd;
	box-sizing:border-box;
	height:110px;
	position:relative;
	}
.card_pop_menu li:hover, .card_pop_menu li.active{
	background-color:#287b7c;
	}
.card_pop_menu li:after, .card_pop_menu li:after{
	position: absolute;
    bottom: -34px;
    left: 0px;
    background-color: #ffffff;
    padding-bottom: 26%;
    width: 52%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-30deg) skewX(30deg);
    -ms-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-15deg) skewX(60deg);
    content: "";
	transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
	}
.card_pop_menu li:hover:after, .card_pop_menu li.active:after{
    background-color: #287b7c;
	}
.card_pop_menu li a{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	background-color:#4ebcbd;
	box-sizing:border-box;
	padding:6px;
	color:#333333;
	font-size:14px;
	margin:0px;
	border-top:0px solid #287b7c;
	}
.card_pop_menu li:not(:last-of-type) a{
	border-right:1px solid #46afb0;
	}
.card_pop_menu li a h4{
	font-weight:400;
	color:#333333;
	font-size:14px;
	display:block;
	width:100%;
	float:left;
	margin:5px 0px 0px 0px;
	height:40px;
	}
.card_pop_menu li:hover:not(:last-of-type) a, .card_pop_menu li.active:not(:last-of-type) a{
	border-right:1px solid #287b7c;
	}
.card_pop_menu li:hover a, .card_pop_menu li.active a{
	color:#ffffff;
	background-color:#287b7c;
	}
.card_pop_menu li:hover a h4, .card_pop_menu li.active a h4{
	color:#ffffff;
	}
.pop_tab{
	box-sizing:border-box;
	padding:0px 15px 0px 15px;
	overflow:auto;
	display:none !important;
	max-height:850px;
	position: relative;
	}
.pop_tab_holder{
	padding:10px 5px 50px 5px;
	}
.pop_tab.active{
	display:block !important;
	}
.pop_tab > h2{
    color: #333333;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0px 25px 0px;
    width: 100%;
    float: left;
	}
.aprasymoblokas{
	box-sizing:border-box;
	padding:0px 60px;
	text-align:center;
	padding-bottom:35px;
	}
.aprasymoblokas p{
	color:#666666;
	font-size:14px;
	font-weight:400;
	}
.skdaugiau{
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	}
.skdaugiau i {
    margin-left: 10px;
    vertical-align: top;
    font-size: 20px;
	}
.galiholder{
	margin-bottom:35px;
	}
.galiholder > .half{
	box-sizing:border-box;
	padding:0px 20px;
	text-align:center;
	border-left:0px;
	border-right:0px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom:20px;
	padding-bottom:10px;
    word-break: break-word;
	}
.galiholder > .half ul{
	text-align:left;
	margin-top:4px;
	margin-bottom:0px;
	box-sizing:border-box;
	width:100%;
	float:left;
    padding-left: 25px;
	}
.galiholder > .half h3{
	font-weight:400;
	font-size:22px;
	color:#333333;
	margin:12px 0px;
	box-sizing:border-box;
	padding:0px 25px;
	}
.negali_block {
	display: none;
}
.gali_block{
	border-right:1px solid #f0f0f0;
	width: 100%;
	}
.galiholder > .half ul li{
    list-style: none;
	color:#333333;
	font-size: 14px;
	}
.galiholder > .half ul li p{
	margin-top:0px;
	}
.galiholder > .half ul li:before{
    color: #ffffff;
    background-color: #52c6c7;
	font-family:"Fontawesome";
    content: "\f00c";
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -1.8em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: 2px;
	padding-top:2px;
	}
.galiholder > .gali_block ul li:before{
	background-color: #a0df4e;
	content: "\f00c";
	}
.galiholder > .negali_block ul li:before{
	background-color: #d0574f;
	content: "\f00d";
	}
.pop_info{
    color: #ffffff;
    background-color: #51c3c4;
    display: inline-block;
    position: relative;
    float: none;
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 50%;
    cursor: help;
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    line-height: 17px;
	}
.pop_info i{
    font-size: 12px;
    width: 13px;
    float: none;
    text-align: center;
    margin-top: 2px;
	}
.pop_info .pop_info_title{
	display:none;
	color: #333333;
	font-size: 14px;
	text-align:left;
	position:absolute;
	}
.pop_info .pop_info_title p{
	margin:0px;
	}
.pop_info:hover .pop_info_title{
	display: inline-block;
    right: -92px;
    bottom: 13px;
    max-width: 200px;
    width: 200px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	}
.infobox, .galiojimo_laiko_ispejimas{
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    border: 1px solid #51c3c4;
    background-color: #f0f0f0;
    display: table;
    position: relative;
    color: #333333;
	text-align:left;
    vertical-align: middle;
	}
.infobox p, .galiojimo_laiko_ispejimas p{
	margin:8px 0px;
	box-sizing:border-box;
	padding-right:24px;
	}
.infobox:before, .galiojimo_laiko_ispejimas:before{
    content: "\f05a";
    top: 0px;
    bottom: 0px;
    font-size: 17px;
    padding-right: 17px;
	padding-left: 17px;
    font-family: "Fontawesome";
    color: #51c3c4;
    vertical-align: top;
    display: table-cell;
	padding-top:10px;
	}
.infobox.Info, .infobox.info{
	border: 1px solid #51c3c4;
	}
.infobox.Info:before, .infobox.info:before{
	content: "\f05a";
	color: #51c3c4;
	}
.infobox.Warning, .infobox.warning{
	border: 1px solid #d5c817;
	}
.infobox.Warning:before, .infobox.warning:before{
	content: "\f05a";
	color: #d5c817;
	}
.infobox.Danger, .galiojimo_laiko_ispejimas, .infobox.danger{
	border: 1px solid #d0574f;
	}
.infobox.Danger:before, .galiojimo_laiko_ispejimas:before, .infobox.danger:before{
	content: "\f071";
	color: #d0574f;
	}
.pop_card_cards_holder{
	margin-top:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-bottom:30px;
	}
.pop_card_cards_holder > li{
	display:block;
	width:100%;
	float:left;
	}
.fpart_cl{
	background-color:#f0f0f0;
	font-size:16px;
	padding:10px 20px;
	color:#333333;
	}
.spartct{
	font-size:14px;
	color:#666666;
	padding:5px 20px;
	max-width:550px;
	}
.kaipgaut_table_holder > table{
    border-collapse: collapse;
    /* table-layout: fixed; */
    width: 100% !important;
    float: left;
	}
.mobileonli, .dokumentu_tablemob{
	display:none;
	}
.kaipgaut_table_holder > table > tbody > tr > td{
	border:1px solid #e2e2e2;
	padding:12px 8px;
	vertical-align:top;
	}
.kaipgaut_table_holder > table > tbody > tr > td:first-of-type{
	width:90px;
	font-weight:bold;
	}
.kaipgaut_table_holder > table > tbody > tr > td:not(:first-of-type){
	width:calc(33.333% - 30px);
	}
.kaipgaut_table_holder.mobileonli > table > tbody > tr > td:not(:first-of-type){
	width:calc(100% - 90px);
	}
.kaipgaut_table_holder > table > tbody > tr:first-of-type > td p{
	margin:2px 0px;
	line-height:1;
	}
.kaipgaut_table_holder > table > tbody > tr:not(:first-of-type) > td p{
	margin-top:0px;
	}
.kaipgaut_table_holder > table > tbody > tr > td ul{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	box-sizing:border-box;
	width:100%;
	float:left;
    padding-left: 20px;
	}
.kaipgaut_table_holder > table > tbody > tr > td ul li{
    list-style: none;
	color:#333333;
	font-size: 14px;
	margin-bottom:8px;
	}
.kaipgaut_table_holder > table > tbody > tr > td ul li:before{
    color: #ffffff;
    background-color: #52c6c7;
	font-family:"Fontawesome";
    content: "\f00c";
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -1.8em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: 3px;
	padding-top:2px;
	}
.kaip_add_info{
	padding:20px 20px;
	color:#4ebcbd;
	}
.distoshow{
	display:none;
	}
.dokumentu_table, .galioj_table{
	border-collapse:collapse;
    table-layout: fixed;
    width: 100%;
	margin-bottom:25px;
	}
.galioj_table{
	margin-top:25px;
	margin-bottom:45px;
	}
.dokumentu_table td, .galioj_table td{
	width:33.333%;
	padding:10px 14px;
	vertical-align:top;
	}
.dokumentu_table tr:first-of-type td, .galioj_table tr:first-of-type td{
	padding:0px 14px 10px 14px;
	}
.dokumentu_table tr:last-of-type td, .galioj_table tr:last-of-type td{
	padding:10px 14px 0px 14px;
	}
.dokumentu_table td, .dokumentu_table th, .galioj_table td, .galioj_table th{
    border: 1px solid #f0f0f0;
	}
.dokumentu_table tr:first-child th, .dokumentu_table tr:first-child td, .galioj_table tr:first-child th, .galioj_table tr:first-child td{
    border-top: 0;
	}
.dokumentu_table tr:last-child td, .galioj_table tr:last-child td{
    border-bottom: 0;
	}
.dokumentu_table tr td:first-child, .dokumentu_table tr th:first-child, .galioj_table tr td:first-child, .galioj_table tr th:first-child{
    border-left: 0;
	}
.dokumentu_table tr td:last-child, .dokumentu_table tr th:last-child, .galioj_table tr td:last-child, .galioj_table tr th:last-child{
    border-right: 0;
	}
.dokumentu_table td h4, .galioj_table td h3{
	font-weight:400;
	font-size:22px;
	color:#333333;
	margin-top:10px;
	margin-bottom:2px;
	line-height:1.2;
	}
.dokumentu_table tr:first-of-type td i, .galioj_table tr:first-of-type td i, .dokumentu_table tr:nth-of-type(2n - 1) td i{
	font-size:10px;
	}
.tbl_punktas{
	float:left;
	width:100%;
	}
.tbl_punktas h5{
	margin:0px;
	font-weight:bold;
	box-sizing:border-box;
	padding-left:24px;
	width:100%;
	font-size:14px;
	float:left;
	}
.tbl_punktas h5:before{
    color: #ffffff;
    background-color: #52c6c7;
    font-family: "Fontawesome";
    content: "\f00c";
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -2em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: 2px;
    padding-top: 2px;
	}
.tbl_punktas p{
	font-size:12px;
	}
.tb_add_infobox{
	width:100%;
	float:left;
	box-sizing:border-box;
    border: 1px solid #52c6c7;
	padding:10px 10px;	
    background-color: #f0f0f0;
    word-break: break-word;
	}
.tb_add_infobox p{
	margin:0px;	
	font-size:14px;
	line-height:1.2;
	}
.tb_add_infobox p:first-of-type strong{
	margin-bottom:5px;
	}
.tb_add_infobox ul{
	padding-left:13px;
	margin:4px 0px;
	}
.tb_add_infobox ul li{
	list-style: none; 
	margin:3px 0px;
	font-size:14px;
	line-height:1.1;
	}
.tb_add_infobox ul li::before{
    color: #52c6c7;
    content: "\2022";
    font-size: 1.2em;
    line-height: 5px;
    display: inline-block;
    width: 1.1em;
    margin-left: -1.1em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
	}
.abitshorter{
	box-sizing:border-box;
	padding:0px 30px;
	}
.patvirt_one:last-of-type:not(:first-of-type){
	border-left: 1px solid #f0f0f0;
	box-sizing:border-box;
	}
.patvirt_one:last-of-type:first-of-type{
	display:inline-block;
	float:none;
	}
.patvirt_one h3, .aprash_box{
	width:auto;
	display:inline-block;
	padding-left:25px;
	box-sizing:border-box;
	}
.patvirt_one h3:before, .galiojimolaiko_apr ul li:before, .aprash_box:before{
    color: #ffffff;
    background-color: #52c6c7;
    font-family: "Fontawesome";
    content: "\f00c";
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -2em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: 3px;
    padding-top: 2px;
	}
.patvirt_box{
	margin-bottom:24px;
	text-align:center;
	}
.galiojimolaiko_apr ul{
	text-align:left;
	padding-left:24px;
	box-sizing:border-box;
	max-width:240px;
	display:inline-block;
	margin-top:0px;
	}
.galiojimolaiko_apr ul li{
	display:block;
	}
.galiojimolaiko_apr p{
	margin-top:0px;
	}
.kaina_hfb{
	display:inline-block;
	width:53px;
	height:53px;
	border-radius:50%;
	font-weight:bold;
	font-size:26px;
	text-align:center;
	line-height:53px;
	color:#282828;
	margin-bottom:13px;
	background-color:#4ebcbd;
	box-shadow:3px 3px 0px #287b7c;
	}
.kainos_holder h3{
	font-weight:400;
	font-size:22px;
	color:#333333;	
	}
.galioj_tablemob{
	display:none;
	}
.centerin1{
	text-align:center;
	}
.centerin.left{
	display:inline-block;
	float:none;
	}
.pop_footer{
	padding-top:15px;
	}
.kainos_holder > .half{
	box-sizing:border-box;
	padding:0px 25px;
	margin-bottom:32px;
	}
.kainos_holder > .half:nth-of-type(2n - 1){
	border-right: 1px solid #f0f0f0;
	}
.band_top_line{
	background-color:#52c6c7;
	padding-top:30px;
	padding-bottom:20px;
	}
.bendicon{
	display:inline-block;
	min-width:320px;
	}
.band_top_line h3{
	display:block;
	width:100%;
	float:left;
	margin:10px 0px;
	}
.somepadd{
	padding-top:20px;
	padding-bottom:13px;
	border-bottom:1px solid #f0f0f0;
	}
.all_one_vbend{
	border-bottom:1px solid #f0f0f0;
	padding:20px 25px;
	}
.all_one_vbend > h3{
	margin:0px;
	font-weight:400;
	color:#333333;
	font-size:22px;
	}
.all_one_vbend > a{
	text-transform:uppercase;
	fontsize:16px;
	font-weight:bold;
	}
.bend_list_hold{
	margin-bottom:25px;
	}
.all_one_vbend .sidetexttt{
	display:none;
	}
.section.app_first{
	background-color:#51c3c4;
	}
.imagerelative > img{
	float:left;
	margin-top:-75px;
	}
.infobox_apptop{
	width:calc(100% - 380px);
	}
.infobox_apptop h2{
	font-weight:bold;
	font-size:38px;
	color:#feef1c;
	margin:22px 0px;
	}
.infobox_apptop ul, .ftext_pp ul, .stext_pp ol{
    padding-left: 20px;
	}
 .stext_pp ol{
	 counter-reset: li;
	 list-style: none;
	 }
.infobox_apptop ul li, .ftext_pp ul li, .stext_pp ol li{
	font-size:16px;
	list-style: none;
	}
.stext_pp ol li{
	counter-increment: li;
	}
.infobox_apptop ul li::before{
    color: #feef1c;
    content: "\2022";
    font-size: 2em;
    line-height: 15px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
	}
.stext_pp ol li::before{
    color: #333333;
    background-color: #feef1c;
    content: counter(li);
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -1.8em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: 3px;
    padding-top: 2px;
	}
.ftext_pp ul li::before{
    color: #51c3c4;
    content: "\2022";
    font-size: 2em;
    line-height: 15px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: middle;
	}
.content h2{
	font-weight:400;
	font-size:32px;
	margin:45px 0px 14px 0px;
	}
.app_second *{
	text-align:center;
	}
.app_second img{
	margin:6px;
	}
.app_third h2{
	text-align:center;
	}
.app_third h3{
	font-weight:400;
	font-size:22px;
	margin:12px 0px 12px 0px;
	}
.fimg_pp img{
	margin-top:20px;
	}
.app_fourth{
	background-color:#f0f0f0;
	}
.app_fourth *{
	text-align:center;
	}
.simg_pp img{
	float:right;
	}
.ftext_pp, .simg_pp{
	padding-right:25px;
	box-sizing:border-box;
	}
.stext_pp, .fimg_pp{
	padding-left:25px;
	box-sizing:border-box;
	}
.page-template-template-app .section.divider3{
    background-color: #f0f0f0;	
	}
.sociallink{
	color:#fff;
	font-size:22px;
	margin-right:12px;
	}
.fstep{
	margin-top:20px;
	}
.unfilled{
	box-sizing:border-box !important;
	border:1px solid #900 !important;
	}
.alertt{
    color: #900;
    margin-top: 15px;
	display:none;
    font-size: 16px;
	}
.selectedcard{
	display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 18px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    background-color: #f0f0f0;
	margin-bottom:23px;
	}
.selectedcard .kaina {
    color: #333333;
    font-size: 14px;
	}
.sstepm{
	margin-bottom:23px;
	}
.imagecanhol{
	width:300px;
	}
.imagecanhol2{
	display:inline-block;
	}
.previewcard h3{
	font-weight:400;
	font-size:22px;
	color:#999999;
	margin:15px 0px 10px 0px;
	}
.redaguoti{
    font-size: 16px;
    margin-top: 31px;
    margin-right: 18px;
    font-weight: bold;
	}
.sliders{
	background-image:url('img/slback2.png');
	background-position:bottom center;
	height:610px;
    background-size: auto 100%;
	position:relative;
	overflow:hidden;
	}
.sliders.dasimg{
	background-position:center center;
	height:610px;
    background-size: cover;
	position:relative;
	overflow:hidden;
	}
.thebgimgbg{
	position:absolute;
	bottom:0px;
	background-position:bottom center;
	background-image:url('img/mob_part2.png?v=1');
	left:0px;
	right:0px;
	background-size: auto 100%;
	top:0px;
	z-index:2;
	}
.posoverer{
	position:relative;
	z-index:3;
	}
.sliders_mobile{
	background-position:center center;
	height:535px;
    background-size: cover;
	position:relative;
	overflow:hidden;
	}
.slick-dots{
    display: block;
    padding: 0px;
    margin: 0px auto 10px auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    text-align: center;	
	}
.slick-dots li{
	display:inline-block;
	margin:5px;
	}
.slick-dots li button{
	cursor:pointer;
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#fff;
	color:transparent;
	font-size:8px;
	transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
	}
.slick-dots li.slick-active button{
	background-color:#52c6c7;
	}
.imgga{
    z-index: -1;
    position: absolute;
    bottom: 121px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: rotate(18deg);
    height: 48%;
    width: auto;
    padding-left: 241px;
	}
.imgga2{
    z-index: 1;
    position: absolute;
    bottom: 71px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: rotate(18deg);
    height: 48%;
    width: auto;
    padding-right: 11px;
	}
.posoverer .slidetextholder{
	vertical-align:top;
	padding-top:20px;
	}
.sliders_mobile .posoverer .slidetextholder h2 p span, .sliders_mobile .posoverer .slidetextholder > p{
	color:#333333 !important;
	}
.posoverer .the_btn{

	}
.slidetextholder{
	width:40%;
	height:100%;
	vertical-align:middle;
	display:table-cell;
	}
.slidetextholder.widrr{
	width:100%;
	}
.slidetextholder h2{
    color: #333333;
    font-size: 62px;
    font-weight: 400;
    line-height: 0.9;
    margin: 15px 0px;
	}
.slidetextholder.widrr h2{
	/*text-shadow:0 0 10px rgba(0, 0, 0, 0.5);*/
	}
.slidetextholder.widrr h2 p:after{
	/*content: '\a';
    white-space: pre;
	display:block;*/
	}
.sliders_mobile .slidetextholder h2{
	color:#fff;
	line-height: 1.2;
	text-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	font-size:52px;
	}
.sliders_mobile .slidetextholder h2 p{
	margin:0px;
	}
.sliders_mobile .slidetextholder{
	width:100%;
	}
.section:not(.sliders_mobile) .slidetextholder h2 p{
	margin:0px;
	}
.section:not(.sliders_mobile) .slidetextholder h2 p span{
	background-color: #feef1c;
	box-sizing: border-box;
    padding: 10px;
	font-weight: 400;
	display:inline-block;
	margin:0px;
	}
.slidetextholder > p{
	color:#666666;
	font-size:16px;
	}
.sliders_mobile .slidetextholder > p{
	color:#fff;
	text-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	font-size:16px;
	}
.slidetextholder.widrr > p{
	text-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	color:#fff;
	}
.sliders_mobile .slidetextholder h2 p span{
	background-color:transparent !important;
	}
.tableblock{
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
	}
.h100{
	height:100%;
	}
.w60{
	width:60%;
	height:100%;
	display:table-cell;
	}
.w40{
	width:40%;
	height:100%;
	display:table-cell;
	}
.single_filter i{
	color:#4ebcbd;
	}
.filter_card{
	margin:0px 50px 0px 3px;
	border:none;
	background:none;
	}
  #mobilemenubutton img{
	fill: #333333;
	fill-rule: evenodd;
	height:34px;
	width:auto;
  }
  #mobilemenubutton:hover img {
	fill: #52c6c7;
	fill-rule: evenodd;
  }
.imageholder img{
	opacity:0;
	}
.imageholder{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	}
.mobiletabb{
	display:none;
	width:100%;
	float:left;
    background-color:#4ebcbd;
	border-bottom: 1px solid #46afb0;
	box-sizing:border-box;
	padding:16px 20px;
	}
.mobiletabb:hover, .mobiletabb.active{
    background-color:#287b7c;
	border-bottom: 1px solid #287b7c;	
	}
.mobiletabb h4{
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    display: block;
    float: left;
    margin: 5px 20px;
	}
.mobiletabb i{
	color: #333333;
	}
.mobiletabb:hover h4, .mobiletabb.active h4, .mobiletabb:hover i, .mobiletabb.active i{
	color:#fff;
	}
.mobiletabb img, .mobiletabb i{
	float:left;
	}
.mobiletabb.active .fa-angle-down:before{
	content:"\f106";
	}
.mobiletabb i{	
	margin-top: 4px;
    font-size: 20px;
	}
.map_half{
	padding:0px 15px;
	box-sizing: border-box;
	}
.one_kon_cty > button{
	box-sizing:border-box;
	cursor:pointer;
	width:100%;
	float:left;
	font-weight: 400;
    color: #333333;
    font-size: 14px;
	padding:8px 20px;
    background-color: #4ebcbd;
	border:none;
	text-align:left;
	}
.one_kon_cty:not(:last-of-type) > button{
	border-bottom: 1px solid #46afb0;
	}
.one_kon_cty > button:hover, .one_kon_cty > button.active{
	border-color:#287b7c;
	background-color:#287b7c;
	color:#fff;
	}
.kontheinfoz{
	display:none;
	}
.single_kontheinfoz{
	padding:10px;
	}
.single_kontheinfoz:not(:last-of-type){
	border-bottom: 1px solid #aaaaaa;
	}
.markermap{
	padding:0px;
	margin:0px 10px 0px 0px;
	cursor:pointer;
	background:none;
	border:none;
	color: #4ebcbd;
    font-size: 16px;
	}
.markermap:hover, .markermap.active{
	color:#287b7c;
	}
.margdb{
	margin-bottom:7px;
	}
#map{
	height:400px;
	margin-bottom:15px;
	}
.margdb strong{
	cursor:pointer;
	}
.speciala{
	font-size:14px;
	color:#feef1c;
	border-bottom:2px solid #feef1c;
	display:inline-block;
	padding:2px 0px;
	}
.speciala:hover{
	text-decoration:none;
	color:#51c3c4;
	border-color:#51c3c4;
	}
.obsel{
	position:absolute;
	display:inline-block;
	background-color:#287b7c;
	padding:4px 6px;
	color:#fff;
	font-size:12px;
	right:0px;
	bottom: 0px;
	}
.one_new_box.blurdis{
	opacity:0.5;
	}
.one_new_box.third .one_new_text{
	min-height:180px;
	}
.mailster-wrapper.mailster-submit-wrapper.form-submit{
	margin-top:15px;
	}
.one_new_box.third.miestas .one_new_text{
	min-height:35px;
	}
.sidecont .one_new_box.third.miestas .one_new_text.noheig{
	height:35px;
	}
.one_new_box.miestas .one_new_text h3{
	font-size:14px;
	}
.avia_paieska{
	width:100%;
	float:left;
	box-sizing:border-box;
	background-color:#4ebcbd;
	padding:20px;
	}
.avia_paieska > h3{
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-top:0px;
	margin-bottom:5px;
	}
.avia_paieska .form_area.cf, .avia_paieska .field_block, .avia_paieska .field_input, .avia_paieska .field_input label{
	width:100%;
	float:left;
	box-sizing:border-box;
	}
.avia_paieska label{
	font-size:12px;
	font-weight:400;
	color:#333333;
	margin:2px 0px;
	display:block;
	}
.avia_paieska input:not([type="checkbox"]){
	width:100%;
	float:left;
	box-sizing:border-box;
	background-color:#fff;
	}
.avia_paieska select{
    cursor: auto;
    padding: 3px;
    padding-left: 9px;
    font-size: 14px;
    line-height: 1.2;
    height: 46px;
    width: 100%;
    background-color: #fff;
    border-radius: 1px;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #000;
    font-weight: normal;
    box-shadow: inset 0 2px 3px 1px rgba(128,128,128,0.1);
	}
.avia_paieska #passengerContainer select{
	height: 36px;
	}
.avia_paieska .dropdown button {
    font-size: 14px;
    display: block;
    padding: 6px 10px 7px 9px;
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
    border: 1px solid #c2c2c2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    background-color: white;
    color: #000;
    line-height: 23px;
    height: 46px;
    text-align: left;
	}
.avia_paieska .passengers .dropdown {
    position: relative;
	}
.avia_paieska .passengers .dropdown-content li div {
    display: block;
	}
.avia_paieska .passengers .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    list-style-type: none;
    width: 100%;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    height: auto;
    z-index: 2;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	}
.avia_paieska .passengers .show {
	display:block;
	}
.avia_paieska .avia_paieska_way_type_container label{
	width:auto;
	}
.avia_paieska select{
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;
	}

.avia_paieska .dates_and_passengers .date_entry input:disabled {
    background-color: #eee;
    cursor: default;
	}
.avia_paieska .dates_and_passengers .date_entry input {
    cursor: pointer;
	}
.avia_paieska .dates_and_passengers #ui-datepicker-div.ui-datepicker {
    z-index: 1000 !important;
	}
ul.ui-autocomplete>li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
	}
.ui-autocomplete.ui-menu .ui-menu-item a{
    line-height: 30px;
    font-weight: normal;
	}
.ui-menu .ui-menu-item a{
	    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
	}
.avia_paieska .dates_and_passengers .return_date .avia_paieska_way_type_container .way_type_checkbox{
    display: none;
	}

.avia_paieska .dates_and_passengers .return_date .avia_paieska_way_type_container .way_type_label {
    background-image: url('img/searchformcheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 18px;
    height: 13px;
    display: inline-block;
    line-height: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 5px;
	}
.avia_paieska .dates_and_passengers .return_date .avia_paieska_way_type_container .way_type_label.way_type_checked {
    background-position: 0 -13px;
	}
.avia_paieska .passengers {
    display: inline-block;
    position: relative;
	}
.avia_paieska .passengers .dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    float: right;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 9px;
	}
.ui-autocomplete{
    z-index: 8;
	}
.pop_footer{
	position:relative;
	}
.forfore{
	display:none;
	}
.scrolltabdown{
	color: #fff;
    width: 66px;
    height: 33px;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    line-height: 33px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: -33px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-color: #4ebcbd;
	border:none;
	cursor:pointer;
	z-index:7;
	padding:0px;
	}
.scrolltabdown.thisended{
	display:none;
	}
.search_button{
	margin-top:15px;
	}
.search_button .the_btn{
	box-sizing:border-box;
	width:100%;
	text-align: center;
	}
#otherint{
	display:none;
	}
.todropdown{
	display:none;
	}
.tblcl{
	display:table-cell;
	}
.acc_box > button span{
	display:table-cell;
	}
.menu-mobile-container li:not(.menu-item-has-children) > button{
	display:none;
	}
.slick-slider > .slick-list{
	width:100%;
	float:left;
	overflow:hidden;
	padding-bottom: 20px;
	}
.slick-slider.mainslider > .slick-list, .slick-slider.mobslider > .slick-list{
	padding-bottom:0px;
	}
.mainslider.loading, .mobslider.loading{
	display:none;
	}
.slick-slider{
	position:relative;
	}
.slick-arrow{
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: absolute;
    top: calc(50% - 30px);
    font-size: 60px;
    color: #cccccc;
    height: 60px;
    line-height: 60px;
	transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
	}
.slick-arrow:hover{
    color:#4ebcbd;	
	}
#clprev{
	left:-30px;
	}
#clnext{
	right:-30px;
	}
.addrowhide, .negauniblokas{
	display:none;
	}
.selectedcard.marbottbor{
	margin-bottom:0px;
	border-bottom:1px solid #e1e1e1;
	}
.totalcost{
	font-size:14px;	
	margin-bottom:33px;
	}
.totalcost strong{
	font-size:22px;	
	font-weight:400;
	}
.bankulb{
	background-color: #f0f0f0;
	padding:20px;
	box-sizing:border-box;
	}
.bankulb h3{
	margin-top:0px;
	font-size:22px;
	margin-bottom:5px;
	font-weight:400;
	}
.bankul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	text-align:center;
	}
.bankul li{
	display:inline-block;
	width:150px;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
	}
.bankul li img{
	max-width:140px;
	height:auto;
	vertical-align:middle;
	max-height:60px;
	width:auto;
	}
.bankul li label{
	display:inline-block;
	box-sizing:border-box;
	padding:5px;
	border:1px solid transparent;
	cursor:pointer;
	}
.bankul li input{
	z-index:-1;
	opacity:transparent;
	position:absolute;
	left:-9999999px;
	}
input[type="radio"]:checked + label {
	border:1px solid #287b7c;
	}
#coupon{
	box-sizing:border-box;
	padding:12px 17px;
	border:1px solid #f4f8f8;
	background-color:#f4f8f8;
	width:220px;
	height:50px;
	margin-right:9px;
	}
#checkcoupon{
	height:50px;
	padding:12px 20px;
	color:#333333;
	font-size:14px;
	cursor:pointer;
	border:2px solid #feef1c;
	background:#ffffff;
	}
#checkcoupon:hover{
	background:#feef1c;
	}
.messagesz{
	margin-bottom:15px;
	}
.mobsearchlist form{
	display:block;
	width:100%;
	float:left;
	margin-top:10px;
	}
.menu-mobile-container li.mobsearchlist{
	padding-bottom:10px;
	}
.mobsearchlist form button{
	float:right;
	cursor:pointer;
	background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #fff;
    padding-right: 12px;
	}
.mobsearchlist form div{
	overflow:hidden;
	box-sizing:border-box;
	padding:0px 10px;
	}
.mobsearchlist form div input{
	box-sizing:border-box;
	width:100%;
	float:left;
	padding:9px 16px;
	}
.lngswitch{
	margin-top:20px;
	position:relative;
	margin-left:12px;
	}
.lngswitch ul{
	padding:0px;
	margin:0px;
	position:absolute;
	top:100%;
	left:0px;
	box-shadow:0px 2px 4px rgba(0, 0, 0, 0.5);
	display:none;
	}
.lngswitch ul li{
	width:100%;
	float:left;
	display:block;
	}
.lngswitch button{
	padding: 1px 6px;
	border:0px;
	margin:0px;
	font-size:14px;
	color:#4ebcbd;
	background:none;
	cursor:pointer;
	}
.lngswitch ul li a{
	width:100%;
	box-sizing:border-box;
	float:left;
	display:block;
	padding: 2px 6px;
	background-color:#4ebcbd;
	color:#fff;
	font-size:14px;
	}
.lngswitch ul li a:hover{
	text-decoration:none;
	background-color:#fff;
	color:#4ebcbd;
	}
.widonmobile{
	position:relative;
	}
#flipimage{
	position:absolute;
	top:180px;
	left:10px;
	cursor:pointer;
	z-index:5;
	border:none;
	background-color:rgba(255, 255, 255, 0.5);
	padding:0px;
	margin:0px;
	}
.helperimage{
	opacity:0;
	width:56%;
	}
.pastabb{
	position:relative;
	}
.pastabb i{
	font-size:16px;
	margin-left:5px;
	color:#c7bc19;
	cursor:help;
	}
.pastabb span{
	display:none;
	position:absolute;
	font-size:14px;
	color:#fff;
	box-sizing:border-box;
	padding:5px 10px;
	border-radius:2px;
	bottom:25px;
	left:-20px;
	width:185px;
	background-color:#287b7c;
	font-weight:400;
	font-style:italic;
	}
.pastabb:hover span{
	display:inline-block;
	z-index:1;
	}
.pastabb span:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 0px;
    height: 0px;
    border-left: 10px solid #287b7c;
    border-top: 0px solid #287b7c;
    border-bottom: 10px solid transparent;
    border-right: 0px solid transparent;
	}
.bot_hea_row{
    clear: right;	
	}
.form-group select.dts{
	width:calc(33% - 10px);
	margin-right:10px;
    height: 49px;
	float:left;
	}
.form-group select.dts:last-of-type{
	margin-right:0px;
	float:right;
	}
.form-group select.dts:nth-of-type(2){
	width:33%;
	}

.mailster-form-4, .mailster-form-4 .input, .mailster-form-4 .mailster-form-info {
	width: 100%;
	box-sizing: border-box;
}
.mailster-form-4 .mailster-a-esu-wrapper{width: 100%;float: left;}
.mailster-form-4 .mailster-a-esu-wrapper select.input{background: none;border: none;color: #51c3c4;font-weight: 400;width:auto;font-size: 14px;}
.mailster-form-4 .mailster-firstname-wrapper{padding: 0px 3px; width: 50%; box-sizing: border-box;float:left;}
.mailster-form-4 .mailster-email-wrapper{padding: 0px 3px; width: 50%; box-sizing: border-box;float:left;}
.mailster-form-4 .mailster-submit-wrapper{box-sizing: border-box; padding: 0px 3px;}
.mailster-form-4 .mailster-submit-wrapper .submit-button{cursor: pointer; border-top: 0px; border-left: 0px; font-weight: bold; font-size: 16px; color: #333333; padding: 12px 20px; background-color: #feef1c; border-right: 4px solid #d5c817; border-bottom: 4px solid #a89e0b; display: inline-block;transition: 300ms ease-in-out; -ms-transition: 300ms ease-in-out; -webkit-transition: 300ms ease-in-out; -moz-transition: 300ms ease-in-out; -o-transition: 300ms ease-in-out;}
.mailster-form-4 .mailster-submit-wrapper .submit-button:hover{color: #333333; background-color: #e6d81a; text-decoration: none;}
.mailster-form-4 .mailster-email-wrapper input.input{width: 100%; box-sizing: border-box; padding: 13px 5px; border: none; background-color: #f4f8f8; margin: 8px 0px;}
.mailster-form-4 .mailster-firstname-wrapper input.input{width: 100%; box-sizing: border-box; padding: 13px 5px; border: none; background-color: #f4f8f8; margin: 8px 0px;}
.mailster-form-4 span.mailster-required{font-size: 120%;font-weight: 700;color: #bf4d4d;}
.mailster-form-4 .mailster-form-description {
	height: 0;
	border-radius: 2px;
	padding: 5px;
	margin-bottom: 4px;
	color: #fff;
	padding: 9px 16px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.mailster-form-4 .mailster-form-description.error,
.mailster-form-4 .mailster-form-description.success {
	display: block;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.mailster-form-4 .mailster-form-description.error{background: #bf4d4d;}
.mailster-form-4 .mailster-form-description.success{background-color: #6fbf4d;text-align: center;}

@media screen and (min-width: 1025px) {
	#onesignal-popover-container > #onesignal-popover-dialog.onesignal-popover-dialog {
		margin: 5px;
	}
}

.post-template-default .container.content table.wp-block-table.is-style-regular.isic-compare-table tr td {
    background-color: #caf2ef;
}
.post-template-default .container.content table.wp-block-table.is-style-regular tr:first-child td {
    background-color: #53beb5;
}
.post-template-default .container.content table.wp-block-table.is-style-regular.isic-compare-table tr td:first-child {
    background-color: #53beb5;
}
.post-template-default .container.content table.wp-block-table.is-style-regular {
    border-collapse: collapse;
    border-spacing: 0;
}
.post-template-default .container.content table.wp-block-table.is-style-regular td {
    border: 1px solid #000;
    padding: 5px 8px;
}

@media screen and (max-width: 768px) {
	.post-template-default .container.content table.wp-block-table.is-style-regular td {
		border: 1px solid #000;
		padding: 2px 4px;
	}
}