@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,300italic,400italic&subset=latin-ext,latin);

@media print {
 * {
  background-color: #fff !important;
  color: #000 !important;
  border: 0 !important;
  text-align:left !important;
  padding: 0  !important;
  margin: 0  !important;
}
p {
  margin-bottom: 10px  !important;
}
.site-menu, .site-header,
#logobar, #tdmenu, #imagebar {
  display:none !important;
}

.printonly {
  display: block !important;
} 
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;

}
body, html {
  height: 100%;
  font-family: Roboto, Helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.428;
  color: #222;
}

p, li, td, th {
  font-size: 16px;
  line-height: 1.428;
}

h1 {
  line-height: 30px;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(120, 40, 40, 0.3);
  color: #333;
}
h2 {
  line-height: 24px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 20px;
}
h3 {
  line-height: 20px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}

p {
  margin: 4px 0 8px 0;
}


table.price {
  margin: 16px 0;
  width: 100%;
  max-width: 30em;
}
table.price td.currency {
  width: 10em;
}
.price td, .price th {
  font-size: 16px;
  border-bottom: 1px solid rgba(109, 143, 157, 0.2);
}
.currency {
  font-weight: 500;
}




img {
    display: inline-block;
    border: 0;
}

td {
    vertical-align: top;
}

th { text-align: left; font-weight: normal;}

body {
    background-color: #FFFBD6;
}


.site-header {
  box-shadow: 0 5px 10px rgba(120, 40, 40, 0.3);
}

.site-footer {
    color: #111;
}

.site-footer p {
    border-top: 1px solid rgba(120, 40, 40, 0.2);
    text-align: left;
    margin-left: 330px;
    padding-top: 10px;
}
div#imagebar {
    border-top: 1px solid #A88A31;
    border-bottom: 1px solid #A88A31;
    text-align:center;
    background-color: white;
}
#imagebar img {
  border-right: 1px solid #794D35;
  width: 157px;
}
#imagebar .img-5 {
  border: 0;
}

.site-content {
  padding: 24px 0 0 32px;
  margin-left: 300px;
}


div#friends {
    margin: 5px 0 0 5px;
    padding:  5px;
    border: 1px solid #999;
    background-color: #fff;
}


/* logo */
h1#title {
    position: absolute;
    top: 80px;
    right: 30px;
    display: block;
    width: 478px;
    height: 59px;
    background: transparent url(../images/logo-text.png);
}


div#welcome img {
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
}


h1#title span {
    display: none;
}

.site-menu a {
    color: #135;
}
.site-menu a:hover {
    color: #c30;
}

.site-content a {
    color: #c30;
}
.site-content a:hover {
    color: #c30;
}

div.infoimage {
    text-align:center;
    margin-bottom: 15px;
}
div.infoimage img {
    border: 1px solid #999;
    background-color: #fff;
    padding: 3px;
}

ul { font-size: 1.2em }
li { margin-bottom: 0.6em}

td.description {

}
td, th {
    color: #F7983E;
    color: #111;
}

div.aktualitates strong {
    color: #c66;
}

.printonly {
    display: none;
}


div#lang {
    position: absolute;
    right: 0;
    top: 0;
}

div#lang a {
    display:block;
    background-color: white;
    padding: 0 20px 0 20px;
    text-decoration: none;
    color: #a57a7b;
    border-left: 1px solid rgba(120, 40, 40, 0.2);
    border-bottom: 1px solid rgba(120, 40, 40, 0.2);
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    margin-right: 4px;
}

.picturehint {
    padding: 10px;
    background-color: #fff;
}

.picturehint img {
    border: 1px solid #777;
}

div#materiali table span {
    padding-left: 18px;
    background: url(../images/icon-photo.gif) no-repeat top left;
}

div#materiali table span.noimage {
    background-image: none;
    padding-left: 0;
}

div#materiali {
    line-height: 150%;
}


ul {
    margin-left: 40px;
    margin-bottom: 10px;
}

td#tdcontent a img { border: 1px solid #ccc; margin-bottom: 3px;}
td#tdcontent a:hover img { background-color: #FC810A;}
div#content p.underpic { font-size: 1.1em; padding: 0; margin:0}

