@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

:root {
  --main-color-white: #ffffff;
  --main-color-black: #000000;

  --main-color-green: #c2cbcf;
  --main-color-green-dark: #667c86;
  --main-color-green-neon: #1e9468;

  --main-color-blue: #325da2;
  --main-color-blue-light: #c3d2ea;
  --main-color-blue-dark: ;

  --menu-bg: #f8f8f8;
}

* {
  font-family: 'Oswald', sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 {
  display: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
span {
}
button {
  cursor: pointer;
  &:visited { }
  &:hover { }
  &:active { }
}
table {
}




#navigation-header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;

    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#navigation-header::after {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color-white);
  opacity: 0.0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);

    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#navigation-header.sticky {
  height: 90px;

    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#navigation-header.sticky::after {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color-white);

  opacity: 1;
  z-index: -1;
}

#navigation-header-logo {
  width: 130px;
  height: 90px;
  float: left;
  overflow: hidden;
  z-index: 106;
}
#navigation-header-logo img {
  width: 80%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: right;
}



#navigation-header-menu {
  width: -moz-calc(100% - 300px); /* Firefox */
  width: -webkit-calc(100% - 300px); /* WebKit */
  width: -o-calc(100% - 300px); /* Opera */
  width: calc(100% - 300px); /* Standard */
  height: 90px;
  float: left;
  position: relative;
  z-index: 320;
}
#navigation-header-menu ul {
  width: 461px;
  height: 32px;
  position: absolute;
  top: 29px;
  right: 30px;
}
#navigation-header-menu li {
  line-height: 32px;
  color: #ffffff;
  float: left;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-right: 7px;
}
#navigation-header-menu li:last-child {
  margin-right: 0;
}
#navigation-header-menu li a {
  width: 110px;
  display: block;
  text-decoration: none;
  color: var(--main-color-white);
  position: relative;
}
#navigation-header-menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 36px;
  background-image: url('./../images/menu-bg.png');
  background-position: center -1px;
  background-repeat: no-repeat;
  opacity: 0;

    // set animation
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: -1;
}
#navigation-header-menu li a:hover:after {
  opacity: 1;
}


#navigation-header-contact {
  width: 170px;
  height: 90px;
  float: left;
  font-size: 0.8rem;
  color: var(--main-color-green);
  text-transform: uppercase;
}
#navigation-header-contact div {
  margin-top: 15px;
}
#navigation-header-contact span {
  display: block;
}
#navigation-header-contact span:nth-child(2) {
  color: var(--main-color-white);
  font-size: 0.7rem;
  padding-left: 20px;
  background-image: url('./images/icon-phone-small.png');
  background-position: center left;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-bottom: 5px;
}
#navigation-header-contact span:nth-child(3) {
  color: var(--main-color-white);
  font-size: 0.7rem;
  padding-left: 20px;
  background-image: url('./images/icon-mail-small.png');
  background-position: center left;
  background-repeat: no-repeat;
}
#navigation-header-button {
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
}
#navigation-header-button span {
  display: none;
}
#navigation-header-button img {
  width: 100%;
  height: 100%;
}
#navigation-header-button:hover {
}


