/*@import "mixins/transform";*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

body {
  background: #fff; }

body, p, td, div {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.71;
  line-height: 24px; }

p {
  margin: 20px 0; }

a {
  color: #1965af;
  font-weight: 400;
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

h1, .h1 {
  font-size: 22px;
  line-height: 1.3;
  line-height: 30px;
  font-weight: 400;
  font-family: "Georgia";
  color: #363636;
  margin: 10px 0 16px; }
  @media only screen and (min-width: 1024px) {
    h1, .h1 {
      margin: 10px 0 16px; } }
h2, .h2 {
  font-size: 20px;
  line-height: 1.2;
  line-height: 24px;
  font-weight: 400;
  color: #363636;
  margin: 10px 0 14px; }
  @media only screen and (min-width: 1024px) {
    h2, .h2 {
      margin: 10px 0 14px; } }
h3, .h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1965af;
  margin: 10px 0; }

h4, .h4 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #636466;
  line-height: 16px;
  margin: 10px 0px 10px 0px; }

h5, .h5 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #c2c2c2;
  margin: 10px 0; }

h6, .h6 {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0; }

ul, ol, li {
  margin: 0;
  padding: 0; }

ul {
  margin: 3px 0px 20px 4px;
  list-style-type: none;
  overflow: hidden; }

ol {
  margin: 3px 0px 20px 0px;
  overflow: hidden;
  padding-left: 25px; }

ul li {
  padding: 0 0 0 10px;
  background-image: url("../img/bullet.png");
  background-position: 0px 9px;
  background-repeat: no-repeat;
  background-size: 3px 3px; }

hr {
  border: 0;
  height: 2px;
  background: #1965af; }

mark {
  background: #1965af;
  padding: 0 5px;
  color: #fff; }

pre {
  font-family: monospace;
  margin: 0px;
  padding: 12px;
  border: 1px solid #999;
  background-color: #cfe4f8; }

iframe {
  border: 0; }

table {
  empty-cells: show;
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px; }
  @media only screen and (min-width: 768px) {
    table {
      table-layout: fixed; } }
  table th, table td {
    padding: 10px 12px;
    border: 0px;
    text-align: left;
    line-height: 1.4;
    border: 2px solid #e1e1e1; }
    @media only screen and (min-width: 1024px) {
      table th, table td {
        padding: 16px 17px; } }
  table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
    font-weight: bold;
    padding: 7px 12px; }
    @media only screen and (min-width: 1024px) {
      table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
        padding: 7px 17px; } }
form {
  margin: 0;
  padding: 0; }

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
  background-color: #fff;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  border: 2px solid #e1e1e1;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 100%;
  max-width: 300px; }
  @media only screen and (min-width: 1024px) {
    input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
      height: 40px; } }
  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, textarea:focus {
    border-color: #bbbbbb; }

input[readonly]:not(.datepicker) {
  border-color: #e1e1e1;
  cursor: not-allowed; }

button, input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-weight: bold;
  background-color: #1965af;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 1024px) {
    button, input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
      height: 40px;
      line-height: 36px;
      padding: 0 20px; } }
  button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, a.mygtukas:hover, span.mygtukas a:hover {
    background: #1965af; }

input[disabled], button[disabled] {
  background-color: #e1e1e1;
  cursor: not-allowed;
  color: #333;
  border: 0; }
  input[disabled]:hover, input[disabled]:focus, button[disabled]:hover, button[disabled]:focus {
    background-color: #ccc;
    color: #333;
    border: 0; }

textarea {
  resize: vertical;
  width: 100%;
  max-width: 600px;
  min-height: 220px;
  max-height: 450px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: none;
  -webkit-transition: 150ms border ease-in-out;
  -moz-transition: 150ms border ease-in-out;
  -o-transition: 150ms border ease-in-out;
  -ms-transition: 150ms border ease-in-out;
  transition: 150ms border ease-in-out; }

select {
  outline: none; }

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: inherit;
  margin-top: 3px;
  height: auto;
  line-height: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

input[type=radio] {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
  background: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

li > p {
  margin: 0;
  padding: 0; }

table td p:first-of-type {
  margin-top: 0; }

table td p:last-of-type {
  margin-bottom: 0; }

.paveiksliukas_prie_teksto_kaireje {
  float: left;
  margin: 0 10px 8px 0; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_kaireje {
      margin: 0 20px 15px 0; } }
.paveiksliukas_prie_teksto_desineje {
  float: right;
  margin: 0 0px 8px 10px; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_desineje {
      margin: 0 0px 15px 20px; } }
a.mygtukas, span.mygtukas a {
  display: inline-block;
  text-decoration: none; }

table.lentele_be_remo {
  border: 0px;
  background: none;
  padding: 0px;
  color: #333;
  table-layout: auto;
  width: auto; }
  table.lentele_be_remo td, table.lentele_be_remo th {
    background: transparent !important;
    padding: 9px 18px 9px 0;
    border: 0; }

table.lentele_minimali {
  border: 1px solid #e1e1e1;
  background: none;
  padding: 0px;
  color: #333;
  width: auto;
  table-layout: auto; }
  table.lentele_minimali td, table.lentele_minimali th {
    background: transparent !important;
    padding: 10px 18px;
    border: 1px solid #e1e1e1; }

table.lentele_automatinio_plocio {
  table-layout: auto;
  width: auto; }
  @media only screen and (min-width: 768px) {
    table.lentele_automatinio_plocio {
      table-layout: auto; } }
.didesnis_tekstas {
  font-size: 1.4em; }

ul.buletavimas_prie_paveikslelio {
  overflow: hidden; }

.atsisiuntimo_ikona, a.atsisiuntimo_ikona {
  background-image: url("../img/download_icon.png");
  background-repeat: no-repeat;
  background-position: right top 8px;
  padding: 10px 35px 10px 0;
  margin: 0 0 5px 0;
  color: #d83e3e;
  display: inline-block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s, -webkit-transform 0.3s;
  -moz-transition: all 0.3s, -moz-transform 0.3s;
  transition: all 0.3s, transform 0.3s; }

a.atsisiuntimo_ikona:hover {
  background-position: right top 10px;
  color: #d40000;
  text-decoration: underline; }

.lentele_be_remo {
  border: 0px; }

table.lentele_be_remo, .lentele_be_remo td {
  border: 0px; }

/*# sourceMappingURL=base.css.map */