/*
zils #6083bd
zaļš #83b817
tabula
  tumši pelēks #b1b1b2
  gaiši pelēks #ebecec
*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300&subset=latin-ext,cyrillic");
/* @import url("//db.onlinewebfonts.com/c/17425097c61a79b11fe5e8875057fcc3?family=Helvetica+Neue+LT+Pro"); */

html, body {
  font-family: 'Roboto', "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 
  font-stretch:normal;
  font-size: 1rem;
  color: #636466;
}
body {
  background-image: url("../i/bg-stripes-light.png");
  background-attachment: scroll;
}

a:link, a:visited, a:hover, a:active {
  color: #6083bd;
  text-decoration: none;
}
a:hover {
  color: #83b817;
  text-decoration: none;
}
/* hover on mobile sticks */
@media (hover: none) {
  a:hover { color: #6083bd; }
}

a[href^="tel:"] {
  color: inherit;
}
@media (max-width: 767.98px) {
  a[href^="tel:"] {
    color: #6083bd;
  }
  /*a[href^="tel:"]::before {
    content: "\260e";
    margin-right: 0.5em;
  }*/
}

#header {
  height: 100px;
  color: #6083bd;
}
#header .navbar {
  background-color: white;
}
.navbar-1st {
  height: 50px;
  padding: .4rem 1rem;
}
.navbar-1st .navbar-text {
  float: right;
}
.navbar-2nd {
  height: 50px;
  margin-top: 0px;
  background-color: #dadada !important;
  font-size: 12pt;
}
.navbar-1st .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(96, 131, 189, 1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  padding: 0;
}
.fixed-top.navbar-2nd {
  margin-top: 50px;
}
/* static */
/*body {
   padding-top: 0;
}*/


#temperature {
  width: 60%;
}
#temperature img {
  margin-right: 5px;
}


#navbar-lang {
  margin-top: -16px;
  font-size: 8pt;
  max-width: 150px;
  z-index: 10;
}
.navbar-lang .nav-link {
  color: white;
  background-image: url("../icons/lang-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  margin-right: 5px;
  margin-top: -4px;
  width: 30px;
  height: 30px;
  padding-top: .1rem;
  font-size: 8.5pt;
}
.navbar-lang .active .nav-link,
.navbar-lang .nav-link:hover {
  background-image: url("../icons/lang-bg-active.svg");
  font-weight: bold;
}
/* burger */
#navbar-content-lang .nav-link {
  width: 35px;
  height: 35px;
  padding-top: 0rem;
  font-size: 9pt;
}

#navbar-menu.show {
  display: block;
}
#navbar-menu {
  background-color: rgba(220, 220, 220, 0.95);
}
#navbar-menu .modal-header {
  height: 50px;
}
#navbar-menu .modal-header .close img {
  height: 25px;
  margin-top: 11px;
}
#navbar-menu .navbar-lang .navbar-nav {
  display: block !important;
  margin-top: -5px;
}
#navbar-menu .navbar-lang .nav-item {
  display: inline-block;
}
#navbar-menu .modal-body {
  font-size: 16pt;
}
#navbar-menu .nav-seasons {
  font-size: 12pt;
}
#navbar-menu .nav-season-title {
  text-transform: uppercase;
}
#navbar-menu .nav-seasons .nav-season-title img {
  transform: rotate(-90deg);
  visibility: hidden;
}
#navbar-menu .nav-seasons .active .nav-season-title img {
  transform: rotate(0deg);
}
#navbar-menu .icon-container {
  display: inline-block;
  width: 40px;
  text-align: center;
}
#navbar-menu .icon-container img[src*="Davanu-karte"] {
  height: 21px;
}
#navbar-menu .nav-submenu ul {
  display: none;
}
#navbar-menu .nav-submenu .active > ul {
  display: block;
}
#navbar-menu .nav-submenu a {
  display: block;
}
#navbar-menu .nav-submenu .active > a {
  color: #83b817;
  font-weight: bold;
}
#navbar-menu .nav-submenu .nav-seasons a.nav-season-title {
  background-image: url("../i/navbar-closed.svg");
  background-position: left 7px;
  background-repeat: no-repeat;
  background-size: 13px;
}
#navbar-menu .nav-submenu .has-subcats > a {
  background-image: url("../i/navbar-closed.svg");
  background-position: right 10px;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-right: 9px;
}
#navbar-menu .nav-submenu .has-subcats.active > a,
#navbar-menu .nav-submenu .nav-seasons .active a.nav-season-title {
  background-image: url("../i/navbar-expanded.svg");
}