#moje-sluzby {
  width: 100%;
  min-height: 720px;
  background-color: white;
  margin: 0 auto;
  display: flex;
  background-image: url(./images/bg-moje-sluzby.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#moje-sluzby-left {
  width: 180px;
  float: left;
  padding-top: 150px;
}
.moje-sluzby-left-gradient-bg {
  width: 95px;
  height: 410px;
  margin-left: 85px;
  background: rgb(29,148,105);
  background: linear-gradient(0deg, rgba(50,93,162,1) 0%, rgba(29,148,105,1) 100%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
.moje-sluzby-left-gradient-bg::after {
  content: '';
  display: block;
  width: 103px;
  height: 44px;
  background-image: url(./images/left-title-dots.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 169px;
  left: 63px;
}
.moje-sluzby-left-title-header {
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #2b2d31;
  position: relative;
  top: 30px;
  left: -45px;
  white-space: nowrap;
  text-transform: uppercase;
}
.moje-sluzby-left-title-header h2 {
  color: #2b2d31;
  margin-bottom: 30px;
}
.moje-sluzby-left-title-header p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.moje-sluzby-left-title-header p span {
  font-weight: 200;
}

#moje-sluzby-right {
  width: -moz-calc(100% - 180px); /* Firefox */
  width: -webkit-calc(100% - 180px); /* WebKit */
  width: -o-calc(100% - 180px); /* Opera */
  width: calc(100% - 180px); /* Standard */
  float: left;
  padding-top: 382px;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
}
.moje-sluzby-box {
  width: -moz-calc(20% - 40px); /* Firefox */
  width: -webkit-calc(20% - 40px); /* WebKit */
  width: -o-calc(20% - 40px); /* Opera */
  width: calc(20% - 40px); /* Standard */
  min-width: 150px;
  height: 440px;
  background-color: blue;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 20px rgba(31, 101, 173, 0.3);
  position: relative;
    // set animation
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.moje-sluzby-box:hover {
  box-shadow: 10px 10px 30px rgba(31, 101, 173, 0.8);
  cursor: pointer;
}
.moje-sluzby-box-img {
  width: 100%;
  height: 100%;
  overflow: ;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.moje-sluzby-box-img span {
  display: none;
}
.moje-sluzby-box-img-1 {
  background-image: url(./images/box-1-bg.png);
}
.moje-sluzby-box-img-2 {
  background-image: url(./images/box-2-bg.png);
}
.moje-sluzby-box-img-3 {
  background-image: url(./images/box-3-bg.png);
}
.moje-sluzby-box-img-4 {
  background-image: url(./images/box-4-bg.png);
}
.moje-sluzby-box-img-5 {
  background-image: url(./images/box-5-bg.png);
}
.moje-sluzby-box-img-1::after,
.moje-sluzby-box-img-2::after,
.moje-sluzby-box-img-3::after,
.moje-sluzby-box-img-4::after,
.moje-sluzby-box-img-5::after {
  content: '';
  height: 272px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-repeat: no-repeat;
  background-position: right bottom;
    // set animation
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.moje-sluzby-box-img-1::after {
  width: 18px;
  background-image: url(./images/title-geometricky-plan.png);
}
.moje-sluzby-box-img-2::after {
  width: 37px;
  background-image: url(./images/title-vytycovanie.png);
}
.moje-sluzby-box-img-3::after {
  width: 18px;
  background-image: url(./images/title-adresny-bod.png);
}
.moje-sluzby-box-img-4::after {
  width: 17px;
  background-image: url(./images/title-polohopis-a-vyskopis.png);
}
.moje-sluzby-box-img-5::after {
  width: 37px;
  background-image: url(./images/title-zameranie-pozemkov.png);
}

.moje-sluzby-box-img-1:hover::after {
  background-image: url(./images/title-geometricky-plan-hover.png);
}
.moje-sluzby-box-img-2:hover::after {
  background-image: url(./images/title-vytycovanie-hover.png);
}
.moje-sluzby-box-img-3:hover::after {
  background-image: url(./images/title-adresny-bod-hover.png);
}
.moje-sluzby-box-img-4:hover::after {
  background-image: url(./images/title-polohopis-a-vyskopis-hover.png);
}
.moje-sluzby-box-img-5:hover::after {
  background-image: url(./images/title-zameranie-pozemkov-hover.png);
}




#geo-plan {
  width: 100%;
  min-height: 720px;
  background-color: white;
  margin: 0 auto;
  display: flex;
  background-image: url(./images/geo-plan.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#geo-plan-left {
  width: 180px;
  float: left;
  padding-top: 150px;
}
.geo-plan-left-gradient-bg {
  width: 95px;
  height: 410px;
  margin-left: 85px;
  background: rgb(29,148,105);
  background: linear-gradient(0deg, rgba(50,93,162,1) 0%, rgba(29,148,105,1) 100%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
.geo-plan-left-gradient-bg::after {
  content: '';
  display: block;
  width: 103px;
  height: 44px;
  background-image: url(./images/left-title-dots.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  left: 63px;
}
.geo-plan-left-title-header {
  color: #2b2d31;
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
  top: 30px;
  left: -45px;
  white-space: nowrap;
  text-transform: uppercase;
}
.geo-plan-left-title-header h2 {
}

#geo-plan-right {
  width: -moz-calc(100% - 180px); /* Firefox */
  width: -webkit-calc(100% - 180px); /* WebKit */
  width: -o-calc(100% - 180px); /* Opera */
  width: calc(100% - 180px); /* Standard */
  float: left;
  padding-top: 150px;
  display: flex;
}
.geo-plan-right-text {
  width: 50%;
  float: left;
  font-size: 1rem;
  padding: 150px 50px 50px 50px;
}
.geo-plan-right-text p {
  text-align: justify;
  font-weight: 400;
}
.geo-plan-right-text h3 {
font-size: 1rem;
  text-align: left;
}
.geo-plan-right-gallery {
  width: 50%;
  float: left;
  position: relative;
}
.geo-plan-right-gallery-img {
  width: -moz-calc(100% - 80px); /* Firefox */
  width: -webkit-calc(100% - 80px); /* WebKit */
  width: -o-calc(100% - 80px); /* Opera */
  width: calc(100% - 80px); /* Standard */
  height: -moz-calc(100% - 80px); /* Firefox */
  height: -webkit-calc(100% - 80px); /* WebKit */
  height: -o-calc(100% - 80px); /* Opera */
  height: calc(100% - 80px); /* Standard */
  max-height: 500px;
  background: cyan;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 40px 80px 40px;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.2);
  background-image: url(./images/geo-plan-img-1.jpg);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.geo-plan-right-gallery-list {
  width: 300px;
  height: max-content;
  background: #2b2b33;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 20px;
  color: var(--main-color-white);
}
.geo-plan-right-gallery-list ul {
  font-size: 0.85rem;
  list-style: circle;
  padding-left: 20px;
  font-weight: 300;
}
.geo-plan-right-gallery-list h3 {
  text-align: left;
  margin-left: -20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}




#vytycovanie {
  width: 100%;
  min-height: 720px;
  background-color: white;
  margin: 0 auto;
  display: flex;
  background-image: url(./images/bg-vytycovanie.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#vytycovanie-left {
  width: 180px;
  float: left;
  padding-top: 150px;
}
.vytycovanie-left-gradient-bg {
  width: 95px;
  height: 410px;
  margin-left: 85px;
  background: rgb(29,148,105);
  background: linear-gradient(0deg, rgba(50,93,162,1) 0%, rgba(29,148,105,1) 100%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
.vytycovanie-left-gradient-bg::after {
  content: '';
  display: block;
  width: 103px;
  height: 44px;
  background-image: url(./images/left-title-dots.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 170px;
  left: 63px;
}
.vytycovanie-left-title-header {
  color: #ffffff;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 400;
  position: relative;
  top: 30px;
  left: -45px;
  white-space: nowrap;
  text-transform: uppercase;
}
.vytycovanie-left-title-header h2 {
}

#vytycovanie-right {
  width: -moz-calc(100% - 180px); /* Firefox */
  width: -webkit-calc(100% - 180px); /* WebKit */
  width: -o-calc(100% - 180px); /* Opera */
  width: calc(100% - 180px); /* Standard */
  float: left;
  padding-top: 250px;
  display: flex;
}
.vytycovanie-right-text {
  width: 50%;
  float: left;
  font-size: 1rem;
  padding: 130px 50px 50px 50px;
  color: #b9c5d9;
}
.vytycovanie-right-text p {
  text-align: justify;
  font-weight: 200;
}
.vytycovanie-right-text h3 {
  font-size: 1rem;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-line {
  margin-bottom: 40px;
}
.vytycovanie-right-gallery {
  width: 50%;
  float: left;
  position: relative;
}
.vytycovanie-right-gallery-img {
  width: -moz-calc(100% - 40px); /* Firefox */
  width: -webkit-calc(100% - 40px); /* WebKit */
  width: -o-calc(100% - 40px); /* Opera */
  width: calc(100% - 40px); /* Standard */
  height: -moz-calc(100% - 80px); /* Firefox */
  height: -webkit-calc(100% - 80px); /* WebKit */
  height: -o-calc(100% - 80px); /* Opera */
  height: calc(100% - 80px); /* Standard */
  max-height: 500px;
  background: cyan;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 40px 80px 40px;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.2);
  background-image: url(./images/vytycovanie-img-1.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}



#adresny-bod {
  width: 100%;
  min-height: 720px;
  background-color: white;
  margin: 0 auto;
  display: flex;
  background-image: url(./images/bg-adresny-bod.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#adresny-bod-left {
  width: 180px;
  float: left;
  padding-top: 150px;
}
.adresny-bod-left-gradient-bg {
  width: 95px;
  height: 410px;
  margin-left: 85px;
  background: rgb(29,148,105);
  background: linear-gradient(0deg, rgba(50,93,162,1) 0%, rgba(29,148,105,1) 100%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
.adresny-bod-left-gradient-bg::after {
  content: '';
  display: block;
  width: 103px;
  height: 44px;
  background-image: url(./images/left-title-dots.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  left: 63px;
}
.adresny-bod-left-title-header {
  color: #2b2d31;
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
  top: 30px;
  left: -45px;
  white-space: nowrap;
  text-transform: uppercase;
}
.adresny-bod-left-title-header h2 {
}
#adresny-bod-right {
  width: -moz-calc(100% - 180px); /* Firefox */
  width: -webkit-calc(100% - 180px); /* WebKit */
  width: -o-calc(100% - 180px); /* Opera */
  width: calc(100% - 180px); /* Standard */
  float: left;
  padding-top: 150px;
  display: flex;
}
.adresny-bod-right-text {
  width: 50%;
  float: left;
  font-size: 1rem;
  padding: 150px 50px 50px 50px;
}
.adresny-bod-right-text p {
  text-align: justify;
  font-weight: 400;
}
.adresny-bod-right-text ul {
  width: 70%;
  background: #2b2b33;
  margin: 60px;
  padding: 30px;
  color: var(--main-color-white);
    font-size: 0.85rem;
    list-style: circle;
    font-weight: 300;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.2);
}
.adresny-bod-right-text li {
margin-left: 20px;
}
.adresny-bod-right-text h3 {
  text-align: left;
  margin-left: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.adresny-bod-right-gallery {
  width: 50%;
  float: left;
  position: relative;
}
.adresny-bod-right-gallery-img {
  width: -moz-calc(100% - 80px); /* Firefox */
  width: -webkit-calc(100% - 80px); /* WebKit */
  width: -o-calc(100% - 80px); /* Opera */
  width: calc(100% - 80px); /* Standard */
  height: -moz-calc(100% - 80px); /* Firefox */
  height: -webkit-calc(100% - 80px); /* WebKit */
  height: -o-calc(100% - 80px); /* Opera */
  height: calc(100% - 80px); /* Standard */
  max-height: 500px;
  background: cyan;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 40px 80px 40px;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.2);
  background-image: url(./images/adresny-bod-img-1.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}






#polohopis-vyskopis {
  width: 100%;
  min-height: 720px;
  background-color: white;
  margin: 0 auto;
  display: flex;
  background-image: url(./images/bg-polohopis-vyskopis.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#polohopis-vyskopis-left {
  width: 180px;
  float: left;
  padding-top: 150px;
}
.polohopis-vyskopis-left-gradient-bg {
  width: 95px;
  height: 410px;
  margin-left: 85px;
  background: rgb(29,148,105);
  background: linear-gradient(0deg, rgba(50,93,162,1) 0%, rgba(29,148,105,1) 100%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
.polohopis-vyskopis-left-gradient-bg::after {
  content: '';
  display: block;
  width: 103px;
  height: 44px;
  background-image: url(./images/left-title-dots.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  left: 63px;
}
.polohopis-vyskopis-left-title-header {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
  top: 30px;
  left: -45px;
  white-space: nowrap;
  text-transform: uppercase;
}
.polohopis-vyskopis-left-title-header h2 {
}

#polohopis-vyskopis-right {
  width: -moz-calc(100% - 180px); /* Firefox */
  width: -webkit-calc(100% - 180px); /* WebKit */
  width: -o-calc(100% - 180px); /* Opera */
  width: calc(100% - 180px); /* Standard */
  float: left;
  padding-top: 170px;
  display: flex;
}
.polohopis-vyskopis-right-text {
  width: 50%;
  float: left;
  font-size: 1rem;
  padding: 130px 50px 50px 50px;
  color: #b9c5d9;
}
.polohopis-vyskopis-right-text p {
  text-align: justify;
  font-weight: 200;
}
.polohopis-vyskopis-right-text h3 {
  font-size: 1rem;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.polohopis-vyskopis-right-gallery {
  width: 50%;
  float: left;
  position: relative;
}
.polohopis-vyskopis-right-gallery-img {
  width: -moz-calc(70% - 40px); /* Firefox */
  width: -webkit-calc(70% - 40px); /* WebKit */
  width: -o-calc(70% - 40px); /* Opera */
  width: calc(70% - 40px); /* Standard */
  height: -moz-calc(100% - 80px); /* Firefox */
  height: -webkit-calc(100% - 80px); /* WebKit */
  height: -o-calc(100% - 80px); /* Opera */
  height: calc(100% - 80px); /* Standard */
  max-height: 500px;
  background: cyan;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 40px 80px 40px;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.2);
  background-image: url(./images/polohopis-vyskopis-img-1.jpg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}







#zameranie-pozemkov {
  width: 100%;
  min-height: 720px;
  background-color: white;
  margin: 0 auto;
  display: flex;
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#zameranie-pozemkov-left {
  width: 180px;
  float: left;
  padding-top: 150px;
}
.zameranie-pozemkov-left-gradient-bg {
  width: 95px;
  height: 410px;
  margin-left: 85px;
  background: rgb(29,148,105);
  background: linear-gradient(0deg, rgba(50,93,162,1) 0%, rgba(29,148,105,1) 100%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
.zameranie-pozemkov-left-gradient-bg::after {
  content: '';
  display: block;
  width: 103px;
  height: 44px;
  background-image: url(./images/left-title-dots.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 170px;
  left: 63px;
}
.zameranie-pozemkov-left-title-header {
  color: #2b2d31;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 400;
  position: relative;
  top: 30px;
  left: -45px;
  white-space: nowrap;
  text-transform: uppercase;
}
.zameranie-pozemkov-left-title-header h2 {
}

#zameranie-pozemkov-right {
  width: -moz-calc(100% - 180px); /* Firefox */
  width: -webkit-calc(100% - 180px); /* WebKit */
  width: -o-calc(100% - 180px); /* Opera */
  width: calc(100% - 180px); /* Standard */
  float: left;
  padding-top: 250px;
  display: flex;
}
.zameranie-pozemkov-right-text {
  width: 50%;
  float: left;
  font-size: 1rem;
  padding: 130px 50px 50px 50px;
}
.zameranie-pozemkov-right-text p {
  text-align: justify;
  font-weight: 400;
}
.zameranie-pozemkov-right-text h3 {
  text-align: left;
  margin-left: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.zameranie-pozemkov-right-gallery {
  width: 50%;
  float: left;
  position: relative;
}
.zameranie-pozemkov-right-gallery-img {
  width: -moz-calc(100% - 80px); /* Firefox */
  width: -webkit-calc(100% - 80px); /* WebKit */
  width: -o-calc(100% - 80px); /* Opera */
  width: calc(100% - 80px); /* Standard */
  height: -moz-calc(100% - 80px); /* Firefox */
  height: -webkit-calc(100% - 80px); /* WebKit */
  height: -o-calc(100% - 80px); /* Opera */
  height: calc(100% - 80px); /* Standard */
  max-height: 500px;
  background: cyan;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 40px 80px 40px;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.2);
  background-image: url(./images/zameranie-pozemkov-img-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}




#kontakt {
  width: 100%;
  display: flex;
  background-color: #f9f9f9;
}
#kontakt:after {
  content: "";
  display: table;
  clear: both;
}
#kontakt-left {
  width: 30%;
  float: left;
  background-image: url('./images/bg-kontakt.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#kontakt-left-map {
  width: 80%;
  height: 471px;
  padding: 11px 30px 2px 0;
  border-left: 10px solid var(--main-color-green-neon);
  background-image: url('./images/kontakt-map-2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 50px;
  right: 0;
}
#kontakt-right {
  width: 70%;
  float: left;
}
#kontakt-right-contact {
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: calc(100% - 50px);
  line-height: 1rem;
  font-size: 0.75rem;
  text-align: center;
  display: flex;
  margin: 50px 0 50px 50px;
}
#kontakt-right-contact:after {
  content: "";
  display: table;
  clear: both;
}
#kontakt-right-contact-adress {
  width: 250px;
  height: 100%;
  float: left;
  text-align: left;
  padding-left: 50px;
  background-image: url('./images/icon-adress.png');
  background-position: left center;
  background-repeat: no-repeat;
}
#kontakt-right-contact-adress span {
  color: #6d6d6d;
}
#kontakt-right-contact-phone {
  width: 250px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  padding-left: 50px;
  background-image: url('./images/icon-phone.png');
  background-position: left center;
  background-repeat: no-repeat;
}
#kontakt-right-contact-email {
  width: 250px;
  float: right;
  text-align: left;
  padding-left: 50px;
  background-image: url('./images/icon-mail.png');
  background-position: left center;
  background-repeat: no-repeat;
}
#kontakt-right-contact-phone span, #kontakt-right-contact-email span {
  color: #f9f9f9;
}


#kontakt-right-form {
  padding: 11px 30px 15px 0;
  margin: 0 50px 50px 0;
  background-color: var(--main-color-white);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}
#kontakt-right-form h2 {
  padding: 0 0 0 30px;
  margin: 20px 0 30px 0;
  color: var(--main-color-green-neon);
  text-transform: uppercase;
  text-align: center;
}
.kontakt-right-row {
  margin: 0 0 10px 0;
}
.kontakt-right-row:after {
  content: "";
  display: table;
  clear: both;
}
#kontakt label {
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 0.75rem;
  display: inline-block;
}
#kontakt input[type=text], #kontakt select, #kontakt textarea {
  width: 100%;
  border: 0px solid #000000;
  line-height: 2rem;
  border-radius: 0px;
  resize: vertical;
  font-size: 0.75rem;
  margin: 0;
  padding: 0 5px 0 5px;
  background-color: #e9eaea;
}
#kontakt select {
  padding: 6px 0 7px 0;
}
#kontakt textarea {
  margin: 2px 0 0 0;
  resize: none;
}
#kontakt input::placeholder {
  color: #9e9e9e;
}
.kontakt-right-col-input select {
  color: #9e9e9e;
}
.kontakt-right-col-input option:not(:first-of-type) {
  color: black;
}
#kontakt input:focus, #kontakt select:focus, #kontakt textarea:focus {
  background-color: ;
  outline: none;
  border-radius: 0px;
}
#kontakt input[type=submit] {
  background-color: var(--main-color-green-neon);
  color: white;
  border: none;
  padding: 3px 20px;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
}
#kontakt input[type=submit]:hover {
  background-color: #45a049;
}
.kontakt-right-col-name {
  width: 150px;
  float: left;
  text-align: right;
  padding-top: 2px;
  padding-right: 20px;
}

