/* SHAPE.LT */
/* KOPIJUOTI DRAUDŽIAMA */
@font-face {font-family: poppins-bold; src: url(/assets/fonts/Poppins-Bold.otf);} /* MID */
@font-face {font-family: poppins-semi-bold; src: url(/assets/fonts/Poppins-SemiBold.otf);} /* REGULAR */
@font-face {font-family: poppins-regular; src: url(/assets/fonts/Poppins-Regular.otf);} /* LIGHT */
@font-face {font-family: poppins-light; src: url(/assets/fonts/Poppins-Light.otf);} /* LIGHT */

@font-face {font-family: raleway-extra-bold; src: url(/assets/fonts/Raleway-ExtraBold.ttf);} /* MID */
@font-face {font-family: raleway-semi-bold; src: url(/assets/fonts/Raleway-SemiBold.ttf);} /* MID */
@font-face {font-family: raleway-bold; src: url(/assets/fonts/Raleway-Bold.ttf);} /* MID */
@font-face {font-family: raleway-medium; src: url(/assets/fonts/Raleway-Medium.ttf);} /* LIGHT */
@font-face {font-family: raleway-regular; src: url(/assets/fonts/Raleway-Regular.ttf);} /* LIGHT */

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

* {font-family: 'raleway-regular', sans-serif;}

html {
	overflow-x: hidden;
}

body {
	background:#fafafa;
	width: 100%;
	overflow-x: hidden;
}

div {
	box-sizing: border-box;
}

i {font-style: normal; font-family: 'raleway-regular';}
h1 i {font-style: normal; font-family: 'raleway-medium';}
h2 i {font-style: normal; font-family: 'raleway-medium';}
h3 i {font-style: normal; font-family: 'raleway-medium';}

a, p, h1,h2,h3,h4,h5,h6,h7,span,b, li, ul, div,strong {font-family: 'raleway-regular', sans-serif;}
a, p, span, b, li, ul, strong, fa {font-size: 12pt;}
h1 {font-size: 23pt; font-family: 'raleway-medium'; margin:0; margin-bottom: 20px; margin-top: 10px;}
h2 {font-size: 19pt; font-family: 'raleway-medium'; margin:0; margin-bottom: 15px; margin-top: 10px;}
h3 {font-size: 15pt; font-family: 'raleway-medium'; margin:0; margin-bottom: 10px; margin-top: 10px;}

.no-margin {
	margin:0;
}
.no-padding {
	padding:0;
}


/* WEB SETTINGAI */
.container {
	width: 100%;
	max-width: 1150px;
	overflow: hidden;
}

*:not(strong) {
	font-weight: 400;
}

