/* exo-regular - latin-ext_latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('./fonts/exo-v18-latin-ext_latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('./fonts/exo-v18-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-700 - latin-ext_latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('./fonts/exo-v18-latin-ext_latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('./fonts/exo-v18-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-800 - latin-ext_latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: local(''),
    url('./fonts/exo-v18-latin-ext_latin-800.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('./fonts/exo-v18-latin-ext_latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-900 - latin-ext_latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  src: local(''),
    url('./fonts/exo-v18-latin-ext_latin-900.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('./fonts/exo-v18-latin-ext_latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
    url('./fonts/open-sans-v28-latin-ext_latin-300.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('./fonts/open-sans-v28-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('./fonts/open-sans-v28-latin-ext_latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('./fonts/open-sans-v28-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-500 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('./fonts/open-sans-v28-latin-ext_latin-500.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('./fonts/open-sans-v28-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
    url('./fonts/open-sans-v28-latin-ext_latin-italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('./fonts/open-sans-v28-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.btn,
button {
  background-color: rgb(0 0 0 / 53%);
  border: 2px solid white;
  color: white;
  padding: 8px 14px;
  font-family: 'Exo' !important;
}
button a {
  color: white;
}

element.style {
}
.timeline-carousel__item-inner .read-more {
  color: white !important;
}
a,
.juosta-col {
  cursor: pointer !important;
}

.vjs-paused {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  transition: 0.3s;
}

.vjs-playing {
  transition: 0.3s;
}

.visually-hidden {
  display: none;
}
body {
  font-size: 90%;
}
p {
  /*font-size:160%;*/
  font-size: 14px;
}
.fa-arrow-circle-left {
	position:fixed;
  color: #ffffff !important;
  text-shadow: 0px 0px 4px black !important;
  opacity: 1 !important;
}
.colis {
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  background-position: center center;
}
/*.container-fluid .row .col {
	border-right: 3px solid white;
    border-bottom: 3px solid white;
	margin: 0px!important;
}*/
.container-fluid .row .colis {
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin: 0px !important;
}
.container-fluid .row .colis:last-child {
  border-right: none;
}
.container-fluid .row:last-child .colis {
  border-bottom: none;
}
h1,
h2,
h3,
h4,
h5 {
  /*font-size:160%;*/
  font-size: 28px;
}
h4,
h5 {
  font-size: 18px;
  font-weight: 600;
}
.col h1 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px black;
}

h1,
h2,
h3,
h4,
h5,
button {
  font-family: 'Exo', sans-serif;
  letter-spacing: 1.5px;
}

h1 {
  text-transform: uppercase;
}

h1:after {
  content: url('/site/templates/styles/img/divider2.svg');
  display: block;
  width: 160px;
  margin: 0 auto;
}

p,
body,
ul li,
table {
  font-family: 'Open Sans', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.watermark-background,
.watermark-foreground,
.watermark,
.watermark-foto,
.watermark-tema {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  margin: 0;
}
.watermark-map {
  position: absolute;
  bottom: 0;
  display: table;
  background: rgba(0, 0, 0, 0.4); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  height: 3%;
  padding-top: 0.3%;
  /*padding-top: 0.5%;*/
  text-align: center;
}
.watermark-map p {
  display: table-cell;
}
.desc {
  font-size: 57%;
}
.watermark p,
.watermark-foto p {
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.watermark-background p,
.watermark-foreground p {
  margin-bottom: 0px;
}
.pavadinimas {
  margin: 3% 6% 3%;

  text-align: center;
  /*font-size:230%;*/
}

.issamiau {
  position: relative;
  bottom: -90%;
  z-index: 9999;
  width: 65%;
}
.fonas {
  /*    display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;*/
  /*background-image: url(/site/templates/styles/map3.jpg);*/
  /*width: 1144px;height: 935px;*/
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: 100% 100%;
}

.outer {
  position: relative;
}
.charity {
  display: block;
  text-align: center;
}

.charity > .inner-icon {
  position: absolute;
  top: 4px;
  left: 6px;
  /* text-shadow: 0px 0px 9px #000000a8;*/
  color: #184cb1;
}
.charity .fa-map-marker:after {
  content: '\f041';
  position: absolute;
  left: 0;
  top: 0;
  color: #184cb1;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.charity > .inner-num {
  color: white;
  width: 20px;
  /* text-align:center;*/
  font-weight: bold;
  font-family: 'Lobster', cursive;
  position: relative;
  z-index: 2;
}
.container-photo {
  margin: 0px auto;
  margin-bottom: 15px;
}
.container-photo .foreground-img {
  border-right: 2px solid white;
}

#kalba {
  position: absolute;
  z-index: 999;
  right: 1%;
  background-color: black;
  top: 2%;
  border: none;
  opacity: 0.5;
  font-family: 'Exo';
}
#back {
  position: absolute;
  z-index: 999;
  left: 1%;
  top: 2%;
}
.charity > .inner-icon {
  font-size: 5em;
  text-shadow: 3px 3px 4px #000;
}
.back-foto {
  /*width: 1400px;*/
  height: 64vh;
}
.map-desc{
  margin-left: 60px;
  text-align: left;
  margin-top: 10px;
}
.slideCont h1:after{
  display:none;
}
.nuoroda-foto {
  width: 100%;
  height: 100%;
  border: none;
}
.objektu-sarasas{
  height:80vh;
  margin-top:25px;
  overflow-y:scroll;
}