p.paynote {
    padding: 20px;
    background-color: #fff;
    color: #C03926;
    border: 1px solid #1e1e1e;
    text-align: center;
    box-shadow: 0 5px 10px rgba(120, 40, 40, 0.3);
}
p.paynote em {
    color: #C03926;
    font-style: normal;
    font-weight: bold;
}

.master-note {
    padding: 20px;
    margin: 48px 0;
    background-color: #fff;
    border: 1px solid #1e1e1e;
    text-align: center;
    box-shadow: 0 5px 10px rgba(120, 40, 40, 0.1);
}

p.contacts {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fff;
}
div.contacts {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fff;
}
td#tdcontent div.contacts th,
td#tdcontent div.contacts td, td#tdcontent div.contacts p {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}
div.contacts th { color: #555 }

td#tdcontent img {
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #fff;
}


p#allprices {
    text-align: right;
    font-size: 1em;
}
.site-header {
    /*background: #fff url(../images/logo-bg.png) top left repeat-x; */
    background: white;
    position: relative;
}
table#visage {
    margin-bottom: 20px;
}
table#visage p.underpic {
    color: #666;
}

td#tdcontent .warning {
    color: #c33;
    font-weight: bold;
}
div.hair-images {
    text-align: center;
    margin-bottom: 12px;
}
td#tdcontent div.hair-images img {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 1px 0 0;
}
td#tdcontent img.unstyled {
    padding: 0;
    border: 0;
}
.clear {
    display:block;
    height:1px;
    clear:both;
    overflow:hidden;
    border:0;
}

td#tdcontent p.description {
    font-size: 11px;
    color: #555;
}

div.flash {
    text-align: center;
    margin: 20px 0;
    border:0 !important;
}

div#welcome div.flash {
    padding: 0;
    margin: 20px 0 0 0;
    text-align: left;
}

table#fitness {
    border-collapse: collapse;
    border: 1px solid #ccc;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
table#fitness th {
    color: #555;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 3px;
}

table#fitness td {
    padding: 3px;
}
table#fitness .d1,
table#fitness .d3,
table#fitness .d5 {
    background-color: #eee;
}

table#fitness .d2,
table#fitness .d4 {
    background-color: #fff;
}

i {
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
}

.deco a img {
    margin: 0 !important;
    padding: 0 !important;
}
u {
    text-decoration: none;
    padding: 0 3px;
}
.natinuel img {
    border: 1px solid #eee !important;;
    margin-bottom: 5px;
}

.currency--eur {
    white-space: nowrap;
}
.currency--lvl {
    white-space: nowrap;
}

.currency--article {
    display: inline;
    font-weight: normal;
}
.currency--break {
    display: none;
}

.currency--leading-zero {
    visibility: hidden;
    display: none;
}
td.currency {
    width: 8em;
    text-align: right;
}
table.price .currency--leading-zero {
    visibility: hidden;
    display: inline;
}
table.price .currency--eur,
table.price .currency--lvl {
    text-align: right;
}
table.price .currency--lvl {
    color: #666;
    font-size: 80%;
}

tr.no-bottom-border td {
    border-bottom: 0;
}