a {
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

ul {
	padding:0; margin:0;
}

li {
	list-style: none;
}

select, textarea, input, button {
	outline: none !important;
	border: none !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/* SHAPE.LT */
#main-menu {
	background-color: #fff;
	/* 	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1); */
	width: calc(100% + 30px);
	margin-left: -15px;
}

.header-holder {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 90px;
}

.header-logo {
	width: 100%;
	max-width: 220px;
	position: relative;
	float: left;
	text-decoration: none !important;
}

.logo-main-text {
	color: #1c2936 !important;
	font-size: 32pt;
	font-family: 'raleway-extra-bold';
	line-height: 90px;
	text-decoration: none !important;
}

.logo-end-text {
	color: #0091ff !important;
	font-size: 32pt;
	font-family: 'raleway-extra-bold';
	transition: all 0.2s;
	text-decoration: none !important;
}

.header-logo:hover .logo-end-text {
	color: #24a1ff !important;
	
}

.header-logo:hover {
	cursor: pointer;
}

.header-menu {
	width: calc(100% - 220px);
	height: 90px;
	position: relative;
	float: left;
	padding-top: 3px;
}

.menu-items {
	display: block;
	position: relative;
	width: 100%;
	float: left;
}

.menu-item {
	display: block;
	float: right;
	margin-left: 40px;
	position: relative;
}

.menu-link {
	font-size: 16pt;
	line-height: 87px;
	height: 90px;
	font-family: 'raleway-medium';
	color:#262626 !important;
	text-decoration: none !important;
}

.menu-hover-dash {
	display: block;
	width: 20px;
	left:0;
	position: absolute;
	height: 0px;
	background-color: #0091ff;
	top:65px;
	transition: width 0.75s;
}

.menu-link:hover + .menu-hover-dash {
	width: 100%;
	height: 2px;
}

.menu-phone {
	margin-left: 50px;
}

.phone-link {
	transition:all 0.1s;
	border:3px solid #0091ff;
	border-radius: 15px;
	padding:8px 15px;
	font-family: 'raleway-semi-bold';
	padding-left: 43px;
}

.phone-link:hover {
	color:#000000 !important;
	border:3px solid #1298ff;
	background-color: #f4faff;
}

.phone-link:hover .phone-arrow {
	border-right:12px solid #1298ff;
	transition:all 0.1s;
}

.menu-phone-icon {
	position: absolute;
	margin-top: 32px;
	font-size: 20pt;
	margin-left: -27px;
}

.phone-arrow {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	border-right:12px solid #0091ff;
	position: absolute;
	margin-top: -30px;
	transform: rotate(-38deg);
	margin-left: -5.5px;
	transition:all 0.1s;
}

/* MOBILE MENU */
.mobile-menu-icon {
	display: block;
	min-width: 33px;
	height: auto;
	
}

.mobile-menu-ico-stripe {
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: #3f3f3f;
	transition:all 0.5s;
}

.mobile-menu-toggle:hover .mobile-menu-ico-stripe {
	background-color: #0091ff !important;
}

.mobile-menu-ico-stripe:nth-child(1), .mobile-menu-ico-stripe:nth-child(2) {
	margin-bottom: 5px;
}

.mobile-menu-toggle {
	display: none;
	margin-left: 0 !important;
	width: 100%;
	padding-left: calc(100% - 33px);
}

.mobile-header-menu {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.mobile-menu-items {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
}

.mobile-menu-item {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px dashed #dedede;
}

.mobile-menu-link {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	line-height: 60px;
	font-family: 'raleway-medium';
	font-size: 15pt;
	text-align: right;
	padding-right: 30px;
}

.mobile-phone-link {
	font-size: 20pt;
	font-family: 'raleway-bold';
	color:#262626 !important;
	padding-bottom: 14px;
}

.mobile-phone-link-details {
	font-size: 10pt;
	display: block;
	position: absolute;
	right: 31px;
	bottom: 9px;
	color: #0091ff;
	font-family: 'raleway-bold';
}

.mobile-menu-item:last-child {
	border-bottom: none;
}
.mobile-menu-item:first-child {
	border-top: 1px dashed #dedede;
}





/* HOME / INTRO / SKAICIUOKLE */
.home-intro-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #1e2e3d;
/* 	background-color: #484741; */
	color:#fff;
	background-image: url('/img/fbg1.jpg');
	background-size: cover;
	background-position: 100% 70%;
	background-repeat: no-repeat;
}

.form-main-title, .form-main-title i {
	font-family: 'raleway-bold';
	font-size: 39pt;
	line-height: 35pt;
	color:#fff;
	text-transform: uppercase;
}

.form-main-title i {
	font-size: 33pt;
}

.form-info-holder {
	display: block;
	width: 100%;
	position: relative;
	float: left;
}

.form-info-holder.form-text {
	padding-left: 25px;
}

.form-second-title {
	font-family: 'raleway-bold';
	font-size: 19pt;
	text-transform: uppercase;
	display: block;
	float: left;
	color:#fff;
	width: 100%;
	position: relative;
}

.form-text-item {
	font-family: 'raleway-semi-bold';
	font-size: 15.5pt;
	text-transform: none;
	display: block;
	float: left;
	color:#fff;
	width: 100%;
	position: relative;
	padding-left: 18px;
	line-height: 30px;
}

.form-text-item:before {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #35a8ff;
	border-radius: 15px;
	content: ' ';
	top:10px;
	left: 0px;
}

.form-text-item-large:first-child {
	margin-top: 10px;	
}

.form-text-item-large {
	font-family: 'raleway-medium';
	font-size: 15.5pt;
	text-transform: none;
	display: block;
	float: left;
	color:#fff;
	width: 100%;
	position: relative;
	padding-left: 2px;
	line-height: 30px;
}

.form-text-item-large i {
	color:#35a8ff;
}

.form-info-button {
	display: block;
	float: left;
	position: relative;
	padding: 9px 13px;
	color:#fff !important;
	text-decoration: none !important;
	outline: none !important;
	font-family: 'raleway-semi-bold';
	font-size: 13pt;
	background-color: #35a8ff;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 15px;
}

.form-info-button:hover {
	background-color: #35a8ff;
}

.form-info-button-contact {
	display: block;
	float: left;
	position: relative;
	padding: 9px 13px;
	color:#fff !important;
	text-decoration: none !important;
	outline: none !important;
	font-family: 'raleway-semi-bold';
	font-size: 13pt;
	background-color: #35a8ff;
	border-radius: 5px;
	margin-top: 20px;
}

.form-info-button-contact:hover {
	background-color: #0d97ff;
}

.form-holder {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	min-height: 445px;
	background-color: rgba(27, 44, 61, 0.4);
/* 	border-radius: 7px; */
	border-radius: 0px;
	padding:30px 35px;
}

.form-inner-title {
	font-family: 'raleway-semi-bold';
	font-size: 23pt;
	line-height: 27pt;
	color:#fff;
	display: block;
	float: left;
	width: 100%;
}

.form-inner-title-mobile-add {
	display: none;
	font-size: 21pt;
	line-height: 21pt;
	margin-bottom: 8px;
}

.form-inner-sub-title {
	font-family: 'raleway-semi-bold';
	font-size: 13pt;
	color:#5ebaff;
	display: block;
	float: left;
	width: 100%;
	padding-left: 1px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.form-field-holder {
	margin-top: 15px;
	width: 50%;
	position: relative;
	display: block;
	float: left;
}

.form-field-holder:nth-child(odd) {
	padding-left: 15px;
}

.form-field-holder:nth-child(even) {
	padding-right: 15px;
}

.form-label {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	font-size: 13pt;
	font-family: 'raleway-medium';
	margin-bottom: 1px;
}

.form-label i {
	font-size: 13pt;
	font-family: 'raleway-medium';
	color:#35a8ff;
}

.form-select {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12pt;
	position: relative;
	display: block;
	float: left;
	color:#767676;
	font-family: 'raleway-regular';
}

.form-submit-button {
	display: block;
	float: left;
	position: relative;
	padding: 9px 13px;
	color:#fff !important;
	text-decoration: none !important;
	outline: none !important;
	font-family: 'raleway-semi-bold';
	font-size: 13pt;
	background-color: #35a8ff;
	border-radius: 5px;
	margin-top: 19px;
	margin-right: 15px;
	cursor: pointer;
}

.form-submit-button:hover {
	background-color: #0292ff;
	cursor: pointer;
}

.form2-submit-button {
	display: block;
	float: none;
	position: relative;
	padding: 11px 13px;
	color:#fff !important;
	text-decoration: none !important;
	outline: none !important;
	font-family: 'raleway-medium';
	font-size: 11pt;
	background-color: #464646;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 15px;
	cursor: pointer;
	max-width: 185px;
	margin-left: auto;
	margin-right: auto;
}

.form2-submit-button:hover {
	background-color: #5f5f5f;
	cursor: pointer;
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: 33px;
    height: 38px;
    outline: none !important;
    background-color: #fff !important;
}

.form-select-arrow {
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent; 
	border-right:7px solid #bbbbbb;
	position: absolute;
	transition:all 0.1s;
	transform: rotate(270deg);
	left:15px;
	bottom:13px;
}

.form-field-holder:nth-child(odd) .form-select-arrow {
	left:30px;
}

/* FORM SECOND PAGE */
.skaiciuokle-2nd-section {
	padding-top: 20px;
	padding-bottom: 40px;
}

.form2-details-col {
	background-color: #fff;
	margin:0 auto;
	border-radius: 10px;
	padding:30px 25px;
	padding-top: 20px;
}

.f_details_holder {
	
}

.form2-title {
	font-size: 21pt;
	font-family: 'raleway-medium';
	text-align: center;
	color:#000;
}

.form2-title2 {
	font-size: 13pt;
	font-family: 'raleway-medium';
	text-align: center;
	margin-top: 25px;
	display: block;
	width: 100%;
	position: relative;
	float: left;
	color:#000000;
}

.field-title2 {
	font-size: 11pt;
	font-family: 'raleway-medium';
	text-align: center;
	margin-top: 15px;
	display: block;
	width: 100%;
	position: relative;
	float: left;
	color:#000000;
	margin-bottom: 0;
}

.field-title3 {
	font-size: 10pt;
	font-family: 'raleway-regular';
	text-align: center;
	margin-top: 0px;
	display: block;
	width: 100%;
	position: relative;
	float: left;
	color:#6d6d6d;
	margin-bottom: 0;
}

.form2-details-holder-centered {
	display: block;
	width: 100%;
	max-width: 470px;
	margin:20px auto;
	position: relative;
	float: none;
	padding:0;
}

.form2-detail-block {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	padding:0;
	margin-bottom: 5px;
	transition:all 0.5s;
}

.form2-detail-block-left {
	display: block;
	width: 175px;
	position: relative;
	float: left;
	background-color: #4b565f;
	padding:8px 15px 6px 15px;
	font-family: 'raleway-medium';
	color: #ffffff;
	font-size: 11pt;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	margin:0;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.form2-detail-block-left span {
	font-family: inherit;
	font-size: inherit;
}
.form2-detail-block-left span.sp-mobile {
	display: none;
}

.form2-detail-block-full-top {
	background-color: #0091ff;
	width: 100%;
	border-bottom-left-radius: 0;
	border-top-right-radius: 7px;
}

.form2-detail-block-full-bottom {
	width: 100% !important;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border:1px solid #0091ff !important;
	height: auto !important;
	border-top: none !important;
	border-color: #0091ff !important;
}

.form2-detail-block-right {
	display: block;
	width: calc(100% - 175px);
	position: relative;
	float: left;
	background-color: transparent;
	padding:0;
	font-size: 11pt;
	color:#6b6b6b;
	font-family: 'raleway-medium';
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
}

.form2-detail-block-small {
	display: block;
	width: 100%;
	max-width: 170px;
	position: relative;
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: transparent;
	padding:0;
	font-size: 11pt;
	color:#6b6b6b;
	font-family: 'raleway-medium';
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

.form2-detail-block-mid {
	display: block;
	width: 100%;
	max-width: 300px;
	position: relative;
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: transparent;
	padding:0;
	font-size: 11pt;
	color:#6b6b6b;
	font-family: 'raleway-medium';
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

.form2-e-field {
	background-color: transparent;
	border-radius: 0 !important;
	font-family: 'raleway-medium';
	color:#000;
	font-size: 11pt;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	border:none !important;
	border-color: #f3f3f3 !important;
	background-color: #fff;
	border:1px solid #4b565f !important;
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
	border-left: none !important;
}

.form2-e-field-full {
	background-color: transparent;
	border-radius: 7px !important;
	font-family: 'raleway-medium';
	color:#000;
	font-size: 11pt;
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	border:none !important;
	background-color: #fff;
	border:2px solid #0091ff !important;
	text-align: center !important;
}

.form2-detail-block-phone {
	display: block;
	width: 100%;
	max-width: 250px;
	position: relative;
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: transparent;
	padding:0;
	font-size: 11pt;
	color:#6b6b6b;
	font-family: 'raleway-medium';
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

.form2-e-field-phone {
	background-color: transparent;
	border-radius: 7px !important;
	font-family: 'raleway-medium';
	color:#000;
	font-size: 11pt;
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	border:none !important;
	background-color: #fff;
	border:2px solid #0091ff !important;
	text-align: center !important;
}

.form2-e-field-upl-frame-1-h {
	display: block;
	position: relative;
	float: left;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
}

.form2-e-field-upl {
	position: absolute;
	border-radius: 7px !important;
	font-family: 'raleway-medium';
	color:#000;
	font-size: 11pt;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	border:none !important;
	background-color: transparent;
	opacity: 0;
	border:none !important;
	text-align: right !important;
	line-height: 26px;
	text-indent: calc(100% - 120px);
	font-size: 0px;
	padding-right: 20px;
	z-index: 50;
	cursor: pointer !important;
}

.form2-e-field-upl-frame-1 {
	border-radius: 7px !important;
	display: block;
	position: absolute;
	float: none;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
	background-color: #0091ff;
	top:0;
	left: 0;
	z-index: 20;
	font-family: 'raleway-medium';
	color:#fff;
	font-size: 11pt;
	line-height: 40px;
	text-align: center;
	transition: all 0.2s;
}
.form2-e-field-upl-h:hover .form2-e-field-upl-frame-1 {
	background-color: #49b1ff;
}
.field-upl-all-good {
	background-color: #49d900;
}
.field-upl-text-2 {
	display: none;
}
.field-upl-text-2-shown {
	display: inline-block;
}
.field-upl-text-1 {
	display: inline-block;
}
.field-upl-text-1-removed {
	display: none;
}


#auto_aprasymas_top.go_dark {
	background-color: #4b565f !important;
}

#auto_aprasymas_top.go_dark {
	background-color: #4b565f !important;
}
#auto_aprasymas_bottom.go_dark {
	border-color: #4b565f !important;
}
#auto_aprasymas_bottom.go_dark #sk_aprasymas {
	font-family: 'raleway-medium';
}
#sk_kaina.go_green {
	border-color: #5cc037 !important;
}
#sk_telefonas.go_green {
	border-color: #5cc037 !important;
}

