section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section300 {
  height: 50vh;
}

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

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

.backgroundtop {
  background-position: top !important;
}

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

.backgroundbottom {
  background-position: bottom !important;
}

.margintop1 {
  margin-top: 0;
}

.margintop2 {
  margin-top: 6rem;
}

.margintopminus {
  margin-top: -4rem;
}

.marginbottom1 {
  margin-bottom: 0;
}

.marginbottom2 {
  margin-bottom: 6rem;
}

.paddingtop1 {
  padding-top: 0;
}

.paddingtop2 {
  padding-top: 6rem;
}

.paddingbottom1 {
  padding-bottom: 0;
}

.paddingbottom2 {
  padding-bottom: 6rem;
}

.boxdrop > .container {
  box-shadow: 0px 0px 50px 40px #eee;
  padding-top: 3rem;
  padding-bottom: 0rem;
}

.backgroundauto {
  background-size: auto;
}

.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 {
  font-family: Georgia, serif;
}

body {
  background-color: white;
  color: #222;
}

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

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

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

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

a {
  text-decoration: underline;
  color: #d45d15;
}
a:hover {
  color: black;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

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

.color1 {
  color: #d45d15;
}

.color2 {
  color: #f19235;
}

.color3 {
  color: #f6b074;
}

.itembackground1 {
  background-color: #d45d15;
  color: white;
}
.itembackground1 p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.itembackground2 {
  background-color: #f19235;
}

.itembackground3 {
  background-color: #f6b074;
}

.itembackground4 {
  background-color: #222;
  color: white;
}
.itembackground4 a {
  color: white;
}

.itembackground5 {
  background-color: #eee;
}

.itembackground7 {
  background-color: #9c0101;
}

.itembackground8 {
  background-color: #ccc;
}

a.mybtn {
  display: inline-block;
  padding: 0.5em 2em;
  color: black;
  text-decoration: none;
  border: 1px solid #222;
  transition: background-color 1s, color 0.6s ease-in-out;
}
a.mybtn:hover {
  color: white;
  background-color: #222;
}

.bigger {
  font-size: 1.3em;
}

/* arrow down */
.cont {
  display: block;
  height: 3.6rem;
  width: 2.1rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
}
.cont:hover .chevron:before,
.cont:hover .chevron:after {
  background: #d45d15;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: white;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
ul.pricing {
  text-align: center;
  padding-left: 0;
  margin: 0;
  margin-left: 0px !important;
  margin-right: 10px;
  margin-bottom: 30px;
  list-style: none;
  background-image: none;
}

.pricing li:first-child,
.pricing li:last-child {
  padding: 20px 13px;
}

.pricing li {
  background-image: none;
  list-style: none;
  padding: 13px;
  list-style: none;
  list-style: none;
}

.pricing li + li {
  border-top: 1px solid #eee;
}

.pricing big {
  font-size: 32px;
}

.pricing h3 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}

.pricing span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.pricing a.button {
  width: auto;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  padding: 1em 4em;
  background: #aaa;
  opacity: 1;
  transition: opacity 0.2s ease;
  border: none;
  outline: none;
  text-decoration: none;
}

.pricing a.button:hover {
  opacity: 0.7;
}

.pricing a.button:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

/* pricing color */
.p-green big,
.p-green h3 {
  color: #4c7737;
}

.p-green a.button {
  background: #4c7737;
}

.p-red big,
.p-red h3 {
  color: #e13c4c;
}

.p-red a.button {
  background: #e13c4c;
}

.columns2 {
  columns: 2;
  column-gap: 6rem;
}

.btn-link {
  color: black;
}
.btn-link:hover {
  color: #d45d15;
}

.icon-h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

.notice {
  background-color: #eee;
  padding: 2rem;
  border-radius: 1rem;
  margin: 1rem 0;
}

.dropshadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

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