.kontakt-right-col-or {
  width: 80px;
  float: left;
  padding: 2px 30px 0 0;
  line-height: 1.5rem;
  font-size: 0.75rem;
  text-align: right;
  color: #6d6d6d;
}
.kontakt-right-col-input {
  width: -moz-calc(50% - 190px);
  width: -webkit-calc(50% - 190px);
  width: -o-calc(50% - 190px);
  width: calc(50% - 190px);
  float: left;
}
.kontakt-right-col-textarea {
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: calc(100% - 150px);
  float: left;
}















/* HEADER //////////////////////////////////////------------------------------------------------------------------------------------------- */
#home-screen {
  width: 100%;
  height: 90vh;
  min-height: 500px;
  background-image: url(./images/main-bg-2560.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-screen::after {
  content: '';
  display: block;
  width: 100%;
  height: 90vh;
  min-height: 500px;
  background-image: url(./images/bg-map.png);
  background-position: bottom 50px right;
  background-repeat: no-repeat;
  background-size: auto;
}
#left-bar {
  width: 120px;
  height: -moz-calc(100% - 120px);
  height: -webkit-calc(100% - 120px);
  height: -o-calc(100% - 120px);
  height: calc(100% - 120px);
  margin-top: 120px;
  position: relative;
  background-image: url(./images/left-bar-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  float: left;
}
#left-bar-mouse {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  right: 40px;
  bottom: 100px;
}
#left-bar-mouse::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-color: #3660a3;
  -ms-transform: rotate(45deg); /* IE 9 */
  transform: rotate(45deg); /* Standard syntax */
}
.mouse {
  position: absolute;
  width: 16px;
  height: 28px;
  bottom: 6px;
  left: 12px;
  border-radius: 15px;
  border: 1px solid #fff;
  -webkit-animation: intro 1s;
          animation: intro 1s;
}
.scroll {
  display: block;
  width: 2px;
  height: 2px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1.5s infinite;
          animation: finger 1.5s infinite;
}



