body, p, td, div {
  font-family: "Arial", "Georgia", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #636466; }

body {
  background-color: #fff; }

div {
  margin: 3px 0;
  padding: 0px; }

p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  padding-right: 0px; }

a, a:link {
  color: #d3a749;
  text-decoration: none;
  outline: none;
  font-weight: 700; }

a:focus, a:hover, a:active {
  color: #ebcc8a;
  text-decoration: none;
  border-bottom: 1px dotted #ebcc8a; }

h1 {
  margin: 10px 0px 13px 0px;
  font-family: 'Roboto Slab', Arial, serif;
  color: #506e95;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px; }

h2 {
  margin: 10px 0px 20px 0px;
  font-family: 'Roboto Slab', Arial, serif;
  color: #506e95;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px; }

h3 {
  margin: 10px 0px 21px 0px;
  font-family: 'Roboto Slab', Arial, serif;
  color: #506e95;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px; }

h4 {
  margin: 10px 0px 21px 0px;
  font-family: Arial;
  color: #506e95;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px; }

h5 {
  margin: 10px 0px 21px 0px;
  font-family: Arial;
  color: #506e95;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px; }

h6 {
  margin: 10px 0px 21px 0px;
  font-family: Arial;
  color: #506e95;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; }

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

ul {
  margin-top: 3px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 6px;
  padding-left: 0px;
  list-style-type: none; }

ol {
  margin-top: 3px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 31px;
  padding-left: 0px; }

ul li {
  padding: 0 0 0 14px;
  margin: 3px 0 3px 0px;
  background: transparent url("../img/bullet.png") 0 9px no-repeat;
  overflow: hidden; }

li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 0px;
  margin-left: 0px; }

form {
  margin: 0px;
  padding: 0px; }

input {
  font-family: "Arial" , sans-serif;
  font-size: 14px;
  color: #bbb; }

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] {
  background-color: #fff;
  border: 2px solid #d7d7d7;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox] {
  margin: 0px;
  margin-top: 3px;
  padding: 0px;
  height: auto; }

input[type=radio] {
  margin: 0px;
  padding: 0px;
  height: auto; }

input[type=submit], input[type=button], button[type=submit] {
  height: 40px;
  color: #d3a749;
  font-weight: bold;
  padding: 0 0px 0 0px;
  border: none;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  margin: 0;
  cursor: pointer;
  transition: none;
  -webkit-transition: none;
  position: relative;
  background: none; }
  input[type=submit]:after, input[type=button]:after, button[type=submit]:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-size: 9px;
    margin-left: 9px;
    vertical-align: 1px; }

input[type=submit]:hover, input[type=button]:hover, button[type=submit]:hover {
  background: none;
  color: #ebcc8a; }

input[type=button] {
  height: 40px; }

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

input[type=submit]:hover, input[type=button]:hover, input[type=image]:hover {
  /*filter: alpha(opacity = 60);
  -moz-opacity: 0.6;*/ }

textarea {
  font-family: "Arial" , sans-serif;
  font-size: 14px;
  color: #b7b7b7;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  line-height: 20px; }

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  color: #636466; }

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

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

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

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

fieldset {
  margin: 0px;
  padding: 6px;
  border: 1px solid #ddd; }

select {
  border: 1px solid #ddd; }

select, option {
  z-index: -1;
  height: 28px;
  margin: 0px;
  color: #636466;
  font-family: "Arial" , sans-serif;
  font-size: 14px; }

pre {
  /*font-family: "Verdana" , sans-serif, "Tahoma" , sans-serif,  "Arial" , sans-serif; */
  font-family: monospace;
  margin: 0px;
  padding: 12px;
  border: 1px solid #999;
  background-color: #f6f6f6; }

legend {
  padding: 2px 8px 2px 8px;
  /*font-style:italic;*/
  font-weight: bold;
  font-size: 12px;
  /*color:#869119;*/
  /*border:1px solid  #869119;*/
  /*border-right:3px double  #ddd;
  border-left:3px double  #ddd;*/ }

table,
.mce-item-table {
  empty-cells: show;
  /*width: 100%;*/
  margin-bottom: 20px;
  border-collapse: collapse;
  /*border-collapse: collapse !important;*/
  border-spacing: 0 !important;
  border: 0px #d7d7d7 solid; }

table td,
.mce-item-table td, table th {
  padding: 12px 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.3; }
  table td p, table td div,
  .mce-item-table td p,
  .mce-item-table td div, table th p, table th div {
    font-size: 12px;
    line-height: 1.3; }

table {
  max-width: 100%; }

table thead th {
  border-bottom: 3px solid #506e95; }

table th,
table td,
.mce-item-table th,
.mce-item-table td {
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7; }

table td:first-child,
.mce-item-table td:first-child {
  /*border-left: 0px solid #d7d7d7;*/ }

table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td,
.mce-item-table th, .mce-item-table thead td {
  font-weight: bold;
  border-top: 1px solid #d7d7d7;
  border-bottom: 3px solid #506e95; }

tr:first-child td,
.mce-item-table tr:first-child td {
  /*border-top:0px #d7d7d7 solid;*/ }

.paveiksliukas_prie_teksto {
  float: left;
  margin-right: 15px; }

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

/* pirmam ir paskutiniam paragrafui netaikyti margino*/
table td p:first-of-type,
.mce-item-table td p:first-of-type {
  margin-top: 0; }

table td p:last-of-type,
.mce-item-table td p:last-of-type {
  margin-bottom: 0; }

/* butonam */
input.more_link[type=submit],
input.more_link[type=button],
.more_link {
  height: 40px;
  background-image: url("../img/submit_btn.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #d3a749;
  font-weight: bold;
  padding: 0 30px 0 10px;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: none;
  -webkit-transition: none; }

input.more_link[type=submit]:hover,
input.more_link[type=button]:hover,
.more_link:hover {
  color: #d3a749;
  border-bottom: 0px #fff solid;
  opacity: 0.7; }

.more_link:hover span {
  border-bottom: 1px #ebcc8a dotted; }

input.more_link[type=submit]:focus,
input.more_link[type=button]:focus,
.more_link:focus {
  border-bottom: 0px #fff solid; }

input.submit_link[type=submit],
input.submit_link[type=button],
.submit_link {
  height: 40px;
  background-image: none;
  background-color: transparent;
  color: #506e95;
  font-weight: bold;
  padding: 0 10px;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: none;
  -webkit-transition: none; }

.submit_link {
  padding: 0; }
  .submit_link span {
    color: #506e95; }

input.submit_link[type=submit]:hover,
input.submit_link[type=button]:hover,
.submit_link:hover,
.submit_link:focus {
  opacity: 0.7;
  border-bottom: 1px dotted #506e95; }

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