#services-menu {
  /* display: none; */
  position: absolute;
  left: 0;
  background-color: rgba(210, 210, 210, .9);
  width: 100%;
  border-top: 1px solid white;
  margin-top: 5px;
  min-width: 400px;
}
.menu-services .nav-item:hover #services-menu {
  display: block !important;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .menu-services .nav-item:hover #services-menu {
    display: none !important;
  }
}
/* mazais, īsais ekrāns */
@media (max-height: 500px) {
  #services-menu .container {
    overflow: auto;
    height: calc(100vh - 50px);
  }
}
#services-menu .service-item {
  display: table;
  min-width: 0;
  width: 100%;
}
#services-menu a.service-item {
  text-transform: none;
}
#services-menu a.service-item:hover {
  font-weight: bold;
  color: #6083bd;
}
#services-menu .summer a.service-item {
  color: #83b817;
}

.logo {
  width: 200px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url("../i/logo-f.svg");
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .logo {
    background-image: url("../i/logo-s.svg");
    height: 38px;
    width: 45px;
  }
  #temperature {
    width: auto;
    margin-left: auto;
    margin-right: 20px;
  }
}


.menu-services {
  z-index: 2;
}
.menu-services .nav {
  padding-top: 5px;
  height: 100%;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .menu-services .nav {
    padding-left: 15px;
  }
}
.menu-services img {
  height: 23px;
  vertical-align: bottom;
}
.menu-services img[src*="Davanu-karte"] {
  height: 20px;
  vertical-align: middle;
}
.menu-services a.active {
  color: #83b817;
  font-weight: bold;
}


#banner {
  background-color: white;
  background-image: url("../i/header-bg-1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 325px;
  border-top: 1px solid white;
  margin-top: 100px;
}

#banner-slogan {
  display: flex;
  height: 50px;
  color: white;
  font-size: 20pt;
  float: left;
}
.bnr-left, .bnr-right {
  background-repeat: no-repeat;
  width: 32px;
}
.bnr-left {
  background-image: url("../i/bnr-left.svg");
  background-position: top left;
  margin-left: auto;
  margin-right: -2px;
}
.bnr-right {
  background-image: url("../i/bnr-right.svg");
  background-position: top right;
  margin-right: auto;
  margin-left: -2px;
}
.bnr-content {
  min-width: 350px;
  height: 47px;
  padding-top: 4px;
  background-color: #83b817;
  background-position: 0 0;
  background-repeat: repeat-x;
}


.section-title {
  display: flex;
  height: 50px;
  margin-top: -48px;
  color: white;
  text-transform: uppercase;
  font-size: 16pt;
}
.st-left, .st-right {
  background-repeat: no-repeat;
  width: 33px;
  height: 50px;
}
.st-left {
  background-image: url("../i/st-left3.svg");
  background-position: top left;
  margin-left: auto;
  margin-right: -2px;
}
.st-right {
  background-image: url("../i/st-right3.svg");
  background-position: top right;
  margin-right: auto;
  margin-left: -2px;
}
.st-content {
  min-width: 300px;
  height: 48px;
  padding-top: 8px;
  background-color: #5a7ab7;
  background-position: 0 0;
  background-repeat: repeat-x;
}


/* mazais ekrāns */
@media (max-width: 767.98px) {
  #banner {
    height: 190px;
  }
  #banner-slogan {
    height: 50px;
    font-size: 13pt;
  }
  .bnr-left, .bnr-right {
    width: 25px;
  }
  .bnr-content {
    min-width: 200px;
    height: 36px;
    padding-top: 5px;
  }
  
  .section-title {
    font-size: 14pt;
    margin-top: -46px;
    height: 45px;
  }
  .st-left, .st-right {
    width: 31px;
    height: 45px;
  }
  .st-content {
    min-width: 255px;
    height: 45px;
    padding-top: 10px;
  }
  #submenu {
    position: relative;
  }
}


.template-icons {
  background-image: url("../i/bg-stripes-dark.png");
  background-attachment: scroll;
}

.template-default {
  background-image: url("../i/bg-stripes-light.png");
  background-attachment: scroll;
}
.content-section {
  border-top: 1px solid silver;
}
.content-section .container {
  padding-bottom: 100px;
}
.content-section.template-default .container {
  padding-top: 25px;
}
.content-section.template-icons .container {
  padding-top: 25px;
}


#footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#footer-left, #footer-right {
  background-repeat: no-repeat;
  width: 100px;
  height: 70px;
}
#footer-left {
  background-image: url("../i/footer-bg-left.png");
  background-position: top left;
}
#footer-right {
  background-image: url("../i/footer-bg-right.png");
  background-position: top right;
}
#footer-content {
  width: 100%;
  height: 70px;
  padding-top: 25px;
  background-image: url("../i/footer-bg-content.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  color: #a9b7d1;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  #footer-content {
    font-size: 0.9rem;
    padding-top: 15px;
  }
}


.services-season.winter a {
  color: #6083bd;
}
.services-season .h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
  padding-top: 45px;
  margin-bottom: 15px;
  background-size: 45px;
  background-image: url("../icons/winter.svg");
  background-position: top center;
  background-repeat: no-repeat;
  color: #6083bd;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .services-season .h4 {
    padding-top: 35px;
    font-size: 13pt;
    background-size: 35px;
  }
}

.services-season.summer a {
  color: #83B719;
}
.services-season.summer .h4 {
  color: #83B719;
  background-image: url("../icons/summer.svg");
}


.service-item {
  min-width: 95px;
  width: 25%;
  vertical-align: top;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .service-item {
    width: 33%;
  }
}
.service-item-ghost {
  visibility: hidden;
  height: 0;
}
.service-item img {
  width: 70px;
}
.service-item a {
  text-transform: uppercase;
  font-size: 11.5pt;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .service-item img {
    width: 60px;
  }
  .service-item a {
    font-size: 10pt;
  }
}

.contacts table.noborder {
  margin-bottom: 10px;
}
.contacts table.noborder th,
.contacts table.noborder td {
  border-width: 0px;
  background-color: transparent;
  text-align: left;
}
.contacts table.noborder th:first-child,
.contacts table.noborder td:first-child {
  width: 75px;
  width: 5%;
  vertical-align: top;
}
img.contact-icon {
  width: 40px;
  max-width: none;
  margin-right: 10px;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  img.contact-icon {
    width: 35px;
  }
}

.news-main {
  margin-bottom: 30px;
  border-bottom: 1px solid #6083bd;
  min-width: 100%;
}
.template-news article h3 {
  margin-bottom: 5px;
  font-size: 19pt;
  font-weight: normal;
}
.template-news article h3 a:hover {
  background-image: url("../i/list-heading-hover.png");
}
/* hover on mobile sticks */
@media (hover: none) {
  .template-news article h3 a:hover {
    background-image: url("../i/list-heading.png");
  }
}

.template-news article.popup h3,
.template-news article h3 a {
  display: block;
  background-image: url("../i/list-heading.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 20px;
  padding-left: 35px;
}
.template-news article.expanded.popup h3,
.template-news article.expanded h3 a {
  background-image: url("../i/list-heading-active.png");
  background-size: 25px;
  color: #83b719;
  font-weight: bold;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .template-news article.popup h3,
  .template-news article h3 a {
    background-size: 20px;
    padding-left: 35px;
  }
  .template-news article.expanded.popup h3,
  .template-news article.expanded h3 a {
    background-position: 0px 6px;
    background-size: 25px;
  }

}
article {
}

.template-news article .article-content {
  display: none;
}
.template-news article .article-content.article-lead {
  display: block;
}
.template-news article.expanded .article-content {
  display: block;
}
.template-news article.expanded .article-content.article-lead {
  display: none !important;
}


article .article-readmore {
  text-align: center;
  color: #fff;
  font-size: 12pt;
  margin-top: 20px;
}
article .article-readmore a {
  color: #fff;
  display: inline-block;
  background-image: url("../i/news-more.png");
  background-repeat: no-repeat;
  width: 124px;
  height: 29px;
  padding-top: 2px;
}
article.expanded .article-readmore a {
  background-image: url("../i/news-less.png");
}
article .article-dt {
  color: gray;
  font-weight: bold;
  font-size: 10pt;
}
article ul {
  padding-left: 0px;
}
article li {
  list-style-position: inside;
}
article img,
.content-item img {
  max-width: 100%;
  height: auto;
}
article img.cover-image {
  max-width: 220px;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  article img.cover-image {
    width: 100%;
    max-width: none;
    display: block;
  }
}

#news-more-link a {
  font-weight: bold;
  background-image: url("../i/list-heading.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 18px;
  display: inline-block;
  padding-right: 30px;
}
#news-more-link a:hover {
  background-image: url("../i/list-heading-hover.png");
}
article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
article table th,
article table td {
  border: 1px solid white;
  min-width: 25px;
  padding: 3px;
}
article table th {
  text-align: center;
  background-color: #b1b1b2;
  color: white;
}
article table td {
  background-color: #ebecec;
}
article table caption {
  text-align: center;
  color: #6083bd;
  caption-side: top;
  padding-bottom: 5px;
}