div.hr {
    border-top: 1px solid rgba(120, 40, 40, 0.2);
    margin-top: 24px;
    margin-bottom: 24px;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

a.no-effects,
img.no-effects {
  border: 0 !important;
  background: transparent !important;
}


.site-header {
  background: url(../images/xv/xv.png);
  padding-bottom: 16px;
  padding-top: 8px;
  padding-left: 16px;
}
.site-menu {
  float: left;
  width: 300px;
  padding: 16px;
  background: url(../imagesn/orwegian_rose/norwegian_rose.png);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -120px;
}

.site-footer {
  clear: both;
  padding-top: 32px;
  padding-bottom: 16px;
}
.site-footer-inner {
  padding-top: 16px;
}

.site-menu a {
  text-decoration: none;
  border-bottom: 1px solid rgba(109, 143, 157, 0.2);
  
}

.site-menu dl {
    list-style: none;
}

.site-menu dt.top {
    padding-top: 8px;
    font-weight: 600;
}
.site-menu .meh {
  padding-top: 8px;
  font-weight: 500;
}
.site-menu .shallow {
  padding-top: 8px;
  padding-bottom: 4px;
  font-weight: 500;
}

.site-menu .image a {
  display: block;
  padding: 0 0 0 8px;
  border: 0;
}
.site-menu .deep {
  font-weight: 300;
  padding-left: 12px;
  padding-bottom: 2px;
}
.site-menu .selected a {
  color: #c30;
  border-bottom: 1px solid rgba(204, 51, 0, 0.3);
}

.page {
  max-width: 50em;
  padding-right: 20px;
  position: relative;
}

.page img {
  padding: 5px;
  max-width: min(100%, 780px);
  height: auto;
  background-color: white;
  margin-right: 8px;
  margin-bottom: 8px;
  box-shadow: 0 5px 10px rgba(120, 40, 40, 0.3);
}

.callout {
  color: #933;
  font-weight: 400;
}

tr.head th, tr.head td {
  padding-top: 16px;
  font-weight: bold;
}
img.transparent {
  box-shadow: none;
  background: transparent;
}

.marker {
  background-image: url(/images/mapbox-icon.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.mapboxgl-popup-content,
.mapboxgl-popup-tip {
  opacity: 0.8;
}


.header-box {
  display: block;
  position: absolute;
  cursor: pointer;
  left: 300px;
  top: 30px;
  font-size: 90%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #e5e5e5;
  padding: 16px 32px;
}
a.header-box {
  text-decoration: none;
  color: #333;
}
a.header-box b {
  color: #135;
  border-bottom: 1px solid rgba(109, 143, 157, 0.2);
}
a.header-box:hover {
}


.before-after {
  display: flex;
  flex-direction: row;
}
.before-after > div {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}
.before-after label {
  text-align: center;
  font-size: 0.8rem;
  color: #999;
}


dd a img,
dd a svg {

    width: 18px;
    height: 18px;
    display: block;
    color: #ffac33;
    position: absolute;
    margin-top: 2px;
    margin-left: -20px;
    font-size: 80%;
}

h1 + .new { 
    font-size: 11px;
    line-height: 22px;
    font-weight: bold;
    background: white;
    padding: 0 2ch 0 1.5ch;
    letter-spacing: 1px;
    color: #444;

    border-radius: 4px;
    border: 1px solid #ddd;

    display: inline-block;

    margin-top: -20px;
    margin-bottom: 20px;

    user-select: none;

    background: white url(../images/entypo/star.svg) no-repeat 5px center;
    background-size: 14px 14px;
    padding-left: 22px;
}

ol {
    margin-left: 3ch;
}


.v {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.v h2 {
  margin: 0;
  font-family: roboto;
  font-weight: 500;
}
.v textarea {
  margin-bottom: 2em;
}
.v button {
  padding: 1em;
  cursor: pointer;
  font-weight: bold;
}
.v textarea {
  font-family: roboto;
  font-weight: 300;
  line-height: 1.4;
  padding: 0.2em;
}


.notice-failure {
  color: #933;
}

.center-content {
  display: flex;
  justify-content: center;
}


/* h: izkārto elementus horizontāli */
.h {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--space, 1rem);
  align-items: flex-start;
}

.h.--nowrap  { flex-wrap: nowrap }
.h.--justify { justify-content: space-between }
.h.--top     { align-items: flex-start }
.h.--center  { align-items: center }
.h.--left    { justify-content: flex-start }

.h.--stretch { align-items: stretch }
.--grow { flex-grow: 1 }
.--shrink { flex-shrink: 1 }


.full-image {
  box-shadow: 0 5px 10px rgba(120, 40, 40, 0.3);
  display: flex;
  justify-content: center;
  background: white;
}
.full-image > img {
  box-shadow: none;
}


.flex-images-2 {
  display: grid;
  max-width: 780px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.flex-images-2 img {
  max-width: 100%;
}

a.whatsapp {
  text-decoration-color: #cc330040;
}
a.whatsapp span {
  padding-left: 4px;
}

.offside {
}

iframe {
  max-width: 100%;
}

@media (max-width: 768px) {

  #content {
    display: flex;
    flex-direction: column;
  }

  .site-content {
    width: auto;
    margin-left: 0;
    padding-left: 16px;
  }

  .site-footer p {
    margin-left: 10px;
  }

  .site-menu {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }

  dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 2ch;
  }
  dt.top {
    display: none;
  }
  dd {
    display: none;
  }
  dd.shallow {
    display: block;
    white-space: nowrap;
  }

  .offside {
    max-width: 100%;
    position: relative !important;
    right: 0 !important;
  }

}



.price + h2 {
  margin-top: 4rem;
}
