/* 
https://codepen.io/sosuke/pen/Pjoqqp 
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,800;1,400;1,800&&display=fallback");
.btn-outline-light {
  --bs-btn-color: #FFFFFF;
}

/* Carousel Hp */
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
section > div > div.row {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundcentercenter {
  background-position: center !important;
}

.backgroundbottomcenter {
  background-position: center bottom !important;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundtopleft {
  background-position: left top !important;
}

.backgroundcenterleft {
  background-position: left center !important;
}

.backgroundtopright {
  background-position: right top !important;
}

.backgroundcenterright {
  background-position: right center !important;
}

.backgroundbottomright {
  background-position: right bottom !important;
}

.backgroundbottomleft {
  background-position: left bottom !important;
}

.margintop1 > div > div.row {
  margin-top: 0;
}

.margintop2 > div > div.row {
  margin-top: 6rem;
}

.margintop3 > div > div.row {
  margin-top: 9rem;
}

.marginbottom1 > div > div.row {
  margin-bottom: 0;
}

.marginbottom2 > div > div.row {
  margin-bottom: 6rem;
}

.marginbottom3 > div > div.row {
  margin-bottom: 9rem;
}

.paddingtop1 > div > div.row {
  padding-top: 0;
}

.paddingtop2 > div > div.row {
  padding-top: 6rem;
}

.paddingtop3 > div > div.row {
  padding-top: 9rem;
}

.paddingbottom1 > div > div.row {
  padding-bottom: 0;
}

.paddingbottom2 > div > div.row {
  padding-bottom: 6rem;
}

.paddingbottom3 > div > div.row {
  padding-bottom: 9rem;
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

.imageposition1 {
  background-position: left top;
}

.imageposition2 {
  background-position: center top;
}

.imageposition3 {
  background-position: right top;
}

.imageposition4 {
  background-position: left center;
}

.imageposition5 {
  background-position: right center;
}

.imageposition6 {
  background-position: left bottom;
}

.imageposition7 {
  background-position: center bottom;
}

.imageposition8 {
  background-position: right bottom;
}

.colbackgroundsize1 {
  background-size: cover;
}

.colbackgroundsize2 {
  background-size: contain;
}

.progrescol {
  background-repeat: no-repeat;
}

body, table td, table th, table tbody td, input, textarea, h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  color: #000;
}

.foto_vlevo {
  float: left;
  margin: 0px 20px 10px 0px;
}

.foto_vpravo {
  float: right;
  margin: 0px 0px 20px 10px;
}

h1 {
  font-size: 2.2em;
  line-height: 1.1;
  font-weight: bold;
}

h2 {
  font-size: 2em;
  font-weight: bold;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
}

a {
  color: #000;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
  background-color: black;
  color: white;
}
a:focus img.focus {
  outline: 5px dotted yellow;
}
a:focus img.focus2 {
  outline: 5px dotted #F29100;
}
a:hover, a:active {
  color: #F29100;
  background-color: transparent;
}
a:hover img.focus, a:active img.focus {
  outline: none !important;
}
a:hover img.focus2, a:active img.focus2 {
  outline: none !important;
}
a.no-focus-background:focus {
  background-color: transparent;
}
a.nounder {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
ul li {
  position: relative;
  padding-left: 2rem;
}
ul li:before {
  display: block;
  content: " ";
  background-size: cover;
  background-image: url(/images/li.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  margin-left: -1.7rem;
  margin-top: 0.5rem;
  transform: translateX(0);
}

img.lightboxthumb {
  width: 120px;
  max-height: 120px;
}

img.response, img.responsive {
  max-width: 100%;
  height: auto;
}

.lightgrey {
  color: #868686;
}

.light {
  font-weight: 200;
}

.black {
  color: black;
}
.black:hover {
  color: black;
}

.main {
  color: #F29100;
}

.btn-main {
  padding: 1em 1em 1em 3em;
  border: 1px solid black;
  border-radius: 3em;
  color: black;
  text-decoration: none;
  transition: 0.5s all;
  position: relative;
}
.btn-main:before {
  position: absolute;
  content: "";
  background-image: url(/images/arrow_right_black.svg);
  display: block;
  width: 18px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.btn-main:hover {
  background-color: #F29100;
  border-color: #F29100;
  color: black;
}

.link-circle {
  border-radius: 30px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 5px 10px 10px #999;
  position: relative;
  font-size: 0.9em;
  transition: 0.5s all;
  border: 1px solid #F29100;
}
.link-circle.main {
  color: white;
  background-color: #F29100;
}
.link-circle.main:hover {
  color: #F29100;
  background-color: white;
  text-decoration: none;
  box-shadow: 0px 0px 5px #999;
  transform: translate(5px, 5px);
}
.link-circle.black {
  color: white;
  background-color: black;
  border-color: black;
}
.link-circle.black:hover {
  color: black;
  background-color: white;
  border-color: white;
  text-decoration: none;
  box-shadow: 0px 0px 5px #555;
  transform: translate(5px, 5px);
}
.link-circle.second {
  color: white;
  background-color: #0BA0D8;
  border-color: #0BA0D8;
}
.link-circle.second:hover {
  color: #0BA0D8;
  background-color: white;
  text-decoration: none;
  box-shadow: 0px 0px 5px #999;
  transform: translate(5px, 5px);
}
.link-circle:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 1px solid #bbb;
  transition: 0.5s all;
}
.link-circle:hover:after {
  width: 240px;
  height: 240px;
  border-radius: 120px;
  opacity: 0;
}

.nopaddingall div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.colorwhite {
  color: white;
}

.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .google-maps {
    padding-bottom: 25%;
  }
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe, .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  /*   height: 100% !important;*/
}

.white {
  color: white;
}

.border-bottom {
  border-bottom: 1px solid #868686;
}

.backgroundmain {
  background-color: #F29100;
  color: white;
}
.backgroundmain p, .backgroundmain h1, .backgroundmain h2, .backgroundmain h3, .backgroundmain h4, .backgroundmain a {
  color: white;
}
.backgroundmain .col {
  background-color: rgba(40, 54, 130, 0.9);
}

.backgroundgrey {
  background-color: #474747;
  color: white;
}
.backgroundgrey a {
  color: white;
}

.backgroundlightgray {
  background-color: #868686;
}

.backgroundverylightgray {
  background-color: #EBEBEB;
}

.backgroundldarkgray {
  background-color: #181818;
  color: white;
}
.backgroundldarkgray a, .backgroundldarkgray td {
  color: white;
}

.backgroundwhite {
  background-color: white;
}

.backgroundblack {
  background-color: #1C1C1B;
  color: white;
}
.backgroundblack a {
  color: white;
}

@media only screen and (min-width: 768px) {
  .h100 {
    height: 100%;
  }
}

.movetop {
  position: relative;
}
.movetop .row {
  margin-top: -4rem !important;
}

.shadowrow .container:after, .shadowrow .shadowrow2:after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 8%;
  background-image: url(/images/shadow.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.h300 {
  height: 500px;
}

.arrow-down {
  background-image: url(/images/arrow_grey_down.svg);
  background-position: center top;
  background-size: 29px 12px;
  background-repeat: no-repeat;
}

.bigger {
  font-size: 2em;
}

.title2 {
  color: #F29100;
  margin-bottom: 0;
  font-size: 1.6em;
}

.title3 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
}

.narrow-col .row {
  justify-content: center;
}
.narrow-col .row .progrescol {
  max-width: 800px;
}

/*# sourceMappingURL=styles-in-progres.css.map */