#right-bar {
  width: -moz-calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  width: -o-calc(100% - 170px);
  width: calc(100% - 170px);
  height: -moz-calc(100% - 170px);
  height: -webkit-calc(100% - 170px);
  height: -o-calc(100% - 170px);
  height: calc(100% - 170px);
  margin: 120px 50px 50px 0;
  float: left;
  position: relative;
  z-index: 1;
	display:table;
	vertical-align:middle;
}
#right-bar::after {
  content: '';
  display: block;
  width: 140px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('./images/dots-grid.png');
  background-position: right bottom;
  z-index: -2;
}
#right-bar-text {
  color: var(--main-color-white);
	display: table-cell;
	vertical-align: middle;
	}
#right-bar hgroup {
}
#right-bar hgroup, #right-bar p {
  padding-left: 50px;
  text-align: left;
}
#right-bar h2 {
  font-size: calc(1rem + 2vw);
  font-weight: 700;
  text-transform: uppercase;
}
#right-bar h3 {
  margin-top: 1vh;
  font-weight: 300;
  color: var(--main-color-green-neon);
  font-size: calc(0.75rem + 2vw);
  text-transform: uppercase;
}
#right-bar p {
  max-width: 800px;
  margin-top: 4vh;
  font-size: calc(0.3rem + 1vw);
  text-align: left;
  font-weight: 300;
  color: var(--main-color-green);
  line-height: calc(1.25rem + 1vw);
  text-transform: uppercase;
}
#right-bar button,
#right-bar button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#right-bar button::before,
#right-bar button::after {
  background: var(--main-color-green-neon);
  content: '';
  position: absolute;
  z-index: -1;
}
#right-bar button {
  background: none;
  border: 2px solid var(--main-color-green-neon);
  color: var(--main-color-white);
  display: block;
  font-size: calc(0.4rem + 0.5vw);
  font-weight: 700;
  margin: 4vh 0 0 50px;
  padding: 8px 60px;
  position: relative;
  text-transform: uppercase;
  float: left;
}
#right-bar button:hover {
  color: var(--main-color-white);
}
.header-btn::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.header-btn:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}