.form2-detail-block-full-bottom .form2-e-field {
	border-radius: 0 !important;
	border:none !important;
	color:#000 !important;
	font-family: 'raleway-regular';
	font-size: 11pt !important;
}

textarea.form2-e-field {
	height: 95px !important;
	resize: none !important;
}

textarea.form2-e-field:focus {
	background-color:#fff;
}

.light-placeholder:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.2;
}
.light-placeholder:focus::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.2;
}
.light-placeholder:focus:-ms-input-placeholder { /* IE 10+ */
	opacity: 0.2;
}
.light-placeholder:focus:-moz-placeholder { /* Firefox 18- */
	opacity: 0.2;
}

.form2-edit-indicator {
	display: none;
	position: absolute;
	right: 19px;
	top:12px;
	font-size: 11pt;
	opacity: 0.3;
	transition: all 0.5s;
}

.form2-detail-block:hover .form2-edit-indicator {
	display: block;
}

.form2-e-field:focus + .form2-edit-indicator {
	display: block;
}

.form2-e-field:focus {
	background-color: #e5ffe8;
	color:#000;
}

.form2-phone-ico {
	position: absolute;
	display: block;
	font-size: 21pt !important;
	left: -19px;
	margin-top: -3px;
	transform: rotate(-15deg);
	opacity: 0.7;
}