.objektu-sarasas p{
  position: relative;
    border-top: 1px solid #d9d9d9;
    padding: 2px 5px;
    text-align: left;
}
.objektu-sarasas .charity{
  position:absolute;
  top: 0px;
}
.object-sarasas-title{
  margin-left:40px;
  line-height: 30px;
  
}
.nuoroda {
  top: 35%;
  left: 1%;
  text-align: center;
  width: 140px;
  height: 228px;
  position: absolute;
  cursor: pointer;
  display: block;
}
.fonas {
  overflow: hidden;
}
.isorinis-fonas {
  width: 100%;
  height: 100%;
  /*background-image: url("/site/templates/styles/zemep.jpg");
background-repeat: no-repeat;*/
  position: absolute;
  overflow: hidden;
}

.map-text p {
  padding: 0 27% 0 0;
  font-size: 16px;
}
.map-text span h1 {
  margin-top: 2%;
}
.map-text span {
  padding-top: 10%;
}
/*// Extra small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
}

/* Min devices  */
@media (min-width: 576px) {
  .charity {
    width: 34px;
  }
  .charity > .inner-icon {
    font-size: 2em;
  }
  .charity > .inner-num {
    font-size: 1.1em;
    top: 4px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 1011px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 700px;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
@media (min-width: 1800px) {
  .charity {
    width: 35px;
  }
  .charity > .inner-icon {
    font-size: 2em;
  }
  .charity > .inner-num {
    font-size: 1.1em;
    top: 4px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 700px;
  }
}
@media (min-width: 1921px) {
  .charity {
    width: 37px;
  }
  .charity > .inner-icon {
    font-size: 2em;
  }
  .charity > .inner-num {
    font-size: 1.1em;
    top: 4px;
  }
  .modal-lg,
  .modal-xl {
    max-width: 1011px;
  }
}
@media (min-width: 2000px) {
  .charity {
    width: 49px;
  }
  .charity > .inner-icon {
    font-size: 5em;
    margin-top: -20%;
  }
  .charity > .inner-num {
    font-size: 2.2em;
    left: 0.3em;
    top: 0px;
  }

  button.btn {
    font-size: 160%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal span {
    font-size: 160%;
  }
  .modal-lg,
  .modal-xl {
    max-width: 2011px;
  }
  #kalba {
    font-size: 240%;
    padding-left: 0.7%;
    padding-right: 0.7%;
  }
  a#kalba {
    font-family: 'Exo' !important;
  }
  #back {
    font-size: 240%;
  }
  .desc {
    font-size: 100%;
  }

  .map-text p {
    padding: 0 21% 0 0;
    font-size: 30px;
  }
  .map-text span h1 {
    font-size: 549%;
  }
  .map-text span {
    padding-top: 10%;
  }
  .nuoroda {
    width: 220px;
    height: 300px;
  }

  .nuoroda h4 {
    font-size: 210%;
  }
  /*.pavadinimas{

		font-size:350%;
	}*/
  .pavadinimas,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 350%;
  }
  p {
    font-size: 30px;
  }
}

.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-justify {
  text-align: justify;
}


.street-name-line-tilzes-gatve {
  background-color:#0031a1;
  width: 230px;
  position: absolute;
  height: 10px;
  transform: rotate(102deg);
  bottom: 29%;
  left: 25%;
  transform-origin: 0px 0px;
  border-radius: 10px 0px 0px 10px;
}

.street-name-line-tilzes-gatve:after{
  content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #0031a1;
    position: absolute;
    top: -15px;
    right: -20px;
}

.street-name-line-tilzes-gatve:before{
  content: 'Tilžės gatvė';
  transform: rotate(-102deg);
  display: block;
  transform-origin: 0px 0px;
  position: absolute;
  right: -146px;
  font-size: 20px;
  font-weight: 600;
  bottom: -76px;
  background-color: white;
  border-radius: 15px;
  padding: 5px;
}

.street-name-line-vytauto-gatve {
  background-color: #0031a1;
  width: 430px;
  position: absolute;
  height: 10px;
  transform: rotate(40deg);
  bottom: 34%;
  right: 22%;
  transform-origin: 0px 0px;
  border-radius: 10px 0px 0px 10px;
}

.street-name-line-vytauto-gatve:after{
  content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #0031a1;
    position: absolute;
    top: -15px;
    right: -20px;
}

.street-name-line-vytauto-gatve:before {
  content: 'Vytauto gatvė';
  transform: rotate(-40deg);
  display: block;
  transform-origin: 0px 0px;
  position: absolute;
  right: -115px;
  font-size: 20px;
  font-weight: 600;
  bottom: -80px;
  background-color: white;
  border-radius: 15px;
  padding: 5px;
}

.street-name-line-vilniaus-gatve {
  background-color: #0031a1;
  width: 167px;
  position: absolute;
  height: 10px;
  transform: rotate(222deg);
  top: 18%;
  left: 29%;
  transform-origin: 0px 0px;
  border-radius: 10px 0px 0px 10px;
}

.street-name-line-vilniaus-gatve:after{
  content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #0031a1;
    position: absolute;
    top: -15px;
    right: -20px;
}

.street-name-line-vilniaus-gatve:before {
  content: 'Vilniaus gatvė';
    transform: rotate(-222deg);
    display: block;
    transform-origin: 0px 0px;
    position: absolute;
    left: 293px;
    font-size: 20px;
    font-weight: 600;
    top: -25px;
    background-color: white;
    border-radius: 15px;
    padding: 5px;
    width: 150px;
}