/* FOOTER //////////////////////////////////////------------------------------------------------------------------------------------------- */
footer {
  width: 100%;
  height: 120px;
  background-color: var(--main-color-white);
  font-size: 0.7rem;
}
footer h2 {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-top: 24px;
  margin-bottom: 14px;
  margin-left: 20px;
}
footer h2:after {
    content: "";
    display: block;
    width: 15px;
    padding-top: 10px;
    border-bottom: 1px solid black;
}



#bottom-address {
  width: 200px;
  height: 120px;
  float: left;
}
#bottom-address a {
  width: 80px;
  height: 40px;
  display: block;
  float: left;
  margin-top: 40px;
}
#bottom-address img {
  width: 50px;
  height: 100%;
  float: right;
  display: table-cell;
  vertical-align: middle;
}
#bottom-address span {
  width: 120px;
  font-size: 0.65rem;
  line-height: 1rem;
  font-style: normal;
  float: left;
  color: #1e9468;
  padding-left: 15px;
}
#bottom-address span:nth-of-type(1) {
  text-transform: uppercase;
  margin-top: 44px;
  display: block;
}
#bottom-address span:nth-of-type(2) {
  display: block;
  color: #c2cbcf;
}



#bottom-navigation {
  width: -moz-calc(100% - 330px); /* Firefox */
  width: -webkit-calc(100% - 330px); /* WebKit */
  width: -o-calc(100% - 330px); /* Opera */
  width: calc(100% - 330px); /* Standard */
  height: 120px;
  float: left;
}
#bottom-navigation ul {
  float: left;
  left: 50%;
  position: relative;
  margin: 52px 0 0 0;
}
#bottom-navigation li {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin: 0 30px;
  float: left;
  left: -50%;
  position: relative;
}
#bottom-navigation li a {
  display: block;
  text-decoration: none;
  color: var(--main-color-black);

    // set animation
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#bottom-navigation li a:hover {
color: var(--main-color-green-dark);
}
/* HOVER EFFECT 4 */
.effect-4 a:before {
  content: "[";
  left: -5px;
}
.effect-4 a:after {
  content: "]";
  right: -5px;
}
.effect-4 a:before,
.effect-4 a:after {
  position: absolute;
  opacity: 0;
  color: var(--main-color-green-neon);
  top: -1px;
  transition: all .5s;
}
.effect-4 a:hover:before,
.effect-4 a:hover:after {
  opacity: 0.7;
}
.effect-4 a:hover:before {
  left: -20px;
}
.effect-4 a:hover:after {
  right: -20px;
}