article img.icon-season {
  height: 40px;
  margin-right: 15px;
  margin-bottom: 5px;
}
article h5 {
  text-transform: uppercase;
  color: #6083bd;
  font-weight: bold;
}
article h5.summer {
  color: #83b817;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  article img.icon-season {
    height: 25px;
  }
}

.linkicon {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-image: url("../icons/linkicon-prices.svg"), url("../icons/linkicon-blank.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px, contain;
  padding-left: 50px;
  padding-top: 7px;
}
.linkicon:hover {
  background-image: url("../icons/linkicon-prices-active.svg?a"), url("../icons/linkicon-blank-active.svg?a");
}

.modal-dialog, .modal-content {
  background-color: transparent;
}
.modal-backdrop {
 background-color: white;
 opacity: .95 !important;
}
.modal-content, .modal-header, .modal-footer {
  border-width: 0px;
  padding: 0;
}
.close {
  opacity: 1 !important;
}
.close img {
  width: 30px;
  height: 30px;
  max-width: none;
}
.article-images {
}
.article-images img {
  width: 100%;
}
.article-images img.many-pics {
  cursor: pointer;
}
.article-images ul.content-pics-switcher {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.content-pics-switcher li {
  display: inline-block;
}
.content-pics-switcher a {
  background-image: url("../i/pic-switcher.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  display: block;
  margin: 2px ;
}
.content-pics-switcher .active a {
  background-image: url("../i/pic-switcher-active.svg");
}


.collapse-list .h4 {
  margin-bottom: 20px;
}
.collapse-list .list-item {
  margin-bottom: 30px;
}
.collapse-list h3 {
  font-weight: bold;
  font-size: 15pt;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .collapse-list h3 {
    font-size: 14pt;
  }
}
.collapse-list h3 {
  border-top: 1px solid transparent;
}
.collapse-list .collapsed h3 {
  font-weight: normal;
  border-top-color: #6083bd;
  border-top-left-radius: 5px;
}
.summer.collapse-list .collapsed h3,
.collapse-list .list-item#rule-w-c h3 {
  border-top-color: #83b817;
}
.collapse-list .list-item-title a {
  background-color: #6083bd;
  min-height: 40px;
  display: block;
  margin-left: 45px;
  color: white;
  padding: 8px 10px;
}
.collapse-list .collapsed .list-item-title a {
  color: #6083bd;
  background-color: transparent;
}
.summer.collapse-list .list-item-title a,
.collapse-list .list-item#rule-w-c a {
  color: white;
  background-color: #83b817;
}
.summer.collapse-list .collapsed .list-item-title a,
.collapse-list .collapsed.list-item#rule-w-c a {
  color: #83b817;
  background-color: transparent;
}
.collapse-list h3 img,
.rules .icon-number {
  margin-right: 10px;
  vertical-align: top;
  width: 40px;
  height: 40px;
  float: left;
  display: inline-block;
}
.rules .icon-number {
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  background-image: url("../icons/list-item-bg-winter.svg");
}
.summer.rules .icon-number,
.rules .list-item#rule-w-c .icon-number {
  background-image: url("../icons/list-item-bg-summer.svg");
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .collapse-list h3 img,
  .rules .icon-number {
    width: 35px;
    height: 35px;
  }
  .collapse-list .list-item-title a {
    min-height: 35px;
  }
}

.collapse-list h3 .list-item-title a::before {
  content: "";
  float: right;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("../i/list-collapse.svg?a");
  background-repeat: no-repeat;
}
.collapse-list .collapsed h3 .list-item-title a::before {
  background-image: url("../i/list-expand-winter.svg");
}
.summer.collapse-list .collapsed h3 .list-item-title a::before {
  background-image: url("../i/list-expand-summer.svg");
}

 #submenu {
  z-index: 1;
}
#menu-items li:hover #submenu {
  display: block;
  background-color: rgba(230, 230, 230, .9);
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  padding-bottom: 15px;
}
#submenu-content {
}

.season-icon img {
  height: 35px;
  margin-bottom: 20px;
}
.season-content:first-child {
  border-right: 1px solid white;
}
.season-content .icon {
  margin-bottom: 10px;
}
.season-content img {
  height: 40px;
  vertical-align: middle;
}


/* mazais ekrāns */
@media (max-width: 767.98px) {
  #submenu {
    position: relative;
  }
}


