@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&subset=latin,latin-ext);
html {
  box-sizing: border-box; }

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

body {
  background: #eef1f3; }

body, p, td, div {
  font-family: "Source Sans Pro", sans-serif;
  color: #282d32;
  letter-spacing: 0.35px;
  font-size: 14px;
  line-height: 1.3; }
  @media screen and (min-width: 480px) {
    body, p, td, div {
      font-size: 14px;
      line-height: 1.3; } }
  @media screen and (min-width: 768px) {
    body, p, td, div {
      font-size: 14px;
      line-height: 1.3; } }
  @media screen and (min-width: 1024px) {
    body, p, td, div {
      font-size: 14px;
      line-height: 1.3; } }
  @media screen and (min-width: 1200px) {
    body, p, td, div {
      font-size: 14px;
      line-height: 1.3; } }
  @media screen and (min-width: 1600px) {
    body, p, td, div {
      font-size: 14px;
      line-height: 1.3; } }

a {
  color: #6997bf;
  font-weight: bold;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }
  a:hover {
    border-bottom: 2px solid #6997bf; }

h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.8px; }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 32px;
      line-height: 1.1; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 32px;
      line-height: 1.1; } }
  @media screen and (min-width: 1600px) {
    h1 {
      font-size: 32px;
      line-height: 1.1; } }

h2 {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.65px; }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 26px;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 26px;
      line-height: 1.2; } }

h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.55px; }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: 22px;
      line-height: 1.3; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 22px;
      line-height: 1.3; } }

h4 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.525px; }
  @media screen and (min-width: 480px) {
    h4 {
      font-size: 21px;
      line-height: 1.3; } }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 21px;
      line-height: 1.3; } }
  @media screen and (min-width: 1024px) {
    h4 {
      font-size: 21px;
      line-height: 1.3; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 21px;
      line-height: 1.3; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 21px;
      line-height: 1.3; } }

h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.4px; }
  @media screen and (min-width: 480px) {
    h5 {
      font-size: 16px;
      line-height: 1.3; } }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 16px;
      line-height: 1.3; } }
  @media screen and (min-width: 1024px) {
    h5 {
      font-size: 16px;
      line-height: 1.3; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 16px;
      line-height: 1.3; } }
  @media screen and (min-width: 1600px) {
    h5 {
      font-size: 16px;
      line-height: 1.3; } }

h6 {
  font-weight: 700;
  letter-spacing: 0.35px;
  font-size: 14px;
  line-height: 1.3; }
  @media screen and (min-width: 480px) {
    h6 {
      font-size: 14px;
      line-height: 1.3; } }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 14px;
      line-height: 1.3; } }
  @media screen and (min-width: 1024px) {
    h6 {
      font-size: 14px;
      line-height: 1.3; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 14px;
      line-height: 1.3; } }
  @media screen and (min-width: 1600px) {
    h6 {
      font-size: 14px;
      line-height: 1.3; } }

h1, h2, h3 {
  margin: 20px 0; }
  @media only screen and (min-width: 1024px) {
    h1, h2, h3 {
      margin: 20px 0; } }

h4, h5, h6 {
  margin: 15px 0; }
  @media only screen and (min-width: 1024px) {
    h4, h5, h6 {
      margin: 10px 0; } }

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

ul {
  margin: 3px 0px 20px 35px;
  list-style-type: none; }

ol {
  margin: 3px 0px 20px 50px; }

ul li {
  padding: 0 0 0 15px;
  background-image: url("../img/bullet.png");
  background-position: 0 7px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 480px) {
    ul li {
      background-position: 0 7px; } }
  @media only screen and (min-width: 768px) {
    ul li {
      background-position: 0 7px; } }
  @media only screen and (min-width: 1024px) {
    ul li {
      background-position: 0 7px; } }

hr {
  border: 0;
  height: 2px;
  background: #6997bf; }

mark {
  background: #6997bf;
  padding: 0 5px;
  color: #fff; }

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

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; }
  @media only screen and (min-width: 1024px) {
    table th,
    table td {
      padding: 14px 20px; } }

table td {
  border-bottom: 2px solid #eef1f3; }

table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
  font-weight: bold;
  padding: 20px 12px;
  background: #eef1f3; }
  @media only screen and (min-width: 1024px) {
    table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
      padding: 26px 20px; } }

form {
  margin: 0;
  padding: 0; }

input[type]:not([type=radio]):not([type=checkbox]):not([type=submit]), textarea {
  background-color: #fff;
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid #AAB8C3; }
  @media only screen and (min-width: 1024px) {
    input[type]:not([type=radio]):not([type=checkbox]):not([type=submit]), textarea {
      height: 40px; } }

button, input[type=submit], .mygtukas, input[type=button] {
  height: 40px;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  border-bottom: 2px solid #AAB8C3;
  background-color: transparent; }

input[disabled] {
  background-color: #ddd;
  cursor: not-allowed; }

textarea {
  resize: none;
  width: 100%; }

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; } }

.mygtukas {
  display: inline-block;
  text-decoration: none; }

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

.kalendorius, .sarasas {
  display: inline-block;
  line-height: 16px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left center; }

.kalendorius {
  background-image: url("../img/calendar.png"); }

.sarasas {
  background-image: url("../img/list.png"); }

.padidintas_sriftas {
  font-family: "Source Sans Pro", sans-serif;
  color: #282d32;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.55px; }

.duk, .e-skundas {
  display: block;
  padding: 15px 20px 15px 20px;
  color: #fff;
  background-color: #6997bf;
  font-weight: bold; }

.duk a, .e-skundas a {
  color: #fff;
  background-color: #6997bf;
  font-weight: bold; }

.duk:hover, .duk:hover a, .e-skundas:hover, .e-skundas:hover a {
  color: #fff;
  background-color: #78a2c6;
  text-decoration: none;
  border-bottom: 0 none; }

.horizontalus_skyriklis {
  width: 100%;
  height: 2px;
  background-color: #eef1f3; }

.adresas {
  padding-left: 26px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/location.png"); }

.chat {
  padding-left: 26px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-image: url("../img/chat.png"); }

.el_pastas {
  padding-left: 26px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-image: url("../img/mail.png"); }

.atitrauktas_tekstas {
  padding-left: 26px;
  display: inline-block; }

.paprasta_nuoroda, .paprasta_nuoroda a {
  font-family: "Source Sans Pro", sans-serif;
  color: #282d32;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.35px;
  margin-top: -2px; }

.paprasta_nuoroda:hover, .paprasta_nuoroda:hover a {
  border-bottom: 0 none; }

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