#bottom-share {
  width: 130px;
  height: 120px;
  float: left;
}
#bottom-share ul {
  width: 70px;
  height: 25px;
  margin: 0 0 0 20px;
}
#bottom-share li {
  float: left;
  margin-right: 20px;
  filter: grayscale(0%);

    // set animation
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#bottom-share li:last-child {
  margin-right: 0;
}
#bottom-share li a {
  width: 25px;
  height: 25px;
  display: block;
}
#bottom-share li:nth-child(1) {
  background-image: url(./images/icon-facebook.svg);
  background-size: cover;
}
#bottom-share li:nth-child(2) {
  background-image: url(./images/icon-instagram.svg);
  background-size: cover;
}
#bottom-share li:hover {
  filter: grayscale(100%);
}
#bottom-share span {
  display: none;
}

/* //////////////////////////////////////----------------------------------------------------------------------------------------  --- */
@media only screen and (max-width: 1920px) {
  #home-screen {
    background-image: url(./images/main-bg-1920.png);
  }
}
@media only screen and (max-width: 1280px) {
  #home-screen {
    background-image: url(./images/main-bg-1280.png);
  }
}
@media only screen and (max-width: 720px) {
  #home-screen {
    background-image: url(./images/main-bg-720.png);
  }
}
@media only screen and (max-width: 1000px) {
  #home-screen::after {
    background-image: url(./images/bg-map-1000.png?a);
  }
}
@media only screen and (max-width: 375px) {
  #home-screen::after {
    background-image: url(./images/bg-map-375.png?b);
  }
}
@media only screen and (max-width: 970px) {
  #moje-sluzby {
    flex-wrap: wrap;
  }
  #moje-sluzby-left {
    width: 100%;
    float: none;
  }
  .moje-sluzby-left-gradient-bg {
    height: 230px;
  }
  #moje-sluzby-right {
    width: 100%;
    float: none;
    padding-top: 0px;
    padding-left:180px;
  }


  #geo-plan {
    flex-wrap: wrap;
  }
  #geo-plan-left {
    width: 100%;
    float: none;
  }
  .geo-plan-left-gradient-bg {
    height: 151px;
  }
  #geo-plan-right {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .geo-plan-right-text {
    padding: 60px 50px 50px 50px;
  }


  #vytycovanie {
    flex-wrap: wrap;
  }
  #vytycovanie-left {
    width: 100%;
    float: none;
  }
  .vytycovanie-left-gradient-bg {
    height: 231px;
  }
  #vytycovanie-right {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .vytycovanie-right-text {
    padding: 60px 50px 50px 50px;
  }


  #adresny-bod {
    flex-wrap: wrap;
  }
  #adresny-bod-left {
    width: 100%;
    float: none;
  }
  .adresny-bod-left-gradient-bg {
    height: 151px;
  }
  #adresny-bod-right {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .adresny-bod-right-text {
    width: 50%;
    float: left;
    font-size: 1rem;
    padding: 50px 50px 50px 50px;
  }
  .adresny-bod-right-text ul {
    width: 100%;
    margin: 40px 0px 0px 0px;
  }



  #polohopis-vyskopis {
    flex-wrap: wrap;
  }
  #polohopis-vyskopis-left {
    width: 100%;
    float: none;
  }
  .polohopis-vyskopis-left-gradient-bg {
    height: 151px;
  }
  #polohopis-vyskopis-right {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .polohopis-vyskopis-right-text {
    padding: 60px 50px 50px 50px;
  }



  #zameranie-pozemkov {
    flex-wrap: wrap;
  }
  #zameranie-pozemkov-left {
    width: 100%;
    float: none;
  }
  .zameranie-pozemkov-left-gradient-bg {
    height: 231px;
  }
  .zameranie-pozemkov-left-title-header {
  font-size: 2rem;
  line-height: 4rem;
  }
  #zameranie-pozemkov-right {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .zameranie-pozemkov-right-text {
    padding: 60px 50px 50px 50px;
  }












  #kontakt-left-map {
    height: 819px;
  }
  #kontakt-right-form {
    padding: 11px 30px 15px 30px;
    margin: 0 50px 50px 0;
  }
  #kontakt-right-form h2 {
    padding: 0 0 0 0px;
  }
  .kontakt-right-col-name {
    width: 100%;
    text-align: left;
    padding-left: 0px;
  }

  .kontakt-right-col-or {
    width: 100%;
    float: left;
    padding: 2px 0 0 10px;
    text-align: left;
  }
  .kontakt-right-col-input {
    width: 100%;
    float: left;
  }
  .kontakt-right-col-textarea {
    width: 100%;
    float: left;
  }

}
@media only screen and (max-width: 1185px) {

  .moje-sluzby-box {
    width: -moz-calc(25% - 40px); /* Firefox */
    width: -webkit-calc(25% - 40px); /* WebKit */
    width: -o-calc(25% - 40px); /* Opera */
    width: calc(25% - 40px); /* Standard */
  }

}
@media only screen and (max-width: 997px) {

  .moje-sluzby-box {
    width: -moz-calc(33.3333% - 40px); /* Firefox */
    width: -webkit-calc(33.3333% - 40px); /* WebKit */
    width: -o-calc(33.3333% - 40px); /* Opera */
    width: calc(33.3333% - 40px); /* Standard */
  }

}
@media only screen and (max-width: 811px) {

  .moje-sluzby-box {
    width: -moz-calc(50% - 40px); /* Firefox */
    width: -webkit-calc(50% - 40px); /* WebKit */
    width: -o-calc(50% - 40px); /* Opera */
    width: calc(50% - 40px); /* Standard */
  }

}
@media only screen and (max-width: 770px) {

  .moje-sluzby-left-title-header {
    font-size: 1.5rem;
  }
  .moje-sluzby-left-gradient-bg {
    height: 200px;
  }
  .moje-sluzby-left-gradient-bg::after {
    top: 139px;
  }
  #moje-sluzby-right {
    display: ;
  }
  .moje-sluzby-left-title-header h2 {
    margin-bottom: 20px;
  }
  .moje-sluzby-left-title-header p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #vytycovanie-right {
    display: block;
  }
  .vytycovanie-left-title-header {
    font-size: 1.5rem;
  }
  .vytycovanie-right-text {
    width: 100%;
    display: block;
    float: none;
  }
  .vytycovanie-right-gallery {
    width: 100%;
    min-height: 600px;
    float: none;
  }
  .vytycovanie-right-gallery-img {
    width: -moz-calc(100% - 80px); /* Firefox */
    width: -webkit-calc(100% - 80px); /* WebKit */
    width: -o-calc(100% - 80px); /* Opera */
    width: calc(100% - 80px); /* Standard */
  }

  #geo-plan-right {
    display: block;
  }
  .geo-plan-left-title-header {
    font-size: 1.5rem;
  }
  .geo-plan-right-text {
    width: 100%;
    display: block;
    float: none;
  }
  .geo-plan-right-gallery {
    width: 100%;
    min-height: 600px;
    float: none;
  }

  #adresny-bod-right {
    display: block;
  }
  .adresny-bod-left-title-header {
    font-size: 1.5rem;
  }
  .adresny-bod-right-text {
    width: 100%;
    display: block;
    float: none;
  }
  .adresny-bod-right-gallery {
    width: 100%;
    min-height: 600px;
    float: none;
  }


  #polohopis-vyskopis-right {
    display: block;
  }
  .polohopis-vyskopis-left-gradient-bg {
    height: 154px;
  }
  .polohopis-vyskopis-left-title-header {
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
  .polohopis-vyskopis-left-gradient-bg::after {
    top: 90px;
  }
  .polohopis-vyskopis-right-text {
    width: 100%;
    display: block;
    float: none;
  }
  .polohopis-vyskopis-right-gallery {
    width: 100%;
    min-height: 600px;
    float: none;
  }
  .polohopis-vyskopis-right-gallery-img {
    width: -moz-calc(100% - 80px); /* Firefox */
    width: -webkit-calc(100% - 80px); /* WebKit */
    width: -o-calc(100% - 80px); /* Opera */
    width: calc(100% - 80px); /* Standard */
  }









  #zameranie-pozemkov-right {
    display: block;
  }
  .zameranie-pozemkov-left-gradient-bg {
    height: 187px;
  }
  .zameranie-pozemkov-left-title-header {
    font-size: 1rem;
    line-height: 2.5rem;
  }
  .zameranie-pozemkov-left-gradient-bg::after {
    top: 125px;
  }
  .zameranie-pozemkov-right-text {
    width: 100%;
    display: block;
    float: none;
  }
  .zameranie-pozemkov-right-gallery {
    width: 100%;
    min-height: 600px;
    float: none;
  }
  .zameranie-pozemkov-right-gallery-img {
    width: -moz-calc(100% - 80px); /* Firefox */
    width: -webkit-calc(100% - 80px); /* WebKit */
    width: -o-calc(100% - 80px); /* Opera */
    width: calc(100% - 80px); /* Standard */
  }

}
@media only screen and (max-width: 740px) {
  #kontakt-left {
    width: 0%;
    display: none;
  }
  #kontakt-right {
    width: 100%;
  }
  #kontakt-right-contact {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 50px 50px 50px 50px;
    display: block;
  }
  #kontakt-right-contact-adress {
    width: max-content;
    float: none;
    margin: 20px auto 20px auto;
  }
  #kontakt-right-contact-phone {
    width: max-content;
    margin: 20px auto 20px auto;
  }
  #kontakt-right-contact-email {
    width: max-content;
    float: none;
    margin: 20px auto 20px auto;
  }
  #kontakt-right-form {
    padding: 11px 30px 15px 30px;
    margin: 0 0px 0px 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0);
    border-bottom: 2px solid #f8f8f8;
  }
}



