/*@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: "Roboto Slab", Arial, serif;
  color: #577295;
  font-size: 14px;
  line-height: 1.43; }

p {
  margin: 20px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #01265B;
  font-weight: normal;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    text-decoration: underline;
    /*background-color: #e9e2da;*/ }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

h1, .h1 {
  margin: 10px 0px 16px 0px;
  font-size: 24px;
  line-height: 1.1; }
  @media screen and (min-width: 1024px) {
    h1, .h1 {
      font-size: 28px;
      line-height: 1.1; } }
h2, .h2 {
  margin: 10px 0px 14px 0px;
  font-size: 20px;
  line-height: 1.2; }
  @media screen and (min-width: 1024px) {
    h2, .h2 {
      font-size: 22px;
      line-height: 1.2; } }
h3, .h3 {
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  line-height: 1.3; }

h4, .h4 {
  margin: 10px 0px 10px 0px;
  font-size: 14px;
  line-height: 1.3; }

h5, .h5 {
  margin: 10px 0px 10px 0px;
  font-size: 12px;
  line-height: 1.3; }

h6, .h6 {
  margin: 10px 0px 10px 0px;
  font-size: 12px;
  line-height: 1.3; }

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 700; }

h4, h5, h6, .h4, .h5, .h6 {
  font-weight: 700; }

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

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

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

ul li {
  margin: 3px 0;
  padding: 0 0 0 16px;
  background-image: url("../img/tpl/bullet.png");
  background-position: 4px 8px;
  background-repeat: no-repeat; }

ol li {
  margin: 3px 0; }

hr {
  border: 0;
  height: 1px;
  background: #d7d7d7; }

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

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

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: 8px 20px;
    text-align: left; }
  table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
    color: #000;
    font-weight: 600; }

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;
  width: 100%;
  max-width: 260px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  color: #636466;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  outline: none;
  -webkit-appearance: none;
  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) {
    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 {
    color: #333;
    border-color: #b1b1b1; }

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

button, input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  color: #577295;
  font-weight: bold;
  background-color: #fff;
  border: 0 none;
  cursor: pointer;
  outline: none; }
  @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: 40px; } }
  button.blue, input[type=submit].blue, input[type=button].blue, input[type=reset].blue, a.mygtukas.blue, span.mygtukas a.blue {
    padding: 0 16px;
    color: #fff;
    background-color: #18295b; }

input[disabled], button[disabled] {
  background-color: #ddd;
  cursor: not-allowed;
  color: #577295;
  border: 0; }
  input[disabled]:hover, input[disabled]:focus, button[disabled]:hover, button[disabled]:focus {
    background-color: #ddd;
    color: #577295;
    border: 0;
    text-decoration: none; }

textarea {
  display: block;
  resize: vertical;
  width: 100%;
  max-width: 600px;
  min-height: 150px;
  max-height: 450px;
  padding: 5px 5px 5px 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; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d7d7d7;
  opacity: 1;
  font-weight: normal; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d7d7d7;
  opacity: 1;
  font-weight: normal; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d7d7d7;
  opacity: 1;
  font-weight: normal; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d7d7d7;
  opacity: 1;
  font-weight: normal; }

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 {
  display: block;
  float: left;
  margin: 0 0 15px 0; }
  @media only screen and (min-width: 768px) {
    .paveiksliukas_prie_teksto_kaireje {
      margin: 0 15px 0 0; } }
  @media only screen and (max-width: 767px) {
    .paveiksliukas_prie_teksto_kaireje {
      float: none; } }
.paveiksliukas_prie_teksto_desineje {
  display: block;
  float: right;
  margin: 0 0 15px 0; }
  @media only screen and (min-width: 768px) {
    .paveiksliukas_prie_teksto_desineje {
      margin: 0 0 0 15px; } }
  @media only screen and (max-width: 767px) {
    .paveiksliukas_prie_teksto_desineje {
      float: none; } }
a.mygtukas, span.mygtukas a {
  display: inline-block;
  text-decoration: none; }

/*table.lentele_automatinio_plocio{
	width: auto;
	table-layout: auto;
	@include min(768){
		table-layout: auto;
	}
}*/
table.su_remeliu {
  table-layout: auto; }
  table.su_remeliu th, table.su_remeliu td {
    border: 1px solid #577295; }
  table.su_remeliu tr.lenteles_antraste td, table.su_remeliu td.lenteles_antraste, table.su_remeliu thead td, table.su_remeliu th, table.su_remeliu tr.lenteles_antraste td *, table.su_remeliu td.lenteles_antraste *, table.su_remeliu thead td *, table.su_remeliu th * {
    background-color: #577295;
    color: #FFF;
    font-weight: 400; }

.didesnis_tekstas {
  font-size: 1.4em; }

ul.buletavimas_prie_paveikslelio {
  overflow: hidden; }

a.nuoroda_be_efekto {
  background: none !important; }
  a.nuoroda_be_efekto:hover, a.nuoroda_be_efekto:focus {
    text-decoration: underline; }

.atsisiuntimo_ikona, a.atsisiuntimo_ikona {
  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; }

audio {
  display: block;
  outline: none; }

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