#auto_aprasymas_top {
	text-align: center;
}

textarea.form2-e-field {
	white-space: pre-wrap;
}

.sk-form-simple {
	background-image: none;
	background-color: #f3f8f9;
/* 	background-image: linear-gradient(to bottom right, #a6bdcb, #a6bdcb); */
/* 	background-image: url('/img/fbg2.jpg'); */
}

.sk-form-simple .form-holder {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
}

.sk-form-simple .form-inner-sub-title {
	color: #2f2f2f;
	text-align: center;
	font-family: 'raleway-regular';
	margin-top: 10px;
	border-color: #ebebeb;
	margin-bottom: 10px;
	padding-bottom: 25px;
}

.sk-form-simple .form-inner-title {
	color: #282828;
	text-align: center;
	font-family: 'raleway-bold';
	display: none;
}

.form-inner-title-2 {
	display: none;
}

.sk-form-simple .form-inner-title-2 {
	font-family: 'raleway-semi-bold';
	font-size: 23pt;
	line-height: 27pt;
	display: block;
	float: left;
	width: 100%;
	color: #282828;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.sk-form-simple .large-screen-info-left-part {
	display: none;
}

.form-inner-sub-title-2 {
	display: none;
}

.sk-form-simple .form-inner-sub-title {
	display: none;
}