/* //////////////////////////////////////----------------------------------------------------------------------------------------  --- */
@media only screen and (max-width: 810px) {

  #navigation-header {
    height: 70px;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: var(--main-color-white);
  }

  #navigation-header-logo {
    width: 130px;
    height: 70px;
    float: none;
  }
  #navigation-header-button {
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 150;
  }

  #navigation-header-menu {
    width: 100%;
    height: -moz-calc(100% - 170px);
    height: -webkit-calc(100% - 170px);
    height: -o-calc(100% - 170px);
    height: calc(100% - 170px);
    float: none;
    display: none;
    background-color: var(--menu-bg);
    background-image: url('./images/menu-bg-shadow.png');
    background-repeat: repeat-x;
    background-position: top center;
  }
  #navigation-header-menu ul {
    width: 80vw;
    height: 100%;
    position: static;
    padding-top: 10%;
    margin: 0 auto;
  }
  #navigation-header-menu li {
    width: 100%;
    line-height: auto;
    color: #ff0000;
    float: none;
  }
  #navigation-header-menu li a {
    width: 100%;
    font-size: 2rem;
    height: 18%;
    min-height: 120px;
    background-color: var(--main-color-white);
    margin-bottom: 8%;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
  }
  #navigation-header-menu li a {
    color: var(--main-color-blue);
    text-decoration: none;
  }

  #navigation-header-contact {
    width: 100%;
    height: 100px;
    float: none;
    display: none;
    text-align: center;
    background-color: var(--menu-bg);
  }
  #navigation-header-contact div {
    width: max-content;
    margin: 0 auto 0 auto;
    vertical-align: top;
    line-height: 3vh;
  }
  #navigation-header-contact span:nth-child(2) {
    width: max-content;
    margin: auto;
    color: var(--main-color-blue);
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
  }
  #navigation-header-contact span:nth-child(3) {
    width: max-content;
    margin: auto;
    color: var(--main-color-blue);
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
  }



  #left-bar {
    width: 80px;
    background-image: url(./images/left-bar-bg-small.png);
  }
  #left-bar-mouse {
    width: 30px;
    height: 30px;
    right: 25px;
  }
  #left-bar-mouse::before {
    width: 30px;
    height: 30px;
  }
  .mouse {
    width: 12px;
    height: 20px;
    bottom: 6px;
    left: 9px;
  }



  #right-bar {
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -o-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  #right-bar::after {
    width: 100px;
    left: auto;
    right: 0 !important;
  }
  #right-bar hgroup, #right-bar p {
    padding-right: 30px;
    text-align: right;
  }
  #right-bar p  {
    text-align: right;
    font-size: calc(0.5rem + 1vw);
  }
  #right-bar button {
    margin: 4vh 30px 0 0;
    float: right;
  }






  header {
    background-image: url('./images/main-bga.png');
  }
  footer {
    height: auto;
  }
  footer h2 {
    padding-top: 15px;
    margin-left: 0;
  }
  footer h2:after {
    margin: auto;
  }
  #bottom-address {
    width: 100%;
    height: 153px;
    display: block;
    float: none;
    text-align: center;
  }
  #bottom-address a {
    width: 100%;
    margin-top: 50px;
  }
  #bottom-address img {
    float: none;
    margin: auto;
  }
  #bottom-address span {
    width: 100%;
    padding-left: 0;
  }
  #bottom-address span:nth-of-type(1) {
    margin-top: 15px;
  }

  #bottom-navigation {
    width: 100%;
    display: block;
    float: none;
  }

  #bottom-share {
    width: 100%;
    height: 103px;
    display: block;
    float: none;
    text-align: center;
  }
  #bottom-share ul {
    margin: auto;
  }

}