#admin-header {
  position: fixed;
  z-index: 10;
}
.admin-links {
  font-size: small;
}
#sitetools {
  /* display: none; */
  position: absolute;
  right: 0;
}



.webcam-container {
}
.webcam-item {
  min-width: 250px;
  position: relative;
}
.webcam-item iframe {
  background-color: black;
}
.webcam-header {
  background-image: url("../i/webcam-header-bg.svg?a");
  background-repeat: no-repeat;
  text-align: center;
  height: 45px;
  padding-top: 7px;
  width: 100%;
  max-width: 350px;
  position: absolute;
  top: -1px;
  z-index: 2;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .webcam-header {
    height: 60px;
    padding-top: 15px;
    max-width: none;
  }
}


.parkmap-container {
  margin-bottom: 15px;
}
.parkmap-item {
  min-width: 145px;
  width: 16%;
  display: inline-block;
  vertical-align: top;
  font-size: 11pt;
}
.parkmap-item-ghost {
  visibility: hidden;
  height: 0 !important;
  min-height: none;
}
.parkmap-item img {
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.parkmap-item img.parkmap-line {
  height: 5px;
}
.summer .parkmap-item {
  width: 25%;
  height: auto;
}
.parkmap-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  padding-top: 3px;
  background-image: url("../icons/park/icons/blank.svg");
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  text-align: center;
}


.btn-mk, a.btn-mk {
  padding: 10px;
  padding-right: 42px;
  background-image: url("../i/button-bg.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
  background-color: #ddd;
  border-radius: 0;
  color: #444;
  font-size: 11.5pt;
}
.btn-mk:hover,
.btn-mk:active {
  background-image: url("../i/button-bg-active.svg?b");
  background-color: #6083bd;
  color: #fff;
}
.btn-mk.winter,
a.btn-mk.winter,
.btn-mk.summer,
a.btn-mk.summer {
  padding-left: 42px;
  padding-right: 10px;
  background-position: 12px center;
  background-size: 27px;
}
.btn-mk.winter,
a.btn-mk.winter {
  background-image: url("../icons/winter.svg");
}
.btn-mk.winter:hover,
.btn-mk.winter:active {
  background-image: url("../icons/winter-active.svg");
}
.btn-mk.summer,
a.btn-mk.summer {
  background-image: url("../icons/summer.svg");
}
.btn-mk.summer:hover,
.btn-mk.summer:active {
  background-image: url("../icons/summer-active.svg");
  background-color: #83b817;
}
/* mazais ekrāns */
@media (max-width: 767.98px) {
  .btn-mk,
  a.btn-mk {
    padding: 12px;
    padding-left: 55px;
    background-position: 10px center;
    background-size: 35px;
    font-size: 12pt;
  }
}


.banner-button {
  clear: both;
  text-align: center;
  margin-top: 90px;
}
.banner-button a {
  /* background-image: url('../i/giftcard-button.png'); */
  background-image: url("../i/button-bg-active.svg?b");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
  background-color: #83b817;
  
  display: inline-block;
  /* width: 108px; */
/*  height: 42px;*/
  text-transform: uppercase;
  color: white;
  padding: 10px 15px;
  padding-right: 50px;
/*  margin-left: auto;*/
/*  margin-right: auto;*/
  border-radius: 3px;
}
.banner-button a.b2 {
  background-image: url("../i/button-bg.svg?b");
  background-color: #6083bd;
}
.banner-button a:hover, .banner-button a:active {
  background-image: url("../i/button-bg.svg?b");
  background-color: #6083bd;
  color: #fff;
}
.banner-button a.b2:hover, .banner-button a.b2:active {
  background-image: url("../i/button-bg-active.svg?b");
  background-color: #83b817;
}
.banner-button span {
  background-color: #00000088;
  border-radius: 5px;
  padding: 2px 10px;
  color: white;
  margin: 2px auto;
  display: inline-block;
}

/* mazais ekrāns */
@media (max-width: 767.98px) {
  .banner-button {
    margin-top: 0px;
  }
  .banner-button a {
    margin-top: 0px;
    font-size: .8em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none;
    background-size: 12px;
    padding-right: 30px;
  }
  .banner-button span {
    font-size: .8em;
  }
}


/* webcam poga pašā augšā */
a#webcam-button {
  display: inline-block;
  color: #6083bd;
  padding: 3px 5px;
  margin-left: auto;
  margin-right: 10px;
}
#temperature {
  width: auto;
}
@media (max-width: 767.98px) {
  #temperature {
    margin-left: initial;
  }
}