.sk-form-simple .form-inner-sub-title-2 {
	display: block;
	font-family: 'raleway-regular';
	font-size: 13.5pt;
	line-height: 27pt;
	color:#3d3d3d;
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.sk-form-simple .sk-form-col {
	flex: 1;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.sk-form-simple .btn {
	border-radius: 5px !important;
	background-color: #0091ff;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12pt;
	font-family: 'raleway-medium';
}

.sk-form-simple .btn:hover {
	background-color: #32a6ff;
}

.sk-form-simple .form-field-holder:last-child {
	width: 100%;
	margin:0;
}

.sk-form-simple .form-label {
	color:#000;
}

.sk-form-simple .form-label i {
	color:#0091ff;
}

.sk-form-simple .form-select {
	background-color: #f8f8f8 !important;
	border:1px solid #424d52 !important;
}

/* home content */
.intro-content-section {
	padding-top: 40px;
	padding-bottom: 25px;
	background-color: #fff;
}

.intro-content-col {
	margin-bottom: 10px;
}

.intro-content-col h2 {
	display: block;
	width: 100%;
	position: relative;
	font-size: 26pt;
	font-family: 'raleway-semi-bold';
	color: #3e3e3e;
	text-align: center !important;
}

.intro-block-col {
	padding: 0px 10px;
}

.intro-block-col-inner {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	width: 100%;
	padding:20px 15px;
}

.intro-block-title {
	display: block;
	width: 100%;
	position: relative;
	font-size: 13pt;
	font-family: 'raleway-medium';
	color: #3e3e3e;
	text-align: center !important;
	padding-left: 15px;
	padding-right: 15px;
}

.intro-content-col h3 {
	text-align: center;
	color: #5b737a;
}

.intro-content-col p {
	text-align: center;
	display: block;
	max-width: 800px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
	font-size: 12pt;
}




/* WHY us */

.why-us-section {
	padding-top: 40px;
	padding-bottom: 55px;
	background-color: #f3f8f9;
}

.why-us-col {
	margin-bottom: 0px;
}

.why-us-col h2 {
	display: block;
	width: 100%;
	position: relative;
	font-size: 26pt;
	font-family: 'raleway-semi-bold';
	color: #3e3e3e;
	text-align: center !important;
}

.why-us-col {
	padding: 0px 10px;
}

.why-itm-col {
	margin-top: 25px;
}

.why-us-col-inner {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	width: 100%;
	padding:20px 15px;
}

.why-us-title {
	display: block;
	width: 100%;
	position: relative;
	font-size: 20pt;
	font-family: 'raleway-semi-bold';
	color: #0092ff;
	text-align: center !important;
	padding-left: 15px;
	padding-right: 15px;
}

.why-us-col span {
	text-align: center;
	font-size: 14pt;
	font-family: 'raleway-medium';
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
}

.why-us-col p {
	text-align: center;
	display: block;
	max-width: 800px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
}

.why-us-inner-1 {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	min-height: 79px;
	border-radius: 5px;
	background-color: #fff;
	padding:15px 20px;
	transition:all 0.1s;
}

.why-us-inner-1 i {
	display: block;
	position: absolute;
	width: 49px;
	height: 49px;
	color:#fff;
	background-color: #c9e3e9;
	line-height: 49px;
	text-align: center;
	border-radius: 5px;
	font-size: 20pt;
	margin:0;
	transition: all 0.1s;
}

.why-us-b-title {
	text-align: left;
	font-size: 14pt;
	line-height: 20px;
	padding-top: 5px;
	font-family: 'raleway-semi-bold';
	display: block;
	position: relative;
	color:#0092ff;
	padding-left: 58px;
	margin:0;
}

.why-us-inner-2 {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	min-height: 79px;
	border-radius: 5px;
	background-color: #fff;
	padding:15px 20px;
	margin-top: 7px;
	transition:all 0.1s;
}

.why-us-b-text {
	display: block;
	font-size: 11.5pt;
	line-height: 15pt !important;
	font-family: 'raleway-regular';
}

.why-itm-col:hover > .why-us-inner-2, .why-itm-col:hover > .why-us-inner-1  {
	background-color: #cce8ff;
}

.why-itm-col:hover > div.why-us-inner-1 > i {
	background-color: #f4faff !important;
	color:#0092ff !important;
}

.why-itm-col:hover {
	cursor: default;
}

.mobr-xs {
	display: none;
}



/* how / kaip viskas vyksta */

.how-section {
	padding-top: 30px;
	padding-bottom: 55px;
	background-color: #ffffff;
}

.how-top-col {
	margin-bottom: 0px;
}

.how-title {
	display: block;
	width: 100%;
	position: relative;
	font-size: 20pt;
	font-family: 'raleway-semi-bold';
	color: #3e3e3e;
	text-align: center !important;
	margin-bottom: 10px;
}

.how-title-sub {
	display: block;
	width: 100%;
	position: relative;
	font-size: 13pt;
	font-family: 'raleway-medium';
	color: #3c3c3c;
	text-align: center !important;
	margin-bottom: 30px;
}

.how-container {
	max-width: 900px;
	overflow: visible;
}

.how-col {
	margin-top: 30px;
	margin-bottom: 0px;
}

.how-inner {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	border-radius: 5px;
	padding:20px 15px;
}

.how-block-number {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: -63px;
	width: 85px;
	height: 85px;
	border-radius: 100px;
	background-color: #0091ff;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	padding-top: 10px;
	font-family: 'raleway-semi-bold';
	color:#fff;
	border: 5px solid #fff;
	box-sizing: border-box;
}

.how-block-text {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	font-size: 11.5pt;
	line-height: 15pt !important;
	font-family: 'raleway-regular';
	color: #000;
	text-align: center;
	padding-top: 30px;
}

.how-block-text a {
	color: #000000 !important;
	font-family: 'raleway-regular';
	text-decoration: none !important;
}

.how-block-text a:hover {
	color: #ff8707 !important;
	font-family: 'raleway-regular';
	text-decoration: underline !important;
}



/* kontaktine forma / contact form */

.cf-section {
	padding-top: 35px;
	padding-bottom: 45px;
	background-color: #f7f7f7;
}

.cf-top-col {
	margin-bottom: 0px;
}

.cf-title {
	display: block;
	width: 100%;
	position: relative;
	font-size: 20pt;
	font-family: 'raleway-semi-bold';
	color: #3e3e3e;
	text-align: center !important;
	margin-bottom: 10px;
}

.cf-title-sub {
	display: block;
	width: 100%;
	position: relative;
	font-size: 13pt;
	font-family: 'raleway-regular';
	color: #212121;
	text-align: center !important;
	margin-bottom: 5px;
}

.cf-title-error {
	display: block;
	width: 100%;
	position: relative;
	font-size: 12pt;
	font-family: 'raleway-medium';
	color: red;
	text-align: center !important;
	margin-bottom: 0px;
	margin-top: 15px;
	background-color: transparent;
	max-width: 300px;
	padding: 0;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

.cf-title-sent {
	display: block;
	width: 100%;
	position: relative;
	font-size: 12pt;
	font-family: 'raleway-medium';
	color: #fff;
	text-align: center !important;
	margin-bottom: 0px;
	margin-top: 15px;
	background-color: #5da31c;
	max-width: 300px;
	padding: 7px 10px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

.cf-form-col {
	padding-top: 0;
	padding-bottom: 0;
}

.cf-form-holder {
	display: block;
	width: 100%;
	max-width: 550px;
	background-color: transparent;
	border-radius: 5px;
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.cf-field-holder {
	display: block;
	width: 100%;
	background-color: transparent;
	position: relative;
	float: left;
	margin-top: 15px;
}

.cf-field-holder-h {
	display: none;
}

.cf-form-label {
	display: block;
	width: 100%;
	position: relative;
	font-size: 11.5pt;
	font-family: 'raleway-medium';
	color: #000;
	text-align: center !important;
	margin-bottom: 0px;
}

.cf-form-field {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11pt !important;
    position: relative;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
    color: #282828;
    font-family: 'raleway-regular';
	background-color: #fff;
	border: 1px solid #000 !important;
	border-radius: 5px !important;
	text-align: center;
}

.cf-form-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11pt;
    position: relative;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
    color: #282828;
    font-family: 'raleway-regular';
	background-color: #fff;
	border: 1px solid #3d3d3d !important;
	border-radius: 5px !important;
	resize: none;
	text-align: center;
	height: 110px;
}

.cf-form-btn {
	border-radius: 5px !important;
	background-color: #35a8ff !important;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11.5pt;
	font-family: 'raleway-medium';
	transition: all 0.2s;
	color:#fff !important;
	max-width: 150px;
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.cf-form-btn:hover {
	background-color: #005698 !important;
	cursor: pointer;
}

/* footer */

#copyright {
	background-color: #378cd6;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-txt-1 {
	font-family: 'raleway-bold';
	color:rgba(255, 255, 255, 0.5);
	font-size: 20pt;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.footer-txt-2 {
	font-family: 'raleway-medium';
	color:rgba(255, 255, 255, 0.5);
	font-size: 11.5pt;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	transition: all 0.2s;
}

a.footer-txt-2:hover {
	color:rgba(255, 255, 255, 0.90);
}



/* RESPONSIVENESS */
@media only screen and (max-width : 1130px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width : 1120px) {
	.why-itm-col {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media only screen and (max-width : 1040px) {
	.why-us-b-title {
		font-size: 12pt;
	}
}
@media only screen and (max-width : 1010px) {
	.why-us-b-text {
		font-size: 10pt;
	}
}
@media only screen and (max-width : 990px) {
	.why-us-b-text {
		font-size: 11.5pt;
	}
	.why-itm-col {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width : 970px) {
	.info-link {
		display: none;
	}
}
@media only screen and (max-width : 910px) {
	.form-main-title, .form-main-title i {
		font-family: 'raleway-bold';
		font-size: 35pt;
		line-height: 35pt;
		color:#fff;
		text-transform: uppercase;
	}
	.form-main-title {
		margin-bottom: 10px;
	}
	.form-main-title i {
		font-size: 31pt;
	}
	.form-buttons-holder {
		padding-top: 10px;
	}
}
@media only screen and (max-width : 820px) {
	.menu-item {
		margin-left: 30px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.form-info-button {
		padding: 9px 13px;
		font-size: 14pt;
		border-radius: 10px;
		margin-top: 20px;
		margin-right: 15px;
	}
		
	.form-info-button-contact {
		float: left;
		padding: 9px 13px;
		font-size: 14pt;
		border-radius: 10px;
		margin-top: 20px;
	}
	
	.form-info-button-contact:hover {
		background-color: #83909d;
	}
}
@media only screen and (max-width : 775px) {
	.phone-arrow {
		display: none;
	}
	.contact-link {
		display: none;
	}
}
@media only screen and (max-width : 767px) {
	.field-title3 br {
		display: none;
	}
	.form-holder {
		margin-top: 0;
		padding:20px 15px;
	}
	.large-screen-info-left-part {
		display: none;
	}
	.home-intro-container {
		padding-left: 5px;
		padding-right: 5px;
	}
	#skaiciuokle {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.form-inner-title-mobile-add {
		display: inherit;
	}
	.form-inner-title-main {
		display: none;
	}
	.form-inner-sub-title {
		padding-bottom: 10px;
	}
	.form-inner-title {
		font-family: 'raleway-semi-bold';
	}
	.form-inner-title-mobile-add {
		font-family: 'raleway-semi-bold';
	}
	.skaiciuokle-2nd-section {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.form2-details-col {
		padding-top: 20px;
		border-radius: 0;
		background-color: #fafafa;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.form2-details-holder-centered {
		background-color: #fff;
		border:none;
	}
	.form2-detail-block-left {
		background-color: #4b565f;
	}
	.form2-detail-block-full-top {
		background-color: #0091ff;
	}
	.form2-detail-block-right {
		background-color: #fafafa;
		width: calc(100% - 175px);
		color: #3b3b3b;
	}
	.form2-e-field:focus {
		height: 36px;
		margin-top: 0px;
	}
	.light-placeholder:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		opacity: 0;
	}
	.light-placeholder:focus::-moz-placeholder { /* Firefox 19+ */
		opacity: 0;
	}
	.light-placeholder:focus:-ms-input-placeholder { /* IE 10+ */
		opacity: 0;
	}
	.light-placeholder:focus:-moz-placeholder { /* Firefox 18- */
		opacity: 0;
	}
	.why-us-b-title {
		font-size: 15pt;
		line-height: 49px;
		padding-top: 0;
	}
	.why-us-col {
		margin-top: 0;
	}
	.why-itm-col {
		margin-top: 15px;
	}
	.why-us-col span {
		margin-top: 7px;
	}
	.intro-content-section {
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.why-us-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.why-us-inner-2 {
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.why-us-inner-1 {
		margin-top: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom: 1px solid #f6f6f6;
	}
	.intro-content-col h3 {
		font-size: 13.5pt;
	}
	.form-field-holder:last-child {
		width: 100%;
		padding-right: 0;
	}
	.form-submit-button {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
		border-radius: 5px;
	}
	#skaiciuokle.sk-form-simple {
		padding-top: 0px;
	}
	#skaiciuokle.sk-form-simple .form-holder {
		background-color: transparent;
	}
	#skaiciuokle.sk-form-simple .form-holder .form-select {
		background-color: #fff;
	}
	.how-col {
		margin-top: 50px;
	}
	.how-title-sub {
		display: none;
	}
	.form-inner-title.form-inner-title-mobile-add {
		text-align: center;
	}
	.form-inner-sub-title {
		text-align: center;
	}
}
@media only screen and (max-width : 690px) {
	.form-link {
		display: none;
	}
	.menu-phone {
		display: none;
	}
	.logo-main-text {
		line-height: 67px;
	}
	.header-menu {
		height: 67px;
		padding-top: 0;
	}
	.header-holder {
		height: 70px;
		padding-top: 3px;
	}
	.mobile-menu-toggle {
		display: block;
		padding-top: 23px;
		padding-right: 20px;
	}
	.mobile-menu-toggle .mobile-link {
		display: block;
	}
}
@media only screen and (max-width : 550px) {
	.logo-main-text, .logo-end-text {
		font-size: 28pt;
	}
	.form2-title {
		font-size: 18pt;
	}
	.form2-detail-block-left span.sp-large {
		display: none;
	}
	.form2-detail-block-left span.sp-mobile {
		display: inherit;
	}
	.form2-detail-block-left {
		width: 110px;
	}
	.form2-detail-block-right {
		width: calc(100% - 110px);
	}
	.form2-detail-block-left.form2-detail-block-full-top {
		width: 100% !important;
	}
	.intro-content-col p {
		font-size: 11.5pt;
		line-height: 13pt;
	}
	.intro-content-col h3 {
		font-size: 13pt;
		line-height: 14.5pt;
	}
	.sk-form-simple .form-field-holder {
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.sk-form-simple .form-field-holder .form-select-arrow {
		left: 20px !important;
	}
	.form-inner-title-2 {
		text-align: center !important;
	}
	.form-inner-sub-title-2 {
		text-align: center !important;
	}
	.sk-form-simple .form-submit-button {
		padding-left: 40px;
		padding-right: 40px;
		background-color: #5b6061;
	}
	.how-section {
		padding-bottom: 35px;
	}
	.cf-section {
		padding-top: 30px;
	}
	.cf-form-field {
		width: 100%;
		max-width: 100%;
	}
	.cf-form-text {
		width: 100%;
		max-width: 100%;
	}
	.cf-title {
		line-height: 23pt;
	}
	.cf-title-sub {
		font-size: 11pt;
	}
	.how-title-sub {
		margin-bottom: 10px;
		font-size: 11pt;
	}
	.c-cpt {
		display: none;
	}
	.c-cpt-t {
		font-size: 20pt !important;
	}
}
@media only screen and (max-width : 400px) {
	.why-us-b-title {
		font-size: 14pt;
		line-height: 20px;
		padding-top: 5px;
	}
	.mobr-xs {
		display: inherit;
	}
	.intro-content-col h2 {
		font-size: 22pt;
	}
}

@media only screen and (max-width : 380px) {
	.form-info-button-contact {
		float: left;
		padding: 9px 13px;
		font-size: 14pt;
		border-radius: 10px;
		margin-top: 20px;
	}
	.why-us-col span {
		font-size: 12pt;
	}
}
@media only screen and (max-width : 350px) {
	.why-us-title {
		font-size: 18pt;
	}
	.why-us-col span {
		line-height: 16pt;
	}
}
@media only screen and (max-width : 380px) {
}
@media only screen and (max-width : 380px) {
}
@media only screen and (max-width : 380px) {
}
@media only screen and (max-width : 380px) {
}
@media only screen and (max-width : 380px) {
}
@media only screen and (max-width : 380px) {
}
@media only screen and (max-width : 380px) {
}
@media only screen and (max-width : 380px) {
}
@media only screen and (max-width : 380px) {
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}