/* //////////////////////////////////////----------------------------------------------------------------------------------------  --- */
@media only screen and (max-width: 450px) {









  #navigation-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #navigation-header-button {
  }

  #navigation-header-menu li a {
    font-size: 1.5rem;
    min-height: 80px;
  }

  #right-bar p {
    font-size: calc(0.5rem + 1vw);
  }
  #right-bar button {
    padding: 8px 30px;
  }
  #bottom-navigation {
    height: 166px;
  }
  #bottom-navigation ul {
    line-height: 1.5rem;
    text-align: center;
    margin: 20px 0 0 0;
  }
  #bottom-navigation li {
    float: none;
    margin-bottom: 10px;
  }
  #bottom-navigation li:last-child {
  margin-bottom: 0;
  }

}


@media only screen and (max-width: 1500px) {

  .moje-sluzby-box {
  height: 390px;
  }

}

@media only screen and (max-width: 1300px) {

  .moje-sluzby-box {
  height: 340px;
  }

}

@media only screen and (max-width: 616px) {

  #moje-sluzby-right {
    width: 100%;
    float: none;
    padding-top: 40px;
    padding-left: 0px;
  }
  .moje-sluzby-box {
    width: -moz-calc(100% - 40px); /* Firefox */
    width: -webkit-calc(100% - 40px); /* WebKit */
    width: -o-calc(100% - 40px); /* Opera */
    width: calc(100% - 40px); /* Standard */
    height: 200px;
  }
  .moje-sluzby-box-img-1 {
    background-image: url(./images/horizontal/box-1-bg.png);
  }
  .moje-sluzby-box-img-2 {
    background-image: url(./images/horizontal/box-2-bg.png);
  }
  .moje-sluzby-box-img-3 {
    background-image: url(./images/horizontal/box-3-bg.png);
  }
  .moje-sluzby-box-img-4 {
    background-image: url(./images/horizontal/box-4-bg.png);
  }
  .moje-sluzby-box-img-5 {
    background-image: url(./images/horizontal/box-5-bg.png);
  }
  .moje-sluzby-box-img-1::after,
  .moje-sluzby-box-img-2::after,
  .moje-sluzby-box-img-3::after,
  .moje-sluzby-box-img-4::after,
  .moje-sluzby-box-img-5::after {
    width: 272px;
    bottom: 15px;
    left: 15px;
    background-position: left bottom;
  }
  .moje-sluzby-box-img-1::after {
    height: 18px;
    background-image: url(./images/horizontal/title-geometricky-plan.png);
  }
  .moje-sluzby-box-img-2::after {
    height: 37px;
    background-image: url(./images/horizontal/title-vytycovanie.png);
  }
  .moje-sluzby-box-img-3::after {
    height: 18px;
    background-image: url(./images/horizontal/title-adresny-bod.png);
  }
  .moje-sluzby-box-img-4::after {
    height: 17px;
    background-image: url(./images/horizontal/title-polohopis-a-vyskopis.png);
  }
  .moje-sluzby-box-img-5::after {
    height: 37px;
    background-image: url(./images/horizontal/title-zameranie-pozemkov.png);
  }

  .moje-sluzby-box-img-1:hover::after {
    background-image: url(./images/horizontal/title-geometricky-plan-hover.png);
  }
  .moje-sluzby-box-img-2:hover::after {
    background-image: url(./images/horizontal/title-vytycovanie-hover.png);
  }
  .moje-sluzby-box-img-3:hover::after {
    background-image: url(./images/horizontal/title-adresny-bod-hover.png);
  }
  .moje-sluzby-box-img-4:hover::after {
    background-image: url(./images/horizontal/title-polohopis-a-vyskopis-hover.png);
  }
  .moje-sluzby-box-img-5:hover::after {
    background-image: url(./images/horizontal/title-zameranie-pozemkov-hover.png);
  }

}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}



.grad-bar {
  width: 100%;
  height: 3px;
  position: fixed;
  background: linear-gradient(-45deg, #325da2, #1e9468, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  z-index: 2000;

    // set animation
  	-webkit-animation: gradbar 15s ease infinite;
	  -moz-animation: gradbar 15s ease infinite;
	  animation: gradbar 15s ease infinite;
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes gradbar {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes gradbar {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
